COLOR #F9F6AE

HEX: #F9F6AE
RGB: (249,246,174)

Color info

#F9F6AE contains mainly red and green colors. Web safe color of #F9F6AE is #FFFF99 (or #FF9).

RGB color model

#F9F6AE color RGB value is (249,246,174).

  • red value is 249;
  • green value is 246;
  • blue value is 174.
RGB:
(249,246,174)
(98%,96%,68%)

RGB channels and saturation

R 249 of 255 = 98%
G 246 of 255 = 96%
B 174 of 255 = 68%

249
246
174

R + G + B ~ 87%. #F9F6AE is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 246 + 174 = 669 (100%)
R 249 of 669 ~ 37.22%
G 246 of 669 ~ 36.77%
B 174 of 669 ~ 26.01%

%37.22
%36.77
%26.01

CMYK color model

#F9F6AE color CMYK value is (0,1,30,2).

  • cyan value is 0.00%
  • magenta value is 1.20%
  • yellow value is 30.12%
  • key color value is 2.35%
CMYK:
(0,1,30,2)
C0M1Y30K2 
(0%,1%,30%,2%)
(0.00/0.01/0.30/0.02)	

CMYK percentages

%0
%1.2
%30.12
%2.35

Codes

Color #F9F6AE in popluar color models

F9F6AE
RGB249246174
HSL58°86.21%82.94%
HSB/HSV58°30.12%97.65%
CMYK0.00%1.20%30.12%
2.35%

Color #F9F6AE in popluar number systems.

HEXF9F6AE
Decimal249246174
Binary111110011111011010101110
Octal371366256

Shades and tints

Shades of #F9F6AE

#F9F6AE
(249,246,174)
#E3E09F
(227,224,159)
#CDCA90
(205,202,144)
#B7B481
(183,180,129)
#A19E72
(161,158,114)
#8B8863
(139,136,99)
#757254
(117,114,84)
#5F5C45
(95,92,69)
#494636
(73,70,54)
#333027
(51,48,39)
#1D1A18
(29,26,24)
#000000
(0,0,0)

Tints of #F9F6AE

#F9F6AE
(249,246,174)
#F9F6B5
(249,246,181)
#F9F6BC
(249,246,188)
#F9F6C3
(249,246,195)
#F9F6CA
(249,246,202)
#F9F6D1
(249,246,209)
#F9F6D8
(249,246,216)
#F9F6DF
(249,246,223)
#F9F6E6
(249,246,230)
#F9F6ED
(249,246,237)
#F9F6F4
(249,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9F6AE color. Also use rgb(249,246,174) instead hex code.

Text Font Color

.myTextColor { color: #F9F6AE; }

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

This text font color is #F9F6AE.


Background Color

.myBgColor { background-color: #F9F6AE; }

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

This div background color is #F9F6AE.


Border color

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

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

This div border color is #F9F6AE.


Opacity

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

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

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

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

This text has shadow with #F9F6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9F6AE on black background.


Color preview on white background

This text has color #F9F6AE on white background.



Black color preview on #F9F6AE background

This text has black color on #F9F6AE background.


White color preview on #F9F6AE background

This text has white color on #F9F6AE background.