COLOR #F6DB79

HEX: #F6DB79
RGB: (246,219,121)

Color info

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

RGB color model

#F6DB79 color RGB value is (246,219,121).

  • red value is 246;
  • green value is 219;
  • blue value is 121.
RGB:
(246,219,121)
(96%,86%,47%)

RGB channels and saturation

R 246 of 255 = 96%
G 219 of 255 = 86%
B 121 of 255 = 47%

246
219
121

R + G + B ~ 76%. #F6DB79 is quite light color.

Portions of RGB colors in percentages

R + G + B =
246 + 219 + 121 = 586 (100%)
R 246 of 586 ~ 41.98%
G 219 of 586 ~ 37.37%
B 121 of 586 ~ 20.65%

%41.98
%37.37
%20.65

CMYK color model

#F6DB79 color CMYK value is (0,11,51,4).

  • cyan value is 0.00%
  • magenta value is 10.98%
  • yellow value is 50.81%
  • key color value is 3.53%
CMYK:
(0,11,51,4)
C0M11Y51K4 
(0%,11%,51%,4%)
(0.00/0.11/0.51/0.04)	

CMYK percentages

%0
%10.98
%50.81
%3.53

Codes

Color #F6DB79 in popluar color models

F6DB79
RGB246219121
HSL47°87.41%71.96%
HSB/HSV47°50.81%96.47%
CMYK0.00%10.98%50.81%
3.53%

Color #F6DB79 in popluar number systems.

HEXF6DB79
Decimal246219121
Binary11110110110110111111001
Octal366333171

Shades and tints

Shades of #F6DB79

#F6DB79
(246,219,121)
#E0C86E
(224,200,110)
#CAB563
(202,181,99)
#B4A258
(180,162,88)
#9E8F4D
(158,143,77)
#887C42
(136,124,66)
#726937
(114,105,55)
#5C562C
(92,86,44)
#464321
(70,67,33)
#303016
(48,48,22)
#1A1D0B
(26,29,11)
#000000
(0,0,0)

Tints of #F6DB79

#F6DB79
(246,219,121)
#F6DE85
(246,222,133)
#F6E191
(246,225,145)
#F6E49D
(246,228,157)
#F6E7A9
(246,231,169)
#F6EAB5
(246,234,181)
#F6EDC1
(246,237,193)
#F6F0CD
(246,240,205)
#F6F3D9
(246,243,217)
#F6F6E5
(246,246,229)
#F6F9F1
(246,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6DB79 color. Also use rgb(246,219,121) instead hex code.

Text Font Color

.myTextColor { color: #F6DB79; }

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

This text font color is #F6DB79.


Background Color

.myBgColor { background-color: #F6DB79; }

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

This div background color is #F6DB79.


Border color

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

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

This div border color is #F6DB79.


Opacity

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

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

Text with #F6DB79 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 #F6DB79;}

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

This text has shadow with #F6DB79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DB79 on black background.


Color preview on white background

This text has color #F6DB79 on white background.



Black color preview on #F6DB79 background

This text has black color on #F6DB79 background.


White color preview on #F6DB79 background

This text has white color on #F6DB79 background.