Shades of Sweet Corn #F2E07A
Tints of Sweet Corn #F2E07A
RGB
CMYK
RGB Variations
Color information
#F2E07A (or 0xF2E07A) is known color: Sweet Corn. HEX triplet: F2, E0 and 7A. RGB value is (242,224,122). Sum of RGB (Red+Green+Blue) = 242+224+122=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 122 (48.05% from 255 or 20.75% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E07A is #0D1F85. Grayscale: #DADADA. Windows color (decimal): -860038 or 8052978. OLE color: 8052978.
HSL color Cylindrical-coordinate representation of color #F2E07A: hue angle of 51º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2E07A is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 122 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.05 |
| HSL | 51º | 0.82% | 0.71% | - |
| HSV(B) | 51º | 0.5% | 0.95% | - |
| XYZ | 66.79 | 73.59 | 29.1 | - |
| YUV | 217.75 | 73.96 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 122 | 0 | 0.07 | 0.50 | 0.05 | 51 | 0.82 | 0.71 |
| Hex | F2 | E0 | 7A | 0 | 7 | 32 | 5 | 33 | 52 | 47 |
| Octal | 362 | 340 | 172 | 0 | 7 | 62 | 5 | 63 | 122 | 107 |
| Binary | 11110010 | 11100000 | 1111010 | 0 | 111 | 110010 | 101 | 110011 | 1010010 | 1000111 |
Color Harmonies of #F2E07A
Complementary color
Monochromatic Colors of #F2E07A
Black with #F2E07A
Text Example
Text Example
White with #F2E07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E07A; }
p { color: rgb(242,224,122); }
H1.HeaderClassName
{
color: #F2E07A;
}
.AnyTagClassName
{
color: #F2E07A;
}
</style>
background-color css
<style>
a { background-color: #F2E07A; }
a { background-color: rgb(242,224,122); }
div.DivClassName
{
background-color: #F2E07A;
}
.BgClassName
{
background-color: #F2E07A;
}
</style>
border-color css
<style>
span { border-color: #F2E07A; }
span { border-color: rgb(242,224,122); }
td.TdClassName
{
border-color: #F2E07A;
}
.TagClassName
{
border-color: #F2E07A;
}
</style>