Shades of Corn #F2E859
Tints of Corn #F2E859
RGB
CMYK
RGB Variations
Color information
#F2E859 (or 0xF2E859) is known color: Corn. HEX triplet: F2, E8 and 59. RGB value is (242,232,89). Sum of RGB (Red+Green+Blue) = 242+232+89=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 232 (91.02% from 255 or 41.21% from 563); Blue value is 89 (35.16% from 255 or 15.81% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E859 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E859 is #0D17A6. Grayscale: #DBDBDB. Windows color (decimal): -858023 or 5892338. OLE color: 5892338.
HSL color Cylindrical-coordinate representation of color #F2E859: hue angle of 56.08º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2E859 is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 232 | 89 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.05 |
| HSL | 56.08º | 0.85% | 0.65% | - |
| HSV(B) | 56.08º | 0.63% | 0.95% | - |
| XYZ | 67.28 | 77.31 | 20.83 | - |
| YUV | 218.69 | 54.81 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 232 | 89 | 0 | 0.04 | 0.63 | 0.05 | 56.08 | 0.85 | 0.65 |
| Hex | F2 | E8 | 59 | 0 | 4 | 3F | 5 | 38 | 55 | 41 |
| Octal | 362 | 350 | 131 | 0 | 4 | 77 | 5 | 70 | 125 | 101 |
| Binary | 11110010 | 11101000 | 1011001 | 0 | 100 | 111111 | 101 | 111000 | 1010101 | 1000001 |
Color Harmonies of #F2E859
Complementary color
Monochromatic Colors of #F2E859
Black with #F2E859
Text Example
Text Example
White with #F2E859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E859; }
p { color: rgb(242,232,89); }
H1.HeaderClassName
{
color: #F2E859;
}
.AnyTagClassName
{
color: #F2E859;
}
</style>
background-color css
<style>
a { background-color: #F2E859; }
a { background-color: rgb(242,232,89); }
div.DivClassName
{
background-color: #F2E859;
}
.BgClassName
{
background-color: #F2E859;
}
</style>
border-color css
<style>
span { border-color: #F2E859; }
span { border-color: rgb(242,232,89); }
td.TdClassName
{
border-color: #F2E859;
}
.TagClassName
{
border-color: #F2E859;
}
</style>