Shades of Sweet Corn #F8E772
Tints of Sweet Corn #F8E772
RGB
CMYK
RGB Variations
Color information
#F8E772 (or 0xF8E772) is known color: Sweet Corn. HEX triplet: F8, E7 and 72. RGB value is (248,231,114). Sum of RGB (Red+Green+Blue) = 248+231+114=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 231 (90.62% from 255 or 38.95% from 593); Blue value is 114 (44.92% from 255 or 19.22% from 593); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E772 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8E772 is #07188D. Grayscale: #DFDFDF. Windows color (decimal): -465038 or 7530488. OLE color: 7530488.
HSL color Cylindrical-coordinate representation of color #F8E772: hue angle of 52.39º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F8E772 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 231 | 114 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.03 |
| HSL | 52.39º | 0.91% | 0.71% | - |
| HSV(B) | 52.39º | 0.54% | 0.97% | - |
| XYZ | 70.32 | 78.32 | 27.33 | - |
| YUV | 222.75 | 66.63 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 231 | 114 | 0 | 0.07 | 0.54 | 0.03 | 52.39 | 0.91 | 0.71 |
| Hex | F8 | E7 | 72 | 0 | 7 | 36 | 3 | 34 | 5B | 47 |
| Octal | 370 | 347 | 162 | 0 | 7 | 66 | 3 | 64 | 133 | 107 |
| Binary | 11111000 | 11100111 | 1110010 | 0 | 111 | 110110 | 11 | 110100 | 1011011 | 1000111 |
Color Harmonies of #F8E772
Complementary color
Monochromatic Colors of #F8E772
Black with #F8E772
Text Example
Text Example
White with #F8E772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E772; }
p { color: rgb(248,231,114); }
H1.HeaderClassName
{
color: #F8E772;
}
.AnyTagClassName
{
color: #F8E772;
}
</style>
background-color css
<style>
a { background-color: #F8E772; }
a { background-color: rgb(248,231,114); }
div.DivClassName
{
background-color: #F8E772;
}
.BgClassName
{
background-color: #F8E772;
}
</style>
border-color css
<style>
span { border-color: #F8E772; }
span { border-color: rgb(248,231,114); }
td.TdClassName
{
border-color: #F8E772;
}
.TagClassName
{
border-color: #F8E772;
}
</style>