HEX: #FFF99F
RGB: (255,249,159)
#FFF99F contains mainly red and green colors. Web safe color of #FFF99F is #FFFF99 (or #FF9).
#FFF99F color RGB value is (255,249,159).
RGB: (255,249,159)
(100%, 98%, 62%)
R 255 of 255 = 100%
G 249 of 255 = 98%
B 159 of 255 = 62%
R + G + B ~ 87%. #FFF99F is light color.
R + G + B = 255 + 249 + 159 = 663 (100%)
R 255 of 663 ~ 38.46%
G 249 of 663 ~ 37.56%
B 159 of 663 ~ 23.98'%
#FFF99F color CMYK value is (0,2,38,0).
CMYK: (0,2,38,0)
C0M2Y38K0 (0%, 2%, 38%, 0%)
(0.00 / 0.02 / 0.38 / 0.00)
Color #FFF99F in popluar color models
FF | F9 | 9F | |
---|---|---|---|
RGB | 255 | 249 | 159 |
HSL | 56° | 100.00% | 81.18% |
HSB/HSV | 56° | 37.65% | 100.00% |
CMYK | 0.00% | 2.35% | 37.65% |
0.00% |
Color #FFF99F in popluar number systems.
HEX | FF | F9 | 9F |
Decimal | 255 | 249 | 159 |
Binary | 11111111 | 11111001 | 10011111 |
Octal | 377 | 371 | 237 |
Shades of #FFF99F
Tints of #FFF99F
Examples of css and html codes for elements with #FFF99F color. Also use rgb(255,249,159) instead hex code.
.myTextColor { color: #FFF99F; }
<p style="color:#FFF99F">This sample text font color is #FFF99F.</p>
This text font color is #FFF99F.
.myBgColor { background-color: #FFF99F; }
<div style="background-color:#FFF99F">Inner text</div>
This div background color is #FFF99F.
.myBorderColor { border: 1px solid #FFF99F; }
<div style="border:3px solid #FFF99F">Div</div>
This div border color is #FFF99F.
.myOpacity80 { color: #FFF99F; opacity: 0.8; }
<p style="color:#FFF99F;opacity:0.8;">80%</p>
Text with #FFF99F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #FFF99F;}
<p style="text-shadow: 3px 3px 1px #FFF99F">Text here.</p>
This text has shadow with #FFF99F color.
.textShadow {text-shadow: 3px 3px 1px #FFF99F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #FFF99F, 5px 5px 20px red">Text here.</p>
This text has shadow with #FFF99F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FFF99F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#FFF99F, Direction=45, Strength=4)">Text</p>
This text has shadow with #FFF99F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #FFF99F;
-webkit-box-shadow: 1px 1px 3px 2px #FFF99F;
box-shadow: 1px 1px 3px 2px #FFF99F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FFF99F; -webkit-box-shadow: 1px 1px 3px 2px #FFF99F; box-shadow:1px 1px 3px 2px #FFF99F;">
Div content here
</div>
This text has color #FFF99F on black background.
This text has color #FFF99F on white background.
This text has black color on #FFF99F background.
This text has white color on #FFF99F background.
Complementary color for #hex is #000660.