HEX: #F9E69A
RGB: (249,230,154)
#F9E69A contains mainly red and green colors. Web safe color of #F9E69A is #FFCC99 (or #FC9).
#F9E69A color RGB value is (249,230,154).
RGB: (249,230,154)
(98%, 90%, 60%)
R 249 of 255 = 98%
G 230 of 255 = 90%
B 154 of 255 = 60%
R + G + B ~ 83%. #F9E69A is quite light color.
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'%
#F9E69A color CMYK value is (0,8,38,2).
CMYK: (0,8,38,2) C0M8Y38K2 (0%,8%,38%,2%) (0.00/0.08/0.38/0.02)
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 of #F9E69A
Tints of #F9E69A
Examples of css and html codes for elements with #F9E69A color. Also use rgb(249,230,154) instead hex code.
.myTextColor { color: #F9E69A; }
<p style="color:#F9E69A">This sample text font color is #F9E69A.</p>
This text font color is #F9E69A.
.myBgColor { background-color: #F9E69A; }
<div style="background-color:#F9E69A">Inner text</div>
This div background color is #F9E69A.
.myBorderColor { border: 1px solid #F9E69A; }
<div style="border:3px solid #F9E69A">Div</div>
This div border color is #F9E69A.
.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%.
.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.
/* 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 text has color #F9E69A on black background.
This text has color #F9E69A on white background.
This text has black color on #F9E69A background.
This text has white color on #F9E69A background.
Complementary color for #hex is #061965.