COLOR #F6DA53

HEX: #F6DA53
RGB: (246,218,83)

Color info

#F6DA53 contains mainly red and green colors. Web safe color of #F6DA53 is #FFCC66 (or #FC6).

RGB color model

#F6DA53 color RGB value is (246,218,83).

  • red value is 246;
  • green value is 218;
  • blue value is 83.
RGB:
(246,218,83)
(96%,85%,33%)

RGB channels and saturation

R 246 of 255 = 96%
G 218 of 255 = 85%
B 83 of 255 = 33%

246
218
83

R + G + B ~ 71%. #F6DA53 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 218 + 83 = 547 (100%)
R 246 of 547 ~ 44.97%
G 218 of 547 ~ 39.85%
B 83 of 547 ~ 15.17%

%44.97
%39.85
%15.17

CMYK color model

#F6DA53 color CMYK value is (0,11,66,4).

  • cyan value is 0.00%
  • magenta value is 11.38%
  • yellow value is 66.26%
  • key color value is 3.53%
CMYK:
(0,11,66,4)
C0M11Y66K4 
(0%,11%,66%,4%)
(0.00/0.11/0.66/0.04)	

CMYK percentages

%0
%11.38
%66.26
%3.53

Codes

Color #F6DA53 in popluar color models

F6DA53
RGB24621883
HSL50°90.06%64.51%
HSB/HSV50°66.26%96.47%
CMYK0.00%11.38%66.26%
3.53%

Color #F6DA53 in popluar number systems.

HEXF6DA53
Decimal24621883
Binary11110110110110101010011
Octal366332123

Shades and tints

Shades of #F6DA53

#F6DA53
(246,218,83)
#E0C74C
(224,199,76)
#CAB445
(202,180,69)
#B4A13E
(180,161,62)
#9E8E37
(158,142,55)
#887B30
(136,123,48)
#726829
(114,104,41)
#5C5522
(92,85,34)
#46421B
(70,66,27)
#302F14
(48,47,20)
#1A1C0D
(26,28,13)
#000000
(0,0,0)

Tints of #F6DA53

#F6DA53
(246,218,83)
#F6DD62
(246,221,98)
#F6E071
(246,224,113)
#F6E380
(246,227,128)
#F6E68F
(246,230,143)
#F6E99E
(246,233,158)
#F6ECAD
(246,236,173)
#F6EFBC
(246,239,188)
#F6F2CB
(246,242,203)
#F6F5DA
(246,245,218)
#F6F8E9
(246,248,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6DA53 color. Also use rgb(246,218,83) instead hex code.

Text Font Color

.myTextColor { color: #F6DA53; }

<p style="color:#F6DA53">This sample text font color is #F6DA53.</p>

This text font color is #F6DA53.


Background Color

.myBgColor { background-color: #F6DA53; }

<div style="background-color:#F6DA53">Inner text</div>

This div background color is #F6DA53.


Border color

.myBorderColor { border: 1px solid #F6DA53; }

<div style="border:3px solid #F6DA53">Div</div>

This div border color is #F6DA53.


Opacity

.myOpacity80 { color: #F6DA53; opacity: 0.8; }

<p style="color:#F6DA53;opacity:0.8;">80%</p>

Text with #F6DA53 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F6DA53;}

<p style="text-shadow: 3px 3px 1px #F6DA53">Text here.</p>

This text has shadow with #F6DA53 color.

.textShadow {text-shadow: 3px 3px 1px #F6DA53, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F6DA53, 5px 5px 20px red">Text here.</p>

This text has shadow with #F6DA53 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F6DA53, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F6DA53, Direction=45, Strength=4)">Text</p>

This text has shadow with #F6DA53 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F6DA53;
  -webkit-box-shadow:	1px 1px 3px 2px #F6DA53;
  box-shadow:		1px 1px 3px 2px #F6DA53;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F6DA53;
-webkit-box-shadow: 1px 1px 3px 2px #F6DA53;
box-shadow:1px 1px 3px 2px #F6DA53;">
Div content here</div>
This div box has shadow with color #F6DA53.

Preview

Color preview on black background

This text has color #F6DA53 on black background.


Color preview on white background

This text has color #F6DA53 on white background.



Black color preview on #F6DA53 background

This text has black color on #F6DA53 background.


White color preview on #F6DA53 background

This text has white color on #F6DA53 background.