COLOR #F9E69A

HEX: #F9E69A RGB: (249,230,154)

Color info

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

RGB color model

#F9E69A color RGB value is (249,230,154).

RGB: (249,230,154) (98%, 90%, 60%)

RGB channels and saturation

R 249 of 255 = 98%
G 230 of 255 = 90%
B 154 of 255 = 60%

249
230
154

R + G + B ~ 83%. #F9E69A is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 230 + 154 = 633 (100%)
R 249 of 633 ~ 39.34%
G 230 of 633 ~ 36.33%
B 154 of 633 ~ 24.33'%

%39.34
%36.33
%24.33

CMYK color model

#F9E69A color CMYK value is (0,8,38,2).

  • cyan value is 0.00%
  • magenta value is 7.63%
  • yellow value is 38.15%
  • key color value is 2.35%
CMYK: (0,8,38,2) C0M8Y38K2 (0%,8%,38%,2%) (0.00/0.08/0.38/0.02) 

CMYK percentages

%0
%7.63
%38.15
%2.35

Codes

Color #F9E69A in popluar color models

F9 E6 9A
RGB 249 230 154
HSL 48° 88.79% 79.02%
HSB/HSV 48° 38.15% 97.65%
CMYK 0.00% 7.63% 38.15%
2.35%

Color #F9E69A in popluar number systems.

HEX F9 E6 9A
Decimal 249 230 154
Binary 11111001 11100110 10011010
Octal 371 346 232

Shades and tints

Shades of #F9E69A

#F9E69A
(249,230,154)
#E3D28C
(227,210,140)
#CDBE7E
(205,190,126)
#B7AA70
(183,170,112)
#A19662
(161,150,98)
#8B8254
(139,130,84)
#756E46
(117,110,70)
#5F5A38
(95,90,56)
#49462A
(73,70,42)
#33321C
(51,50,28)
#1D1E0E
(29,30,14)
#000000
(0,0,0)

Tints of #F9E69A

#F9E69A
(249,230,154)
#F9E8A3
(249,232,163)
#F9EAAC
(249,234,172)
#F9ECB5
(249,236,181)
#F9EEBE
(249,238,190)
#F9F0C7
(249,240,199)
#F9F2D0
(249,242,208)
#F9F4D9
(249,244,217)
#F9F6E2
(249,246,226)
#F9F8EB
(249,248,235)
#F9FAF4
(249,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E69A color. Also use rgb(249,230,154) instead hex code.

Text Font Color

.myTextColor { color: #F9E69A; }

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

This text font color is #F9E69A.

Background Color

.myBgColor { background-color: #F9E69A; }

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

This div background color is #F9E69A.

Border color

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

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

This div border color is #F9E69A.

Opacity

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

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

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

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

This text has shadow with #F9E69A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9E69A.

Preview

Color preview on black background

This text has color #F9E69A on black background.


Color preview on white background

This text has color #F9E69A on white background.


Black color preview on #F9E69A background

This text has black color on #F9E69A background.


White color preview on #F9E69A background

This text has white color on #F9E69A background.


Related colors

Complementary color

Complementary color for #hex is #061965.


I love getcolorcode.com

Triadic colors

1 #9AF9E6 and #E69AF9 with #F9E69A are triadic colors.

2 #9AE6F9 and #E6F99A with #F9E69A are triadic colors.