COLOR #F9E5AA

HEX: #F9E5AA RGB: (249,229,170)

Color info

#F9E5AA contains mainly red and green colors. Web safe color of #F9E5AA is #FFCC99 (or #FC9).

RGB color model

#F9E5AA color RGB value is (249,229,170).

RGB: (249,229,170) (98%, 90%, 67%)

RGB channels and saturation

R 249 of 255 = 98%
G 229 of 255 = 90%
B 170 of 255 = 67%

249
229
170

R + G + B ~ 85%. #F9E5AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 229 + 170 = 648 (100%)
R 249 of 648 ~ 38.43%
G 229 of 648 ~ 35.34%
B 170 of 648 ~ 26.23'%

%38.43
%35.34
%26.23

CMYK color model

#F9E5AA color CMYK value is (0,8,32,2).

  • cyan value is 0.00%
  • magenta value is 8.03%
  • yellow value is 31.73%
  • key color value is 2.35%

CMYK: (0,8,32,2)
C0M8Y32K2 (0%, 8%, 32%, 2%)
(0.00 / 0.08 / 0.32 / 0.02)

CMYK percentages

%0
%8.03
%31.73
%2.35

Codes

Color #F9E5AA in popluar color models

F9 E5 AA
RGB 249 229 170
HSL 45° 86.81% 82.16%
HSB/HSV 45° 31.73% 97.65%
CMYK 0.00% 8.03% 31.73%
2.35%

Color #F9E5AA in popluar number systems.

HEX F9 E5 AA
Decimal 249 229 170
Binary 11111001 11100101 10101010
Octal 371 345 252

Shades and tints

Shades of #F9E5AA

#F9E5AA
(249,229,170)
#E3D19B
(227,209,155)
#CDBD8C
(205,189,140)
#B7A97D
(183,169,125)
#A1956E
(161,149,110)
#8B815F
(139,129,95)
#756D50
(117,109,80)
#5F5941
(95,89,65)
#494532
(73,69,50)
#333123
(51,49,35)
#1D1D14
(29,29,20)
#000000
(0,0,0)

Tints of #F9E5AA

#F9E5AA
(249,229,170)
#F9E7B1
(249,231,177)
#F9E9B8
(249,233,184)
#F9EBBF
(249,235,191)
#F9EDC6
(249,237,198)
#F9EFCD
(249,239,205)
#F9F1D4
(249,241,212)
#F9F3DB
(249,243,219)
#F9F5E2
(249,245,226)
#F9F7E9
(249,247,233)
#F9F9F0
(249,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E5AA color. Also use rgb(249,229,170) instead hex code.

Text Font Color

.myTextColor { color: #F9E5AA; }

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

This text font color is #F9E5AA.

Background Color

.myBgColor { background-color: #F9E5AA; }

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

This div background color is #F9E5AA.

Border color

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

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

This div border color is #F9E5AA.

Opacity

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

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

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

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

This text has shadow with #F9E5AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9E5AA.

Preview

Color preview on black background

This text has color #F9E5AA on black background.


Color preview on white background

This text has color #F9E5AA on white background.


Black color preview on #F9E5AA background

This text has black color on #F9E5AA background.


White color preview on #F9E5AA background

This text has white color on #F9E5AA background.


Related colors

Complementary color

Complementary color for #hex is #061A55.


I love getcolorcode.com

Triadic colors

1 #AAF9E5 and #E5AAF9 with #F9E5AA are triadic colors.

2 #AAE5F9 and #E5F9AA with #F9E5AA are triadic colors.