Shades of Corn #F2E064
Tints of Corn #F2E064
RGB
CMYK
RGB Variations
Color information
#F2E064 (or 0xF2E064) is known color: Corn. HEX triplet: F2, E0 and 64. RGB value is (242,224,100). Sum of RGB (Red+Green+Blue) = 242+224+100=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 224 (87.89% from 255 or 39.58% from 566); Blue value is 100 (39.45% from 255 or 17.67% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E064 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E064 is #0D1F9B. Grayscale: #D7D7D7. Windows color (decimal): -860060 or 6611186. OLE color: 6611186.
HSL color Cylindrical-coordinate representation of color #F2E064: hue angle of 52.39º 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 #F2E064 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 100 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.05 |
| HSL | 52.39º | 0.85% | 0.67% | - |
| HSV(B) | 52.39º | 0.59% | 0.95% | - |
| XYZ | 65.57 | 73.11 | 22.71 | - |
| YUV | 215.25 | 62.96 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 100 | 0 | 0.07 | 0.59 | 0.05 | 52.39 | 0.85 | 0.67 |
| Hex | F2 | E0 | 64 | 0 | 7 | 3B | 5 | 34 | 55 | 43 |
| Octal | 362 | 340 | 144 | 0 | 7 | 73 | 5 | 64 | 125 | 103 |
| Binary | 11110010 | 11100000 | 1100100 | 0 | 111 | 111011 | 101 | 110100 | 1010101 | 1000011 |
Color Harmonies of #F2E064
Complementary color
Monochromatic Colors of #F2E064
Black with #F2E064
Text Example
Text Example
White with #F2E064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E064; }
p { color: rgb(242,224,100); }
H1.HeaderClassName
{
color: #F2E064;
}
.AnyTagClassName
{
color: #F2E064;
}
</style>
background-color css
<style>
a { background-color: #F2E064; }
a { background-color: rgb(242,224,100); }
div.DivClassName
{
background-color: #F2E064;
}
.BgClassName
{
background-color: #F2E064;
}
</style>
border-color css
<style>
span { border-color: #F2E064; }
span { border-color: rgb(242,224,100); }
td.TdClassName
{
border-color: #F2E064;
}
.TagClassName
{
border-color: #F2E064;
}
</style>