HEX: #F0E48D
RGB: (240,228,141)
#F0E48D contains mainly red and green colors. Web safe color of #F0E48D is #FFCC99 (or #FC9).
#F0E48D color RGB value is (240,228,141).
RGB: (240,228,141)
(94%, 89%, 55%)
R 240 of 255 = 94%
G 228 of 255 = 89%
B 141 of 255 = 55%
R + G + B ~ 79%. #F0E48D is quite light color.
R + G + B = 240 + 228 + 141 = 609 (100%)
R 240 of 609 ~ 39.41%
G 228 of 609 ~ 37.44%
B 141 of 609 ~ 23.15'%
#F0E48D color CMYK value is (0,5,41,6).
CMYK: (0,5,41,6)
C0M5Y41K6 (0%, 5%, 41%, 6%)
(0.00 / 0.05 / 0.41 / 0.06)
Color #F0E48D in popluar color models
F0 | E4 | 8D | |
---|---|---|---|
RGB | 240 | 228 | 141 |
HSL | 53° | 76.74% | 74.71% |
HSB/HSV | 53° | 41.25% | 94.12% |
CMYK | 0.00% | 5.00% | 41.25% |
5.88% |
Color #F0E48D in popluar number systems.
HEX | F0 | E4 | 8D |
Decimal | 240 | 228 | 141 |
Binary | 11110000 | 11100100 | 10001101 |
Octal | 360 | 344 | 215 |
Shades of #F0E48D
Tints of #F0E48D
Examples of css and html codes for elements with #F0E48D color. Also use rgb(240,228,141) instead hex code.
.myTextColor { color: #F0E48D; }
<p style="color:#F0E48D">This sample text font color is #F0E48D.</p>
This text font color is #F0E48D.
.myBgColor { background-color: #F0E48D; }
<div style="background-color:#F0E48D">Inner text</div>
This div background color is #F0E48D.
.myBorderColor { border: 1px solid #F0E48D; }
<div style="border:3px solid #F0E48D">Div</div>
This div border color is #F0E48D.
.myOpacity80 { color: #F0E48D; opacity: 0.8; }
<p style="color:#F0E48D;opacity:0.8;">80%</p>
Text with #F0E48D color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F0E48D;}
<p style="text-shadow: 3px 3px 1px #F0E48D">Text here.</p>
This text has shadow with #F0E48D color.
.textShadow {text-shadow: 3px 3px 1px #F0E48D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F0E48D, 5px 5px 20px red">Text here.</p>
This text has shadow with #F0E48D primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F0E48D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F0E48D, Direction=45, Strength=4)">Text</p>
This text has shadow with #F0E48D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F0E48D;
-webkit-box-shadow: 1px 1px 3px 2px #F0E48D;
box-shadow: 1px 1px 3px 2px #F0E48D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F0E48D; -webkit-box-shadow: 1px 1px 3px 2px #F0E48D; box-shadow:1px 1px 3px 2px #F0E48D;">
Div content here
</div>
This text has color #F0E48D on black background.
This text has color #F0E48D on white background.
This text has black color on #F0E48D background.
This text has white color on #F0E48D background.
Complementary color for #hex is #0F1B72.