HEX: #F9E86C
RGB: (249,232,108)
#F9E86C contains mainly red and green colors. Web safe color of #F9E86C is #FFFF66 (or #FF6).
#F9E86C color RGB value is (249,232,108).
RGB: (249,232,108)
(98%, 91%, 42%)
R 249 of 255 = 98%
G 232 of 255 = 91%
B 108 of 255 = 42%
R + G + B ~ 77%. #F9E86C is quite light color.
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'%
#F9E86C color CMYK value is (0,7,57,2).
CMYK: (0,7,57,2)
C0M7Y57K2 (0%, 7%, 57%, 2%)
(0.00 / 0.07 / 0.57 / 0.02)
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 of #F9E86C
Tints of #F9E86C
Examples of css and html codes for elements with #F9E86C color. Also use rgb(249,232,108) instead hex code.
.myTextColor { color: #F9E86C; }
<p style="color:#F9E86C">This sample text font color is #F9E86C.</p>
This text font color is #F9E86C.
.myBgColor { background-color: #F9E86C; }
<div style="background-color:#F9E86C">Inner text</div>
This div background color is #F9E86C.
.myBorderColor { border: 1px solid #F9E86C; }
<div style="border:3px solid #F9E86C">Div</div>
This div border color is #F9E86C.
.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%.
.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.
/* 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 text has color #F9E86C on black background.
This text has color #F9E86C on white background.
This text has black color on #F9E86C background.
This text has white color on #F9E86C background.
Complementary color for #hex is #061793.