COLOR #F9E1A6

HEX: #F9E1A6
RGB: (249,225,166)

Color info

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

RGB color model

#F9E1A6 color RGB value is (249,225,166).

  • red value is 249;
  • green value is 225;
  • blue value is 166.
RGB:
(249,225,166)
(98%,88%,65%)

RGB channels and saturation

R 249 of 255 = 98%
G 225 of 255 = 88%
B 166 of 255 = 65%

249
225
166

R + G + B ~ 84%. #F9E1A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
249 + 225 + 166 = 640 (100%)
R 249 of 640 ~ 38.91%
G 225 of 640 ~ 35.16%
B 166 of 640 ~ 25.94%

%38.91
%35.16
%25.94

CMYK color model

#F9E1A6 color CMYK value is (0,10,33,2).

  • cyan value is 0.00%
  • magenta value is 9.64%
  • yellow value is 33.33%
  • key color value is 2.35%
CMYK:
(0,10,33,2)
C0M10Y33K2 
(0%,10%,33%,2%)
(0.00/0.10/0.33/0.02)	

CMYK percentages

%0
%9.64
%33.33
%2.35

Codes

Color #F9E1A6 in popluar color models

F9E1A6
RGB249225166
HSL43°87.37%81.37%
HSB/HSV43°33.33%97.65%
CMYK0.00%9.64%33.33%
2.35%

Color #F9E1A6 in popluar number systems.

HEXF9E1A6
Decimal249225166
Binary111110011110000110100110
Octal371341246

Shades and tints

Shades of #F9E1A6

#F9E1A6
(249,225,166)
#E3CD97
(227,205,151)
#CDB988
(205,185,136)
#B7A579
(183,165,121)
#A1916A
(161,145,106)
#8B7D5B
(139,125,91)
#75694C
(117,105,76)
#5F553D
(95,85,61)
#49412E
(73,65,46)
#332D1F
(51,45,31)
#1D1910
(29,25,16)
#000000
(0,0,0)

Tints of #F9E1A6

#F9E1A6
(249,225,166)
#F9E3AE
(249,227,174)
#F9E5B6
(249,229,182)
#F9E7BE
(249,231,190)
#F9E9C6
(249,233,198)
#F9EBCE
(249,235,206)
#F9EDD6
(249,237,214)
#F9EFDE
(249,239,222)
#F9F1E6
(249,241,230)
#F9F3EE
(249,243,238)
#F9F5F6
(249,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E1A6 color. Also use rgb(249,225,166) instead hex code.

Text Font Color

.myTextColor { color: #F9E1A6; }

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

This text font color is #F9E1A6.


Background Color

.myBgColor { background-color: #F9E1A6; }

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

This div background color is #F9E1A6.


Border color

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

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

This div border color is #F9E1A6.


Opacity

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

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

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

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

This text has shadow with #F9E1A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E1A6 on black background.


Color preview on white background

This text has color #F9E1A6 on white background.



Black color preview on #F9E1A6 background

This text has black color on #F9E1A6 background.


White color preview on #F9E1A6 background

This text has white color on #F9E1A6 background.