HEX: #F0E995
RGB: (240,233,149)
#F0E995 contains mainly red and green colors. Web safe color of #F0E995 is #FFFF99 (or #FF9).
#F0E995 color RGB value is (240,233,149).
RGB: (240,233,149)
(94%, 91%, 58%)
R 240 of 255 = 94%
G 233 of 255 = 91%
B 149 of 255 = 58%
R + G + B ~ 81%. #F0E995 is quite light color.
R + G + B = 240 + 233 + 149 = 622 (100%)
R 240 of 622 ~ 38.59%
G 233 of 622 ~ 37.46%
B 149 of 622 ~ 23.95'%
#F0E995 color CMYK value is (0,3,38,6).
CMYK: (0,3,38,6)
C0M3Y38K6 (0%, 3%, 38%, 6%)
(0.00 / 0.03 / 0.38 / 0.06)
Color #F0E995 in popluar color models
F0 | E9 | 95 | |
---|---|---|---|
RGB | 240 | 233 | 149 |
HSL | 55° | 75.21% | 76.27% |
HSB/HSV | 55° | 37.92% | 94.12% |
CMYK | 0.00% | 2.92% | 37.92% |
5.88% |
Color #F0E995 in popluar number systems.
HEX | F0 | E9 | 95 |
Decimal | 240 | 233 | 149 |
Binary | 11110000 | 11101001 | 10010101 |
Octal | 360 | 351 | 225 |
Shades of #F0E995
Tints of #F0E995
Examples of css and html codes for elements with #F0E995 color. Also use rgb(240,233,149) instead hex code.
.myTextColor { color: #F0E995; }
<p style="color:#F0E995">This sample text font color is #F0E995.</p>
This text font color is #F0E995.
.myBgColor { background-color: #F0E995; }
<div style="background-color:#F0E995">Inner text</div>
This div background color is #F0E995.
.myBorderColor { border: 1px solid #F0E995; }
<div style="border:3px solid #F0E995">Div</div>
This div border color is #F0E995.
.myOpacity80 { color: #F0E995; opacity: 0.8; }
<p style="color:#F0E995;opacity:0.8;">80%</p>
Text with #F0E995 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F0E995;}
<p style="text-shadow: 3px 3px 1px #F0E995">Text here.</p>
This text has shadow with #F0E995 color.
.textShadow {text-shadow: 3px 3px 1px #F0E995', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F0E995, 5px 5px 20px red">Text here.</p>
This text has shadow with #F0E995 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F0E995, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F0E995, Direction=45, Strength=4)">Text</p>
This text has shadow with #F0E995 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F0E995;
-webkit-box-shadow: 1px 1px 3px 2px #F0E995;
box-shadow: 1px 1px 3px 2px #F0E995;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F0E995; -webkit-box-shadow: 1px 1px 3px 2px #F0E995; box-shadow:1px 1px 3px 2px #F0E995;">
Div content here
</div>
This text has color #F0E995 on black background.
This text has color #F0E995 on white background.
This text has black color on #F0E995 background.
This text has white color on #F0E995 background.
Complementary color for #hex is #0F166A.