HEX: #F8F99B
RGB: (248,249,155)
#F8F99B contains mainly red and green colors. Web safe color of #F8F99B is #FFFF99 (or #FF9).
#F8F99B color RGB value is (248,249,155).
RGB: (248,249,155)
(97%, 98%, 61%)
R 248 of 255 = 97%
G 249 of 255 = 98%
B 155 of 255 = 61%
R + G + B ~ 85%. #F8F99B is quite light color.
R + G + B = 248 + 249 + 155 = 652 (100%)
R 248 of 652 ~ 38.04%
G 249 of 652 ~ 38.19%
B 155 of 652 ~ 23.77'%
#F8F99B color CMYK value is (0,0,38,2).
CMYK: (0,0,38,2)
C0M0Y38K2 (0%, 0%, 38%, 2%)
(0.00 / 0.00 / 0.38 / 0.02)
Color #F8F99B in popluar color models
F8 | F9 | 9B | |
---|---|---|---|
RGB | 248 | 249 | 155 |
HSL | 61° | 88.68% | 79.22% |
HSB/HSV | 61° | 37.75% | 97.65% |
CMYK | 0.40% | 0.00% | 37.75% |
2.35% |
Color #F8F99B in popluar number systems.
HEX | F8 | F9 | 9B |
Decimal | 248 | 249 | 155 |
Binary | 11111000 | 11111001 | 10011011 |
Octal | 370 | 371 | 233 |
Shades of #F8F99B
Tints of #F8F99B
Examples of css and html codes for elements with #F8F99B color. Also use rgb(248,249,155) instead hex code.
.myTextColor { color: #F8F99B; }
<p style="color:#F8F99B">This sample text font color is #F8F99B.</p>
This text font color is #F8F99B.
.myBgColor { background-color: #F8F99B; }
<div style="background-color:#F8F99B">Inner text</div>
This div background color is #F8F99B.
.myBorderColor { border: 1px solid #F8F99B; }
<div style="border:3px solid #F8F99B">Div</div>
This div border color is #F8F99B.
.myOpacity80 { color: #F8F99B; opacity: 0.8; }
<p style="color:#F8F99B;opacity:0.8;">80%</p>
Text with #F8F99B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F8F99B;}
<p style="text-shadow: 3px 3px 1px #F8F99B">Text here.</p>
This text has shadow with #F8F99B color.
.textShadow {text-shadow: 3px 3px 1px #F8F99B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F8F99B, 5px 5px 20px red">Text here.</p>
This text has shadow with #F8F99B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F8F99B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F8F99B, Direction=45, Strength=4)">Text</p>
This text has shadow with #F8F99B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F8F99B;
-webkit-box-shadow: 1px 1px 3px 2px #F8F99B;
box-shadow: 1px 1px 3px 2px #F8F99B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F8F99B; -webkit-box-shadow: 1px 1px 3px 2px #F8F99B; box-shadow:1px 1px 3px 2px #F8F99B;">
Div content here
</div>
This text has color #F8F99B on black background.
This text has color #F8F99B on white background.
This text has black color on #F8F99B background.
This text has white color on #F8F99B background.
Complementary color for #hex is #070664.