Shades of Sweet Corn #F8E074
Tints of Sweet Corn #F8E074
RGB
CMYK
RGB Variations
Color information
#F8E074 (or 0xF8E074) is known color: Sweet Corn. HEX triplet: F8, E0 and 74. RGB value is (248,224,116). Sum of RGB (Red+Green+Blue) = 248+224+116=588 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.18% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 116 (45.70% from 255 or 19.73% from 588); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E074 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8E074 is #071F8B. Grayscale: #DBDBDB. Windows color (decimal): -466828 or 7659768. OLE color: 7659768.
HSL color Cylindrical-coordinate representation of color #F8E074: hue angle of 49.09º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F8E074 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 224 | 116 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.03 |
| HSL | 49.09º | 0.9% | 0.71% | - |
| HSV(B) | 49.09º | 0.53% | 0.97% | - |
| XYZ | 68.52 | 74.53 | 27.3 | - |
| YUV | 218.86 | 69.95 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 224 | 116 | 0 | 0.10 | 0.53 | 0.03 | 49.09 | 0.9 | 0.71 |
| Hex | F8 | E0 | 74 | 0 | A | 35 | 3 | 31 | 5A | 47 |
| Octal | 370 | 340 | 164 | 0 | 12 | 65 | 3 | 61 | 132 | 107 |
| Binary | 11111000 | 11100000 | 1110100 | 0 | 1010 | 110101 | 11 | 110001 | 1011010 | 1000111 |
Color Harmonies of #F8E074
Complementary color
Monochromatic Colors of #F8E074
Black with #F8E074
Text Example
Text Example
White with #F8E074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E074; }
p { color: rgb(248,224,116); }
H1.HeaderClassName
{
color: #F8E074;
}
.AnyTagClassName
{
color: #F8E074;
}
</style>
background-color css
<style>
a { background-color: #F8E074; }
a { background-color: rgb(248,224,116); }
div.DivClassName
{
background-color: #F8E074;
}
.BgClassName
{
background-color: #F8E074;
}
</style>
border-color css
<style>
span { border-color: #F8E074; }
span { border-color: rgb(248,224,116); }
td.TdClassName
{
border-color: #F8E074;
}
.TagClassName
{
border-color: #F8E074;
}
</style>