Shades of Corn #F2E864
Tints of Corn #F2E864
RGB
CMYK
RGB Variations
Color information
#F2E864 (or 0xF2E864) is known color: Corn. HEX triplet: F2, E8 and 64. RGB value is (242,232,100). Sum of RGB (Red+Green+Blue) = 242+232+100=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 232 (91.02% from 255 or 40.42% from 574); Blue value is 100 (39.45% from 255 or 17.42% from 574); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E864 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E864 is #0D179B. Grayscale: #DCDCDC. Windows color (decimal): -858012 or 6613234. OLE color: 6613234.
HSL color Cylindrical-coordinate representation of color #F2E864: hue angle of 55.77º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F2E864 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 232 | 100 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.05 |
| HSL | 55.77º | 0.85% | 0.67% | - |
| HSV(B) | 55.77º | 0.59% | 0.95% | - |
| XYZ | 67.77 | 77.51 | 23.45 | - |
| YUV | 219.94 | 60.31 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 232 | 100 | 0 | 0.04 | 0.59 | 0.05 | 55.77 | 0.85 | 0.67 |
| Hex | F2 | E8 | 64 | 0 | 4 | 3B | 5 | 38 | 55 | 43 |
| Octal | 362 | 350 | 144 | 0 | 4 | 73 | 5 | 70 | 125 | 103 |
| Binary | 11110010 | 11101000 | 1100100 | 0 | 100 | 111011 | 101 | 111000 | 1010101 | 1000011 |
Color Harmonies of #F2E864
Complementary color
Monochromatic Colors of #F2E864
Black with #F2E864
Text Example
Text Example
White with #F2E864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E864; }
p { color: rgb(242,232,100); }
H1.HeaderClassName
{
color: #F2E864;
}
.AnyTagClassName
{
color: #F2E864;
}
</style>
background-color css
<style>
a { background-color: #F2E864; }
a { background-color: rgb(242,232,100); }
div.DivClassName
{
background-color: #F2E864;
}
.BgClassName
{
background-color: #F2E864;
}
</style>
border-color css
<style>
span { border-color: #F2E864; }
span { border-color: rgb(242,232,100); }
td.TdClassName
{
border-color: #F2E864;
}
.TagClassName
{
border-color: #F2E864;
}
</style>