Shades of Corn #F2F060
Tints of Corn #F2F060
RGB
CMYK
RGB Variations
Color information
#F2F060 (or 0xF2F060) is known color: Corn. HEX triplet: F2, F0 and 60. RGB value is (242,240,96). Sum of RGB (Red+Green+Blue) = 242+240+96=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 240 (94.14% from 255 or 41.52% from 578); Blue value is 96 (37.89% from 255 or 16.61% from 578); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F060 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F060 is #0D0F9F. Grayscale: #E0E0E0. Windows color (decimal): -855968 or 6353138. OLE color: 6353138.
HSL color Cylindrical-coordinate representation of color #F2F060: hue angle of 59.18º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2F060 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 240 | 96 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.05 |
| HSL | 59.18º | 0.85% | 0.66% | - |
| HSV(B) | 59.18º | 0.6% | 0.95% | - |
| XYZ | 69.89 | 82.04 | 23.22 | - |
| YUV | 224.18 | 55.66 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 240 | 96 | 0 | 0.01 | 0.60 | 0.05 | 59.18 | 0.85 | 0.66 |
| Hex | F2 | F0 | 60 | 0 | 1 | 3C | 5 | 3B | 55 | 42 |
| Octal | 362 | 360 | 140 | 0 | 1 | 74 | 5 | 73 | 125 | 102 |
| Binary | 11110010 | 11110000 | 1100000 | 0 | 1 | 111100 | 101 | 111011 | 1010101 | 1000010 |
Color Harmonies of #F2F060
Complementary color
Monochromatic Colors of #F2F060
Black with #F2F060
Text Example
Text Example
White with #F2F060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F060; }
p { color: rgb(242,240,96); }
H1.HeaderClassName
{
color: #F2F060;
}
.AnyTagClassName
{
color: #F2F060;
}
</style>
background-color css
<style>
a { background-color: #F2F060; }
a { background-color: rgb(242,240,96); }
div.DivClassName
{
background-color: #F2F060;
}
.BgClassName
{
background-color: #F2F060;
}
</style>
border-color css
<style>
span { border-color: #F2F060; }
span { border-color: rgb(242,240,96); }
td.TdClassName
{
border-color: #F2F060;
}
.TagClassName
{
border-color: #F2F060;
}
</style>