Shades of Corn #F0E85F
Tints of Corn #F0E85F
RGB
CMYK
RGB Variations
Color information
#F0E85F (or 0xF0E85F) is known color: Corn. HEX triplet: F0, E8 and 5F. RGB value is (240,232,95). Sum of RGB (Red+Green+Blue) = 240+232+95=567 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.33% from 567); Green value is 232 (91.02% from 255 or 40.92% from 567); Blue value is 95 (37.5% from 255 or 16.75% from 567); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E85F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0E85F is #0F17A0. Grayscale: #DBDBDB. Windows color (decimal): -989089 or 6285552. OLE color: 6285552.
HSL color Cylindrical-coordinate representation of color #F0E85F: hue angle of 56.69º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0E85F is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 232 | 95 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.06 |
| HSL | 56.69º | 0.83% | 0.66% | - |
| HSV(B) | 56.69º | 0.6% | 0.94% | - |
| XYZ | 66.86 | 77.06 | 22.18 | - |
| YUV | 218.77 | 58.15 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 232 | 95 | 0 | 0.03 | 0.60 | 0.06 | 56.69 | 0.83 | 0.66 |
| Hex | F0 | E8 | 5F | 0 | 3 | 3C | 6 | 39 | 53 | 42 |
| Octal | 360 | 350 | 137 | 0 | 3 | 74 | 6 | 71 | 123 | 102 |
| Binary | 11110000 | 11101000 | 1011111 | 0 | 11 | 111100 | 110 | 111001 | 1010011 | 1000010 |
Color Harmonies of #F0E85F
Complementary color
Monochromatic Colors of #F0E85F
Black with #F0E85F
Text Example
Text Example
White with #F0E85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E85F; }
p { color: rgb(240,232,95); }
H1.HeaderClassName
{
color: #F0E85F;
}
.AnyTagClassName
{
color: #F0E85F;
}
</style>
background-color css
<style>
a { background-color: #F0E85F; }
a { background-color: rgb(240,232,95); }
div.DivClassName
{
background-color: #F0E85F;
}
.BgClassName
{
background-color: #F0E85F;
}
</style>
border-color css
<style>
span { border-color: #F0E85F; }
span { border-color: rgb(240,232,95); }
td.TdClassName
{
border-color: #F0E85F;
}
.TagClassName
{
border-color: #F0E85F;
}
</style>