COLOR #F9E86C

HEX: #F9E86C RGB: (249,232,108)

Color info

#F9E86C contains mainly red and green colors. Web safe color of #F9E86C is #FFFF66 (or #FF6).

RGB color model

#F9E86C color RGB value is (249,232,108).

RGB: (249,232,108) (98%, 91%, 42%)

RGB channels and saturation

R 249 of 255 = 98%
G 232 of 255 = 91%
B 108 of 255 = 42%

249
232
108

R + G + B ~ 77%. #F9E86C is quite light color.

Portions of RGB colors in percentages

R + G + B = 249 + 232 + 108 = 589 (100%)
R 249 of 589 ~ 42.28%
G 232 of 589 ~ 39.39%
B 108 of 589 ~ 18.34'%

%42.28
%39.39
%18.34

CMYK color model

#F9E86C color CMYK value is (0,7,57,2).

  • cyan value is 0.00%
  • magenta value is 6.83%
  • yellow value is 56.63%
  • key color value is 2.35%

CMYK: (0,7,57,2)
C0M7Y57K2 (0%, 7%, 57%, 2%)
(0.00 / 0.07 / 0.57 / 0.02)

CMYK percentages

%0
%6.83
%56.63
%2.35

Codes

Color #F9E86C in popluar color models

F9 E8 6C
RGB 249 232 108
HSL 53° 92.16% 70.00%
HSB/HSV 53° 56.63% 97.65%
CMYK 0.00% 6.83% 56.63%
2.35%

Color #F9E86C in popluar number systems.

HEX F9 E8 6C
Decimal 249 232 108
Binary 11111001 11101000 1101100
Octal 371 350 154

Shades and tints

Shades of #F9E86C

#F9E86C
(249,232,108)
#E3D363
(227,211,99)
#CDBE5A
(205,190,90)
#B7A951
(183,169,81)
#A19448
(161,148,72)
#8B7F3F
(139,127,63)
#756A36
(117,106,54)
#5F552D
(95,85,45)
#494024
(73,64,36)
#332B1B
(51,43,27)
#1D1612
(29,22,18)
#000000
(0,0,0)

Tints of #F9E86C

#F9E86C
(249,232,108)
#F9EA79
(249,234,121)
#F9EC86
(249,236,134)
#F9EE93
(249,238,147)
#F9F0A0
(249,240,160)
#F9F2AD
(249,242,173)
#F9F4BA
(249,244,186)
#F9F6C7
(249,246,199)
#F9F8D4
(249,248,212)
#F9FAE1
(249,250,225)
#F9FCEE
(249,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E86C color. Also use rgb(249,232,108) instead hex code.

Text Font Color

.myTextColor { color: #F9E86C; }

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

This text font color is #F9E86C.

Background Color

.myBgColor { background-color: #F9E86C; }

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

This div background color is #F9E86C.

Border color

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

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

This div border color is #F9E86C.

Opacity

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

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

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

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

This text has shadow with #F9E86C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9E86C.

Preview

Color preview on black background

This text has color #F9E86C on black background.


Color preview on white background

This text has color #F9E86C on white background.


Black color preview on #F9E86C background

This text has black color on #F9E86C background.


White color preview on #F9E86C background

This text has white color on #F9E86C background.


Related colors

Complementary color

Complementary color for #hex is #061793.


I love getcolorcode.com

Triadic colors

1 #6CF9E8 and #E86CF9 with #F9E86C are triadic colors.

2 #6CE8F9 and #E8F96C with #F9E86C are triadic colors.