Shades of Corn #F0F257
Tints of Corn #F0F257
RGB
CMYK
RGB Variations
Color information
#F0F257 (or 0xF0F257) is known color: Corn. HEX triplet: F0, F2 and 57. RGB value is (240,242,87). Sum of RGB (Red+Green+Blue) = 240+242+87=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 87 (34.38% from 255 or 15.29% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F257 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F257 is #0F0DA8. Grayscale: #E0E0E0. Windows color (decimal): -986537 or 5763824. OLE color: 5763824.
HSL color Cylindrical-coordinate representation of color #F0F257: hue angle of 60.77º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0F257 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 242 | 87 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.05 |
| HSL | 60.77º | 0.86% | 0.65% | - |
| HSV(B) | 60.77º | 0.64% | 0.95% | - |
| XYZ | 69.41 | 82.72 | 21.32 | - |
| YUV | 223.73 | 50.84 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 242 | 87 | 0.01 | 0 | 0.64 | 0.05 | 60.77 | 0.86 | 0.65 |
| Hex | F0 | F2 | 57 | 1 | 0 | 40 | 5 | 3D | 56 | 41 |
| Octal | 360 | 362 | 127 | 1 | 0 | 100 | 5 | 75 | 126 | 101 |
| Binary | 11110000 | 11110010 | 1010111 | 1 | 0 | 1000000 | 101 | 111101 | 1010110 | 1000001 |
Color Harmonies of #F0F257
Complementary color
Monochromatic Colors of #F0F257
Black with #F0F257
Text Example
Text Example
White with #F0F257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0F257; }
p { color: rgb(240,242,87); }
H1.HeaderClassName
{
color: #F0F257;
}
.AnyTagClassName
{
color: #F0F257;
}
</style>
background-color css
<style>
a { background-color: #F0F257; }
a { background-color: rgb(240,242,87); }
div.DivClassName
{
background-color: #F0F257;
}
.BgClassName
{
background-color: #F0F257;
}
</style>
border-color css
<style>
span { border-color: #F0F257; }
span { border-color: rgb(240,242,87); }
td.TdClassName
{
border-color: #F0F257;
}
.TagClassName
{
border-color: #F0F257;
}
</style>