Shades of Corn #F2F258
Tints of Corn #F2F258
RGB
CMYK
RGB Variations
Color information
#F2F258 (or 0xF2F258) is known color: Corn. HEX triplet: F2, F2 and 58. RGB value is (242,242,88). Sum of RGB (Red+Green+Blue) = 242+242+88=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 88 (34.77% from 255 or 15.38% from 572); Max value from RGB is 242 - color contains mainly: red, green. Hex color #F2F258 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F258 is #0D0DA7. Grayscale: #E1E1E1. Windows color (decimal): -855464 or 5829362. OLE color: 5829362.
HSL color Cylindrical-coordinate representation of color #F2F258: 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 #F2F258 is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 242 | 88 | - |
| CMYK | 0 | 0 | 0.64 | 0.05 |
| HSL | 60º | 0.86% | 0.65% | - |
| HSV(B) | 60º | 0.64% | 0.95% | - |
| XYZ | 70.13 | 83.09 | 21.57 | - |
| YUV | 224.44 | 51 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 242 | 88 | 0 | 0 | 0.64 | 0.05 | 60 | 0.86 | 0.65 |
| Hex | F2 | F2 | 58 | 0 | 0 | 40 | 5 | 3C | 56 | 41 |
| Octal | 362 | 362 | 130 | 0 | 0 | 100 | 5 | 74 | 126 | 101 |
| Binary | 11110010 | 11110010 | 1011000 | 0 | 0 | 1000000 | 101 | 111100 | 1010110 | 1000001 |
Color Harmonies of #F2F258
Complementary color
Monochromatic Colors of #F2F258
Black with #F2F258
Text Example
Text Example
White with #F2F258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F258; }
p { color: rgb(242,242,88); }
H1.HeaderClassName
{
color: #F2F258;
}
.AnyTagClassName
{
color: #F2F258;
}
</style>
background-color css
<style>
a { background-color: #F2F258; }
a { background-color: rgb(242,242,88); }
div.DivClassName
{
background-color: #F2F258;
}
.BgClassName
{
background-color: #F2F258;
}
</style>
border-color css
<style>
span { border-color: #F2F258; }
span { border-color: rgb(242,242,88); }
td.TdClassName
{
border-color: #F2F258;
}
.TagClassName
{
border-color: #F2F258;
}
</style>