Shades of Corn #F2EC62
Tints of Corn #F2EC62
RGB
CMYK
RGB Variations
Color information
#F2EC62 (or 0xF2EC62) is known color: Corn. HEX triplet: F2, EC and 62. RGB value is (242,236,98). Sum of RGB (Red+Green+Blue) = 242+236+98=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 236 (92.58% from 255 or 40.97% from 576); Blue value is 98 (38.67% from 255 or 17.01% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC62 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EC62 is #0D139D. Grayscale: #DEDEDE. Windows color (decimal): -856990 or 6483186. OLE color: 6483186.
HSL color Cylindrical-coordinate representation of color #F2EC62: hue angle of 57.5º 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 #F2EC62 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 98 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.05 |
| HSL | 57.5º | 0.85% | 0.67% | - |
| HSV(B) | 57.5º | 0.6% | 0.95% | - |
| XYZ | 68.82 | 79.75 | 23.32 | - |
| YUV | 222.06 | 57.99 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 98 | 0 | 0.02 | 0.60 | 0.05 | 57.5 | 0.85 | 0.67 |
| Hex | F2 | EC | 62 | 0 | 2 | 3C | 5 | 3A | 55 | 43 |
| Octal | 362 | 354 | 142 | 0 | 2 | 74 | 5 | 72 | 125 | 103 |
| Binary | 11110010 | 11101100 | 1100010 | 0 | 10 | 111100 | 101 | 111010 | 1010101 | 1000011 |
Color Harmonies of #F2EC62
Complementary color
Monochromatic Colors of #F2EC62
Black with #F2EC62
Text Example
Text Example
White with #F2EC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EC62; }
p { color: rgb(242,236,98); }
H1.HeaderClassName
{
color: #F2EC62;
}
.AnyTagClassName
{
color: #F2EC62;
}
</style>
background-color css
<style>
a { background-color: #F2EC62; }
a { background-color: rgb(242,236,98); }
div.DivClassName
{
background-color: #F2EC62;
}
.BgClassName
{
background-color: #F2EC62;
}
</style>
border-color css
<style>
span { border-color: #F2EC62; }
span { border-color: rgb(242,236,98); }
td.TdClassName
{
border-color: #F2EC62;
}
.TagClassName
{
border-color: #F2EC62;
}
</style>