COLOR #F9E59B

HEX: #F9E59B RGB: (249,229,155)

Color info

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

RGB color model

#F9E59B color RGB value is (249,229,155).

RGB: (249,229,155) (98%, 90%, 61%)

RGB channels and saturation

R 249 of 255 = 98%
G 229 of 255 = 90%
B 155 of 255 = 61%

249
229
155

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

Portions of RGB colors in percentages

R + G + B = 249 + 229 + 155 = 633 (100%)
R 249 of 633 ~ 39.34%
G 229 of 633 ~ 36.18%
B 155 of 633 ~ 24.49'%

%39.34
%36.18
%24.49

CMYK color model

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

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

Codes

Color #F9E59B in popluar color models

F9 E5 9B
RGB 249 229 155
HSL 47° 88.68% 79.22%
HSB/HSV 47° 37.75% 97.65%
CMYK 0.00% 8.03% 37.75%
2.35%

Color #F9E59B in popluar number systems.

HEX F9 E5 9B
Decimal 249 229 155
Binary 11111001 11100101 10011011
Octal 371 345 233

Shades and tints

Shades of #F9E59B

#F9E59B
(249,229,155)
#E3D18D
(227,209,141)
#CDBD7F
(205,189,127)
#B7A971
(183,169,113)
#A19563
(161,149,99)
#8B8155
(139,129,85)
#756D47
(117,109,71)
#5F5939
(95,89,57)
#49452B
(73,69,43)
#33311D
(51,49,29)
#1D1D0F
(29,29,15)
#000000
(0,0,0)

Tints of #F9E59B

#F9E59B
(249,229,155)
#F9E7A4
(249,231,164)
#F9E9AD
(249,233,173)
#F9EBB6
(249,235,182)
#F9EDBF
(249,237,191)
#F9EFC8
(249,239,200)
#F9F1D1
(249,241,209)
#F9F3DA
(249,243,218)
#F9F5E3
(249,245,227)
#F9F7EC
(249,247,236)
#F9F9F5
(249,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9E59B; }

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

This text font color is #F9E59B.

Background Color

.myBgColor { background-color: #F9E59B; }

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

This div background color is #F9E59B.

Border color

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

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

This div border color is #F9E59B.

Opacity

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

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

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

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

This text has shadow with #F9E59B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9E59B.

Preview

Color preview on black background

This text has color #F9E59B on black background.


Color preview on white background

This text has color #F9E59B on white background.


Black color preview on #F9E59B background

This text has black color on #F9E59B background.


White color preview on #F9E59B background

This text has white color on #F9E59B background.


Related colors

Complementary color

Complementary color for #hex is #061A64.


I love getcolorcode.com

Triadic colors

1 #9BF9E5 and #E59BF9 with #F9E59B are triadic colors.

2 #9BE5F9 and #E5F99B with #F9E59B are triadic colors.