Shades of Corn #F2F257
Tints of Corn #F2F257
RGB
CMYK
RGB Variations
Color information
#F2F257 (or 0xF2F257) is known color: Corn. HEX triplet: F2, F2 and 57. RGB value is (242,242,87). Sum of RGB (Red+Green+Blue) = 242+242+87=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 242 (94.92% from 255 or 42.38% from 571); Blue value is 87 (34.38% from 255 or 15.24% from 571); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F257 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F257 is #0D0DA8. Grayscale: #E0E0E0. Windows color (decimal): -855465 or 5763826. OLE color: 5763826.
HSL color Cylindrical-coordinate representation of color #F2F257: hue angle of 60º 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 #F2F257 is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 87 | - |
| CMYK | 0 | 0 | 0.64 | 0.05 |
| HSL | 60º | 0.86% | 0.65% | - |
| HSV(B) | 60º | 0.64% | 0.95% | - |
| XYZ | 70.09 | 83.07 | 21.36 | - |
| YUV | 224.33 | 50.5 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 87 | 0 | 0 | 0.64 | 0.05 | 60 | 0.86 | 0.65 |
| Hex | F2 | F2 | 57 | 0 | 0 | 40 | 5 | 3C | 56 | 41 |
| Octal | 362 | 362 | 127 | 0 | 0 | 100 | 5 | 74 | 126 | 101 |
| Binary | 11110010 | 11110010 | 1010111 | 0 | 0 | 1000000 | 101 | 111100 | 1010110 | 1000001 |
Color Harmonies of #F2F257
Complementary color
Monochromatic Colors of #F2F257
Black with #F2F257
Text Example
Text Example
White with #F2F257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F257; }
p { color: rgb(242,242,87); }
H1.HeaderClassName
{
color: #F2F257;
}
.AnyTagClassName
{
color: #F2F257;
}
</style>
background-color css
<style>
a { background-color: #F2F257; }
a { background-color: rgb(242,242,87); }
div.DivClassName
{
background-color: #F2F257;
}
.BgClassName
{
background-color: #F2F257;
}
</style>
border-color css
<style>
span { border-color: #F2F257; }
span { border-color: rgb(242,242,87); }
td.TdClassName
{
border-color: #F2F257;
}
.TagClassName
{
border-color: #F2F257;
}
</style>