Shades of Corn #F0F856
Tints of Corn #F0F856
RGB
CMYK
RGB Variations
Color information
#F0F856 (or 0xF0F856) is known color: Corn. HEX triplet: F0, F8 and 56. RGB value is (240,248,86). Sum of RGB (Red+Green+Blue) = 240+248+86=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 248 (97.27% from 255 or 43.21% from 574); Blue value is 86 (33.98% from 255 or 14.98% from 574); Max value from RGB is 248 - color contains mainly: green. Hex color #F0F856 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F856 is #0F07A9. Grayscale: #E3E3E3. Windows color (decimal): -985002 or 5699824. OLE color: 5699824.
HSL color Cylindrical-coordinate representation of color #F0F856: hue angle of 62.96º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F0F856 is Cyan = 0.03, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 248 | 86 | - |
| CMYK | 0.03 | 0 | 0.65 | 0.03 |
| HSL | 62.96º | 0.92% | 0.65% | - |
| HSV(B) | 62.96º | 0.65% | 0.97% | - |
| XYZ | 71.18 | 86.33 | 21.72 | - |
| YUV | 227.14 | 48.35 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 248 | 86 | 0.03 | 0 | 0.65 | 0.03 | 62.96 | 0.92 | 0.65 |
| Hex | F0 | F8 | 56 | 3 | 0 | 41 | 3 | 3F | 5C | 41 |
| Octal | 360 | 370 | 126 | 3 | 0 | 101 | 3 | 77 | 134 | 101 |
| Binary | 11110000 | 11111000 | 1010110 | 11 | 0 | 1000001 | 11 | 111111 | 1011100 | 1000001 |
Color Harmonies of #F0F856
Complementary color
Monochromatic Colors of #F0F856
Black with #F0F856
Text Example
Text Example
White with #F0F856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F856; }
p { color: rgb(240,248,86); }
H1.HeaderClassName
{
color: #F0F856;
}
.AnyTagClassName
{
color: #F0F856;
}
</style>
background-color css
<style>
a { background-color: #F0F856; }
a { background-color: rgb(240,248,86); }
div.DivClassName
{
background-color: #F0F856;
}
.BgClassName
{
background-color: #F0F856;
}
</style>
border-color css
<style>
span { border-color: #F0F856; }
span { border-color: rgb(240,248,86); }
td.TdClassName
{
border-color: #F0F856;
}
.TagClassName
{
border-color: #F0F856;
}
</style>