Shades of Corn #F2E063
Tints of Corn #F2E063
RGB
CMYK
RGB Variations
Color information
#F2E063 (or 0xF2E063) is known color: Corn. HEX triplet: F2, E0 and 63. RGB value is (242,224,99). Sum of RGB (Red+Green+Blue) = 242+224+99=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 224 (87.89% from 255 or 39.65% from 565); Blue value is 99 (39.06% from 255 or 17.52% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E063 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E063 is #0D1F9C. Grayscale: #D7D7D7. Windows color (decimal): -860061 or 6545650. OLE color: 6545650.
HSL color Cylindrical-coordinate representation of color #F2E063: hue angle of 52.45º 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 #F2E063 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 99 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.05 |
| HSL | 52.45º | 0.85% | 0.67% | - |
| HSV(B) | 52.45º | 0.59% | 0.95% | - |
| XYZ | 65.53 | 73.09 | 22.46 | - |
| YUV | 215.13 | 62.46 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 99 | 0 | 0.07 | 0.59 | 0.05 | 52.45 | 0.85 | 0.67 |
| Hex | F2 | E0 | 63 | 0 | 7 | 3B | 5 | 34 | 55 | 43 |
| Octal | 362 | 340 | 143 | 0 | 7 | 73 | 5 | 64 | 125 | 103 |
| Binary | 11110010 | 11100000 | 1100011 | 0 | 111 | 111011 | 101 | 110100 | 1010101 | 1000011 |
Color Harmonies of #F2E063
Complementary color
Monochromatic Colors of #F2E063
Black with #F2E063
Text Example
Text Example
White with #F2E063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E063; }
p { color: rgb(242,224,99); }
H1.HeaderClassName
{
color: #F2E063;
}
.AnyTagClassName
{
color: #F2E063;
}
</style>
background-color css
<style>
a { background-color: #F2E063; }
a { background-color: rgb(242,224,99); }
div.DivClassName
{
background-color: #F2E063;
}
.BgClassName
{
background-color: #F2E063;
}
</style>
border-color css
<style>
span { border-color: #F2E063; }
span { border-color: rgb(242,224,99); }
td.TdClassName
{
border-color: #F2E063;
}
.TagClassName
{
border-color: #F2E063;
}
</style>