COLOR #F9DE7A

HEX: #F9DE7A RGB: (249,222,122)

Color info

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

RGB color model

#F9DE7A color RGB value is (249,222,122).

RGB: (249,222,122) (98%, 87%, 48%)

RGB channels and saturation

R 249 of 255 = 98%
G 222 of 255 = 87%
B 122 of 255 = 48%

249
222
122

R + G + B ~ 78%. #F9DE7A is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 222 + 122 = 593 (100%)
R 249 of 593 ~ 41.99%
G 222 of 593 ~ 37.44%
B 122 of 593 ~ 20.57'%

%41.99
%37.44
%20.57

CMYK color model

#F9DE7A color CMYK value is (0,11,51,2).

  • cyan value is 0.00%
  • magenta value is 10.84%
  • yellow value is 51.00%
  • key color value is 2.35%

CMYK: (0,11,51,2)
C0M11Y51K2 (0%, 11%, 51%, 2%)
(0.00 / 0.11 / 0.51 / 0.02)

CMYK percentages

%0
%10.84
%51
%2.35

Codes

Color #F9DE7A in popluar color models

F9 DE 7A
RGB 249 222 122
HSL 47° 91.37% 72.75%
HSB/HSV 47° 51.00% 97.65%
CMYK 0.00% 10.84% 51.00%
2.35%

Color #F9DE7A in popluar number systems.

HEX F9 DE 7A
Decimal 249 222 122
Binary 11111001 11011110 1111010
Octal 371 336 172

Shades and tints

Shades of #F9DE7A

#F9DE7A
(249,222,122)
#E3CA6F
(227,202,111)
#CDB664
(205,182,100)
#B7A259
(183,162,89)
#A18E4E
(161,142,78)
#8B7A43
(139,122,67)
#756638
(117,102,56)
#5F522D
(95,82,45)
#493E22
(73,62,34)
#332A17
(51,42,23)
#1D160C
(29,22,12)
#000000
(0,0,0)

Tints of #F9DE7A

#F9DE7A
(249,222,122)
#F9E186
(249,225,134)
#F9E492
(249,228,146)
#F9E79E
(249,231,158)
#F9EAAA
(249,234,170)
#F9EDB6
(249,237,182)
#F9F0C2
(249,240,194)
#F9F3CE
(249,243,206)
#F9F6DA
(249,246,218)
#F9F9E6
(249,249,230)
#F9FCF2
(249,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9DE7A color. Also use rgb(249,222,122) instead hex code.

Text Font Color

.myTextColor { color: #F9DE7A; }

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

This text font color is #F9DE7A.

Background Color

.myBgColor { background-color: #F9DE7A; }

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

This div background color is #F9DE7A.

Border color

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

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

This div border color is #F9DE7A.

Opacity

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

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

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

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

This text has shadow with #F9DE7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9DE7A.

Preview

Color preview on black background

This text has color #F9DE7A on black background.


Color preview on white background

This text has color #F9DE7A on white background.


Black color preview on #F9DE7A background

This text has black color on #F9DE7A background.


White color preview on #F9DE7A background

This text has white color on #F9DE7A background.


Related colors

Complementary color

Complementary color for #hex is #062185.


I love getcolorcode.com

Triadic colors

1 #7AF9DE and #DE7AF9 with #F9DE7A are triadic colors.

2 #7ADEF9 and #DEF97A with #F9DE7A are triadic colors.