Shades of Corn #F0E560
Tints of Corn #F0E560
RGB
CMYK
RGB Variations
Color information
#F0E560 (or 0xF0E560) is known color: Corn. HEX triplet: F0, E5 and 60. RGB value is (240,229,96). Sum of RGB (Red+Green+Blue) = 240+229+96=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 229 (89.84% from 255 or 40.53% from 565); Blue value is 96 (37.89% from 255 or 16.99% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E560 is #0F1A9F. Grayscale: #D9D9D9. Windows color (decimal): -989856 or 6350320. OLE color: 6350320.
HSL color Cylindrical-coordinate representation of color #F0E560: hue angle of 55.42º 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 #F0E560 is Cyan = 0, Magento = 0.05, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 229 | 96 | - |
| CMYK | 0 | 0.05 | 0.6 | 0.06 |
| HSL | 55.42º | 0.83% | 0.66% | - |
| HSV(B) | 55.42º | 0.6% | 0.94% | - |
| XYZ | 66.07 | 75.41 | 22.14 | - |
| YUV | 217.13 | 59.64 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 229 | 96 | 0 | 0.05 | 0.6 | 0.06 | 55.42 | 0.83 | 0.66 |
| Hex | F0 | E5 | 60 | 0 | 5 | 3C | 6 | 37 | 53 | 42 |
| Octal | 360 | 345 | 140 | 0 | 5 | 74 | 6 | 67 | 123 | 102 |
| Binary | 11110000 | 11100101 | 1100000 | 0 | 101 | 111100 | 110 | 110111 | 1010011 | 1000010 |
Color Harmonies of #F0E560
Complementary color
Monochromatic Colors of #F0E560
Black with #F0E560
Text Example
Text Example
White with #F0E560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E560; }
p { color: rgb(240,229,96); }
H1.HeaderClassName
{
color: #F0E560;
}
.AnyTagClassName
{
color: #F0E560;
}
</style>
background-color css
<style>
a { background-color: #F0E560; }
a { background-color: rgb(240,229,96); }
div.DivClassName
{
background-color: #F0E560;
}
.BgClassName
{
background-color: #F0E560;
}
</style>
border-color css
<style>
span { border-color: #F0E560; }
span { border-color: rgb(240,229,96); }
td.TdClassName
{
border-color: #F0E560;
}
.TagClassName
{
border-color: #F0E560;
}
</style>