Shades of Corn #F2E762
Tints of Corn #F2E762
RGB
CMYK
RGB Variations
Color information
#F2E762 (or 0xF2E762) is known color: Corn. HEX triplet: F2, E7 and 62. RGB value is (242,231,98). Sum of RGB (Red+Green+Blue) = 242+231+98=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 231 (90.62% from 255 or 40.46% from 571); Blue value is 98 (38.67% from 255 or 17.16% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E762 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E762 is #0D189D. Grayscale: #DBDBDB. Windows color (decimal): -858270 or 6481906. OLE color: 6481906.
HSL color Cylindrical-coordinate representation of color #F2E762: hue angle of 55.42º 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 #F2E762 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 98 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.05 |
| HSL | 55.42º | 0.85% | 0.67% | - |
| HSV(B) | 55.42º | 0.6% | 0.95% | - |
| XYZ | 67.4 | 76.91 | 22.85 | - |
| YUV | 219.13 | 59.64 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 98 | 0 | 0.05 | 0.60 | 0.05 | 55.42 | 0.85 | 0.67 |
| Hex | F2 | E7 | 62 | 0 | 5 | 3C | 5 | 37 | 55 | 43 |
| Octal | 362 | 347 | 142 | 0 | 5 | 74 | 5 | 67 | 125 | 103 |
| Binary | 11110010 | 11100111 | 1100010 | 0 | 101 | 111100 | 101 | 110111 | 1010101 | 1000011 |
Color Harmonies of #F2E762
Complementary color
Monochromatic Colors of #F2E762
Black with #F2E762
Text Example
Text Example
White with #F2E762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E762; }
p { color: rgb(242,231,98); }
H1.HeaderClassName
{
color: #F2E762;
}
.AnyTagClassName
{
color: #F2E762;
}
</style>
background-color css
<style>
a { background-color: #F2E762; }
a { background-color: rgb(242,231,98); }
div.DivClassName
{
background-color: #F2E762;
}
.BgClassName
{
background-color: #F2E762;
}
</style>
border-color css
<style>
span { border-color: #F2E762; }
span { border-color: rgb(242,231,98); }
td.TdClassName
{
border-color: #F2E762;
}
.TagClassName
{
border-color: #F2E762;
}
</style>