COLOR #F9F59A

HEX: #F9F59A RGB: (249,245,154)

Color info

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

RGB color model

#F9F59A color RGB value is (249,245,154).

RGB: (249,245,154) (98%, 96%, 60%)

RGB channels and saturation

R 249 of 255 = 98%
G 245 of 255 = 96%
B 154 of 255 = 60%

249
245
154

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

Portions of RGB colors in percentages

R + G + B = 249 + 245 + 154 = 648 (100%)
R 249 of 648 ~ 38.43%
G 245 of 648 ~ 37.81%
B 154 of 648 ~ 23.77'%

%38.43
%37.81
%23.77

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.61%
  • yellow value is 38.15%
  • key color value is 2.35%
CMYK: (0,2,38,2) C0M2Y38K2 (0%,2%,38%,2%) (0.00/0.02/0.38/0.02) 

CMYK percentages

%0
%1.61
%38.15
%2.35

Codes

Color #F9F59A in popluar color models

F9 F5 9A
RGB 249 245 154
HSL 57° 88.79% 79.02%
HSB/HSV 57° 38.15% 97.65%
CMYK 0.00% 1.61% 38.15%
2.35%

Color #F9F59A in popluar number systems.

HEX F9 F5 9A
Decimal 249 245 154
Binary 11111001 11110101 10011010
Octal 371 365 232

Shades and tints

Shades of #F9F59A

#F9F59A
(249,245,154)
#E3DF8C
(227,223,140)
#CDC97E
(205,201,126)
#B7B370
(183,179,112)
#A19D62
(161,157,98)
#8B8754
(139,135,84)
#757146
(117,113,70)
#5F5B38
(95,91,56)
#49452A
(73,69,42)
#332F1C
(51,47,28)
#1D190E
(29,25,14)
#000000
(0,0,0)

Tints of #F9F59A

#F9F59A
(249,245,154)
#F9F5A3
(249,245,163)
#F9F5AC
(249,245,172)
#F9F5B5
(249,245,181)
#F9F5BE
(249,245,190)
#F9F5C7
(249,245,199)
#F9F5D0
(249,245,208)
#F9F5D9
(249,245,217)
#F9F5E2
(249,245,226)
#F9F5EB
(249,245,235)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9F59A; }

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

This text font color is #F9F59A.

Background Color

.myBgColor { background-color: #F9F59A; }

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

This div background color is #F9F59A.

Border color

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

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

This div border color is #F9F59A.

Opacity

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

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

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

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

This text has shadow with #F9F59A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9F59A.

Preview

Color preview on black background

This text has color #F9F59A on black background.


Color preview on white background

This text has color #F9F59A on white background.


Black color preview on #F9F59A background

This text has black color on #F9F59A background.


White color preview on #F9F59A background

This text has white color on #F9F59A background.


Related colors

Complementary color

Complementary color for #hex is #060A65.


I love getcolorcode.com

Triadic colors

1 #9AF9F5 and #F59AF9 with #F9F59A are triadic colors.

2 #9AF5F9 and #F5F99A with #F9F59A are triadic colors.