Shades of Corn #F8E85A
Tints of Corn #F8E85A
RGB
CMYK
RGB Variations
Color information
#F8E85A (or 0xF8E85A) is known color: Corn. HEX triplet: F8, E8 and 5A. RGB value is (248,232,90). Sum of RGB (Red+Green+Blue) = 248+232+90=570 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.51% from 570); Green value is 232 (91.02% from 255 or 40.70% from 570); Blue value is 90 (35.55% from 255 or 15.79% from 570); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E85A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8E85A is #0717A5. Grayscale: #DDDDDD. Windows color (decimal): -464806 or 5957880. OLE color: 5957880.
HSL color Cylindrical-coordinate representation of color #F8E85A: hue angle of 53.92º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F8E85A is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 232 | 90 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.03 |
| HSL | 53.92º | 0.92% | 0.66% | - |
| HSV(B) | 53.92º | 0.64% | 0.97% | - |
| XYZ | 69.41 | 78.41 | 21.15 | - |
| YUV | 220.6 | 54.3 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 232 | 90 | 0 | 0.06 | 0.64 | 0.03 | 53.92 | 0.92 | 0.66 |
| Hex | F8 | E8 | 5A | 0 | 6 | 40 | 3 | 36 | 5C | 42 |
| Octal | 370 | 350 | 132 | 0 | 6 | 100 | 3 | 66 | 134 | 102 |
| Binary | 11111000 | 11101000 | 1011010 | 0 | 110 | 1000000 | 11 | 110110 | 1011100 | 1000010 |
Color Harmonies of #F8E85A
Complementary color
Monochromatic Colors of #F8E85A
Black with #F8E85A
Text Example
Text Example
White with #F8E85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E85A; }
p { color: rgb(248,232,90); }
H1.HeaderClassName
{
color: #F8E85A;
}
.AnyTagClassName
{
color: #F8E85A;
}
</style>
background-color css
<style>
a { background-color: #F8E85A; }
a { background-color: rgb(248,232,90); }
div.DivClassName
{
background-color: #F8E85A;
}
.BgClassName
{
background-color: #F8E85A;
}
</style>
border-color css
<style>
span { border-color: #F8E85A; }
span { border-color: rgb(248,232,90); }
td.TdClassName
{
border-color: #F8E85A;
}
.TagClassName
{
border-color: #F8E85A;
}
</style>