COLOR #F9E5A9

HEX: #F9E5A9
RGB: (249,229,169)

Color info

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

RGB color model

#F9E5A9 color RGB value is (249,229,169).

  • red value is 249;
  • green value is 229;
  • blue value is 169.
RGB:
(249,229,169)
(98%,90%,66%)

RGB channels and saturation

R 249 of 255 = 98%
G 229 of 255 = 90%
B 169 of 255 = 66%

249
229
169

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

Portions of RGB colors in percentages

R + G + B =
249 + 229 + 169 = 647 (100%)
R 249 of 647 ~ 38.49%
G 229 of 647 ~ 35.39%
B 169 of 647 ~ 26.12%

%38.49
%35.39
%26.12

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.03%
  • yellow value is 32.13%
  • 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
%32.13
%2.35

Codes

Color #F9E5A9 in popluar color models

F9E5A9
RGB249229169
HSL45°86.96%81.96%
HSB/HSV45°32.13%97.65%
CMYK0.00%8.03%32.13%
2.35%

Color #F9E5A9 in popluar number systems.

HEXF9E5A9
Decimal249229169
Binary111110011110010110101001
Octal371345251

Shades and tints

Shades of #F9E5A9

#F9E5A9
(249,229,169)
#E3D19A
(227,209,154)
#CDBD8B
(205,189,139)
#B7A97C
(183,169,124)
#A1956D
(161,149,109)
#8B815E
(139,129,94)
#756D4F
(117,109,79)
#5F5940
(95,89,64)
#494531
(73,69,49)
#333122
(51,49,34)
#1D1D13
(29,29,19)
#000000
(0,0,0)

Tints of #F9E5A9

#F9E5A9
(249,229,169)
#F9E7B0
(249,231,176)
#F9E9B7
(249,233,183)
#F9EBBE
(249,235,190)
#F9EDC5
(249,237,197)
#F9EFCC
(249,239,204)
#F9F1D3
(249,241,211)
#F9F3DA
(249,243,218)
#F9F5E1
(249,245,225)
#F9F7E8
(249,247,232)
#F9F9EF
(249,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9E5A9; }

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

This text font color is #F9E5A9.


Background Color

.myBgColor { background-color: #F9E5A9; }

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

This div background color is #F9E5A9.


Border color

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

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

This div border color is #F9E5A9.


Opacity

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

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

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

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

This text has shadow with #F9E5A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E5A9 on black background.


Color preview on white background

This text has color #F9E5A9 on white background.



Black color preview on #F9E5A9 background

This text has black color on #F9E5A9 background.


White color preview on #F9E5A9 background

This text has white color on #F9E5A9 background.