Shades of Corn #F2F858
Tints of Corn #F2F858
RGB
CMYK
RGB Variations
Color information
#F2F858 (or 0xF2F858) is known color: Corn. HEX triplet: F2, F8 and 58. RGB value is (242,248,88). Sum of RGB (Red+Green+Blue) = 242+248+88=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 248 (97.27% from 255 or 42.91% from 578); Blue value is 88 (34.77% from 255 or 15.22% from 578); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F858 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F858 is #0D07A7. Grayscale: #E4E4E4. Windows color (decimal): -853928 or 5830898. OLE color: 5830898.
HSL color Cylindrical-coordinate representation of color #F2F858: hue angle of 62.25º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F2F858 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 248 | 88 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.03 |
| HSL | 62.25º | 0.92% | 0.66% | - |
| HSV(B) | 62.25º | 0.65% | 0.97% | - |
| XYZ | 71.95 | 86.72 | 22.18 | - |
| YUV | 227.97 | 49.01 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 248 | 88 | 0.02 | 0 | 0.65 | 0.03 | 62.25 | 0.92 | 0.66 |
| Hex | F2 | F8 | 58 | 2 | 0 | 41 | 3 | 3E | 5C | 42 |
| Octal | 362 | 370 | 130 | 2 | 0 | 101 | 3 | 76 | 134 | 102 |
| Binary | 11110010 | 11111000 | 1011000 | 10 | 0 | 1000001 | 11 | 111110 | 1011100 | 1000010 |
Color Harmonies of #F2F858
Complementary color
Monochromatic Colors of #F2F858
Black with #F2F858
Text Example
Text Example
White with #F2F858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F858; }
p { color: rgb(242,248,88); }
H1.HeaderClassName
{
color: #F2F858;
}
.AnyTagClassName
{
color: #F2F858;
}
</style>
background-color css
<style>
a { background-color: #F2F858; }
a { background-color: rgb(242,248,88); }
div.DivClassName
{
background-color: #F2F858;
}
.BgClassName
{
background-color: #F2F858;
}
</style>
border-color css
<style>
span { border-color: #F2F858; }
span { border-color: rgb(242,248,88); }
td.TdClassName
{
border-color: #F2F858;
}
.TagClassName
{
border-color: #F2F858;
}
</style>