Shades of Corn #F2E962
Tints of Corn #F2E962
RGB
CMYK
RGB Variations
Color information
#F2E962 (or 0xF2E962) is known color: Corn. HEX triplet: F2, E9 and 62. RGB value is (242,233,98). Sum of RGB (Red+Green+Blue) = 242+233+98=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 233 (91.41% from 255 or 40.66% from 573); Blue value is 98 (38.67% from 255 or 17.10% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E962 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E962 is #0D169D. Grayscale: #DCDCDC. Windows color (decimal): -857758 or 6482418. OLE color: 6482418.
HSL color Cylindrical-coordinate representation of color #F2E962: hue angle of 56.25º 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 #F2E962 is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 233 | 98 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.05 |
| HSL | 56.25º | 0.85% | 0.67% | - |
| HSV(B) | 56.25º | 0.6% | 0.95% | - |
| XYZ | 67.96 | 78.04 | 23.04 | - |
| YUV | 220.3 | 58.98 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 233 | 98 | 0 | 0.04 | 0.60 | 0.05 | 56.25 | 0.85 | 0.67 |
| Hex | F2 | E9 | 62 | 0 | 4 | 3C | 5 | 38 | 55 | 43 |
| Octal | 362 | 351 | 142 | 0 | 4 | 74 | 5 | 70 | 125 | 103 |
| Binary | 11110010 | 11101001 | 1100010 | 0 | 100 | 111100 | 101 | 111000 | 1010101 | 1000011 |
Color Harmonies of #F2E962
Complementary color
Monochromatic Colors of #F2E962
Black with #F2E962
Text Example
Text Example
White with #F2E962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E962; }
p { color: rgb(242,233,98); }
H1.HeaderClassName
{
color: #F2E962;
}
.AnyTagClassName
{
color: #F2E962;
}
</style>
background-color css
<style>
a { background-color: #F2E962; }
a { background-color: rgb(242,233,98); }
div.DivClassName
{
background-color: #F2E962;
}
.BgClassName
{
background-color: #F2E962;
}
</style>
border-color css
<style>
span { border-color: #F2E962; }
span { border-color: rgb(242,233,98); }
td.TdClassName
{
border-color: #F2E962;
}
.TagClassName
{
border-color: #F2E962;
}
</style>