Shades of Sweet Corn #F8E476
Tints of Sweet Corn #F8E476
RGB
CMYK
RGB Variations
Color information
#F8E476 (or 0xF8E476) is known color: Sweet Corn. HEX triplet: F8, E4 and 76. RGB value is (248,228,118). Sum of RGB (Red+Green+Blue) = 248+228+118=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 228 (89.45% from 255 or 38.38% from 594); Blue value is 118 (46.48% from 255 or 19.87% from 594); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8E476 is #071B89. Grayscale: #DDDDDD. Windows color (decimal): -465802 or 7791864. OLE color: 7791864.
HSL color Cylindrical-coordinate representation of color #F8E476: hue angle of 50.77º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F8E476 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 228 | 118 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.03 |
| HSL | 50.77º | 0.9% | 0.72% | - |
| HSV(B) | 50.77º | 0.52% | 0.97% | - |
| XYZ | 69.72 | 76.75 | 28.28 | - |
| YUV | 221.44 | 69.63 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 228 | 118 | 0 | 0.08 | 0.52 | 0.03 | 50.77 | 0.9 | 0.72 |
| Hex | F8 | E4 | 76 | 0 | 8 | 34 | 3 | 33 | 5A | 48 |
| Octal | 370 | 344 | 166 | 0 | 10 | 64 | 3 | 63 | 132 | 110 |
| Binary | 11111000 | 11100100 | 1110110 | 0 | 1000 | 110100 | 11 | 110011 | 1011010 | 1001000 |
Color Harmonies of #F8E476
Complementary color
Monochromatic Colors of #F8E476
Black with #F8E476
Text Example
Text Example
White with #F8E476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E476; }
p { color: rgb(248,228,118); }
H1.HeaderClassName
{
color: #F8E476;
}
.AnyTagClassName
{
color: #F8E476;
}
</style>
background-color css
<style>
a { background-color: #F8E476; }
a { background-color: rgb(248,228,118); }
div.DivClassName
{
background-color: #F8E476;
}
.BgClassName
{
background-color: #F8E476;
}
</style>
border-color css
<style>
span { border-color: #F8E476; }
span { border-color: rgb(248,228,118); }
td.TdClassName
{
border-color: #F8E476;
}
.TagClassName
{
border-color: #F8E476;
}
</style>