Shades of Corn #F2EE62
Tints of Corn #F2EE62
RGB
CMYK
RGB Variations
Color information
#F2EE62 (or 0xF2EE62) is known color: Corn. HEX triplet: F2, EE and 62. RGB value is (242,238,98). Sum of RGB (Red+Green+Blue) = 242+238+98=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 238 (93.36% from 255 or 41.18% from 578); Blue value is 98 (38.67% from 255 or 16.96% from 578); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE62 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EE62 is #0D119D. Grayscale: #DFDFDF. Windows color (decimal): -856478 or 6483698. OLE color: 6483698.
HSL color Cylindrical-coordinate representation of color #F2EE62: hue angle of 58.33º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2EE62 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 98 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.05 |
| HSL | 58.33º | 0.85% | 0.67% | - |
| HSV(B) | 58.33º | 0.6% | 0.95% | - |
| XYZ | 69.4 | 80.91 | 23.51 | - |
| YUV | 223.24 | 57.33 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 98 | 0 | 0.02 | 0.60 | 0.05 | 58.33 | 0.85 | 0.67 |
| Hex | F2 | EE | 62 | 0 | 2 | 3C | 5 | 3A | 55 | 43 |
| Octal | 362 | 356 | 142 | 0 | 2 | 74 | 5 | 72 | 125 | 103 |
| Binary | 11110010 | 11101110 | 1100010 | 0 | 10 | 111100 | 101 | 111010 | 1010101 | 1000011 |
Color Harmonies of #F2EE62
Complementary color
Monochromatic Colors of #F2EE62
Black with #F2EE62
Text Example
Text Example
White with #F2EE62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE62; }
p { color: rgb(242,238,98); }
H1.HeaderClassName
{
color: #F2EE62;
}
.AnyTagClassName
{
color: #F2EE62;
}
</style>
background-color css
<style>
a { background-color: #F2EE62; }
a { background-color: rgb(242,238,98); }
div.DivClassName
{
background-color: #F2EE62;
}
.BgClassName
{
background-color: #F2EE62;
}
</style>
border-color css
<style>
span { border-color: #F2EE62; }
span { border-color: rgb(242,238,98); }
td.TdClassName
{
border-color: #F2EE62;
}
.TagClassName
{
border-color: #F2EE62;
}
</style>