HEX: #F0E38A
RGB: (240,227,138)
#F0E38A contains mainly red and green colors. Web safe color of #F0E38A is #FFCC99 (or #FC9).
#F0E38A color RGB value is (240,227,138).
RGB: (240,227,138)
(94%, 89%, 54%)
R 240 of 255 = 94%
G 227 of 255 = 89%
B 138 of 255 = 54%
R + G + B ~ 79%. #F0E38A is quite light color.
R + G + B = 240 + 227 + 138 = 605 (100%)
R 240 of 605 ~ 39.67%
G 227 of 605 ~ 37.52%
B 138 of 605 ~ 22.81'%
#F0E38A color CMYK value is (0,5,43,6).
CMYK: (0,5,43,6)
C0M5Y43K6 (0%, 5%, 43%, 6%)
(0.00 / 0.05 / 0.43 / 0.06)
Color #F0E38A in popluar color models
F0 | E3 | 8A | |
---|---|---|---|
RGB | 240 | 227 | 138 |
HSL | 52° | 77.27% | 74.12% |
HSB/HSV | 52° | 42.50% | 94.12% |
CMYK | 0.00% | 5.42% | 42.50% |
5.88% |
Color #F0E38A in popluar number systems.
HEX | F0 | E3 | 8A |
Decimal | 240 | 227 | 138 |
Binary | 11110000 | 11100011 | 10001010 |
Octal | 360 | 343 | 212 |
Shades of #F0E38A
Tints of #F0E38A
Examples of css and html codes for elements with #F0E38A color. Also use rgb(240,227,138) instead hex code.
.myTextColor { color: #F0E38A; }
<p style="color:#F0E38A">This sample text font color is #F0E38A.</p>
This text font color is #F0E38A.
.myBgColor { background-color: #F0E38A; }
<div style="background-color:#F0E38A">Inner text</div>
This div background color is #F0E38A.
.myBorderColor { border: 1px solid #F0E38A; }
<div style="border:3px solid #F0E38A">Div</div>
This div border color is #F0E38A.
.myOpacity80 { color: #F0E38A; opacity: 0.8; }
<p style="color:#F0E38A;opacity:0.8;">80%</p>
Text with #F0E38A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F0E38A;}
<p style="text-shadow: 3px 3px 1px #F0E38A">Text here.</p>
This text has shadow with #F0E38A color.
.textShadow {text-shadow: 3px 3px 1px #F0E38A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F0E38A, 5px 5px 20px red">Text here.</p>
This text has shadow with #F0E38A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F0E38A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F0E38A, Direction=45, Strength=4)">Text</p>
This text has shadow with #F0E38A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F0E38A;
-webkit-box-shadow: 1px 1px 3px 2px #F0E38A;
box-shadow: 1px 1px 3px 2px #F0E38A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F0E38A; -webkit-box-shadow: 1px 1px 3px 2px #F0E38A; box-shadow:1px 1px 3px 2px #F0E38A;">
Div content here
</div>
This text has color #F0E38A on black background.
This text has color #F0E38A on white background.
This text has black color on #F0E38A background.
This text has white color on #F0E38A background.
Complementary color for #hex is #0F1C75.