COLOR #F9DB78

HEX: #F9DB78
RGB: (249,219,120)

Color info

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

RGB color model

#F9DB78 color RGB value is (249,219,120).

  • red value is 249;
  • green value is 219;
  • blue value is 120.
RGB:
(249,219,120)
(98%,86%,47%)

RGB channels and saturation

R 249 of 255 = 98%
G 219 of 255 = 86%
B 120 of 255 = 47%

249
219
120

R + G + B ~ 77%. #F9DB78 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 219 + 120 = 588 (100%)
R 249 of 588 ~ 42.35%
G 219 of 588 ~ 37.24%
B 120 of 588 ~ 20.41%

%42.35
%37.24
%20.41

CMYK color model

#F9DB78 color CMYK value is (0,12,52,2).

  • cyan value is 0.00%
  • magenta value is 12.05%
  • yellow value is 51.81%
  • key color value is 2.35%
CMYK:
(0,12,52,2)
C0M12Y52K2 
(0%,12%,52%,2%)
(0.00/0.12/0.52/0.02)	

CMYK percentages

%0
%12.05
%51.81
%2.35

Codes

Color #F9DB78 in popluar color models

F9DB78
RGB249219120
HSL46°91.49%72.35%
HSB/HSV46°51.81%97.65%
CMYK0.00%12.05%51.81%
2.35%

Color #F9DB78 in popluar number systems.

HEXF9DB78
Decimal249219120
Binary11111001110110111111000
Octal371333170

Shades and tints

Shades of #F9DB78

#F9DB78
(249,219,120)
#E3C86E
(227,200,110)
#CDB564
(205,181,100)
#B7A25A
(183,162,90)
#A18F50
(161,143,80)
#8B7C46
(139,124,70)
#75693C
(117,105,60)
#5F5632
(95,86,50)
#494328
(73,67,40)
#33301E
(51,48,30)
#1D1D14
(29,29,20)
#000000
(0,0,0)

Tints of #F9DB78

#F9DB78
(249,219,120)
#F9DE84
(249,222,132)
#F9E190
(249,225,144)
#F9E49C
(249,228,156)
#F9E7A8
(249,231,168)
#F9EAB4
(249,234,180)
#F9EDC0
(249,237,192)
#F9F0CC
(249,240,204)
#F9F3D8
(249,243,216)
#F9F6E4
(249,246,228)
#F9F9F0
(249,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9DB78 color. Also use rgb(249,219,120) instead hex code.

Text Font Color

.myTextColor { color: #F9DB78; }

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

This text font color is #F9DB78.


Background Color

.myBgColor { background-color: #F9DB78; }

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

This div background color is #F9DB78.


Border color

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

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

This div border color is #F9DB78.


Opacity

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

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

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

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

This text has shadow with #F9DB78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9DB78 on black background.


Color preview on white background

This text has color #F9DB78 on white background.



Black color preview on #F9DB78 background

This text has black color on #F9DB78 background.


White color preview on #F9DB78 background

This text has white color on #F9DB78 background.