Shades of Sweet Corn #F2E073
Tints of Sweet Corn #F2E073
RGB
CMYK
RGB Variations
Color information
#F2E073 (or 0xF2E073) is known color: Sweet Corn. HEX triplet: F2, E0 and 73. RGB value is (242,224,115). Sum of RGB (Red+Green+Blue) = 242+224+115=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 224 (87.89% from 255 or 38.55% from 581); Blue value is 115 (45.31% from 255 or 19.79% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E073 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E073 is #0D1F8C. Grayscale: #D9D9D9. Windows color (decimal): -860045 or 7594226. OLE color: 7594226.
HSL color Cylindrical-coordinate representation of color #F2E073: hue angle of 51.5º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2E073 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 115 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.05 |
| HSL | 51.5º | 0.83% | 0.7% | - |
| HSV(B) | 51.5º | 0.52% | 0.95% | - |
| XYZ | 66.37 | 73.43 | 26.89 | - |
| YUV | 216.96 | 70.46 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 115 | 0 | 0.07 | 0.52 | 0.05 | 51.5 | 0.83 | 0.7 |
| Hex | F2 | E0 | 73 | 0 | 7 | 34 | 5 | 33 | 53 | 46 |
| Octal | 362 | 340 | 163 | 0 | 7 | 64 | 5 | 63 | 123 | 106 |
| Binary | 11110010 | 11100000 | 1110011 | 0 | 111 | 110100 | 101 | 110011 | 1010011 | 1000110 |
Color Harmonies of #F2E073
Complementary color
Monochromatic Colors of #F2E073
Black with #F2E073
Text Example
Text Example
White with #F2E073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E073; }
p { color: rgb(242,224,115); }
H1.HeaderClassName
{
color: #F2E073;
}
.AnyTagClassName
{
color: #F2E073;
}
</style>
background-color css
<style>
a { background-color: #F2E073; }
a { background-color: rgb(242,224,115); }
div.DivClassName
{
background-color: #F2E073;
}
.BgClassName
{
background-color: #F2E073;
}
</style>
border-color css
<style>
span { border-color: #F2E073; }
span { border-color: rgb(242,224,115); }
td.TdClassName
{
border-color: #F2E073;
}
.TagClassName
{
border-color: #F2E073;
}
</style>