HEX: #F8EE7E
RGB: (248,238,126)
#F8EE7E contains mainly red and green colors. Web safe color of #F8EE7E is #FFFF66 (or #FF6).
#F8EE7E color RGB value is (248,238,126).
RGB: (248,238,126)
(97%, 93%, 49%)
R 248 of 255 = 97%
G 238 of 255 = 93%
B 126 of 255 = 49%
R + G + B ~ 80%. #F8EE7E is quite light color.
R + G + B = 248 + 238 + 126 = 612 (100%)
R 248 of 612 ~ 40.52%
G 238 of 612 ~ 38.89%
B 126 of 612 ~ 20.59'%
#F8EE7E color CMYK value is (0,4,49,3).
CMYK: (0,4,49,3)
C0M4Y49K3 (0%, 4%, 49%, 3%)
(0.00 / 0.04 / 0.49 / 0.03)
Color #F8EE7E in popluar color models
F8 | EE | 7E | |
---|---|---|---|
RGB | 248 | 238 | 126 |
HSL | 55° | 89.71% | 73.33% |
HSB/HSV | 55° | 49.19% | 97.25% |
CMYK | 0.00% | 4.03% | 49.19% |
2.75% |
Color #F8EE7E in popluar number systems.
HEX | F8 | EE | 7E |
Decimal | 248 | 238 | 126 |
Binary | 11111000 | 11101110 | 1111110 |
Octal | 370 | 356 | 176 |
Shades of #F8EE7E
Tints of #F8EE7E
Examples of css and html codes for elements with #F8EE7E color. Also use rgb(248,238,126) instead hex code.
.myTextColor { color: #F8EE7E; }
<p style="color:#F8EE7E">This sample text font color is #F8EE7E.</p>
This text font color is #F8EE7E.
.myBgColor { background-color: #F8EE7E; }
<div style="background-color:#F8EE7E">Inner text</div>
This div background color is #F8EE7E.
.myBorderColor { border: 1px solid #F8EE7E; }
<div style="border:3px solid #F8EE7E">Div</div>
This div border color is #F8EE7E.
.myOpacity80 { color: #F8EE7E; opacity: 0.8; }
<p style="color:#F8EE7E;opacity:0.8;">80%</p>
Text with #F8EE7E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #F8EE7E;}
<p style="text-shadow: 3px 3px 1px #F8EE7E">Text here.</p>
This text has shadow with #F8EE7E color.
.textShadow {text-shadow: 3px 3px 1px #F8EE7E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #F8EE7E, 5px 5px 20px red">Text here.</p>
This text has shadow with #F8EE7E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F8EE7E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#F8EE7E, Direction=45, Strength=4)">Text</p>
This text has shadow with #F8EE7E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #F8EE7E;
-webkit-box-shadow: 1px 1px 3px 2px #F8EE7E;
box-shadow: 1px 1px 3px 2px #F8EE7E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F8EE7E; -webkit-box-shadow: 1px 1px 3px 2px #F8EE7E; box-shadow:1px 1px 3px 2px #F8EE7E;">
Div content here
</div>
This text has color #F8EE7E on black background.
This text has color #F8EE7E on white background.
This text has black color on #F8EE7E background.
This text has white color on #F8EE7E background.
Complementary color for #hex is #071181.