Shades of Sweet Corn #F2E570
Tints of Sweet Corn #F2E570
RGB
CMYK
RGB Variations
Color information
#F2E570 (or 0xF2E570) is known color: Sweet Corn. HEX triplet: F2, E5 and 70. RGB value is (242,229,112). Sum of RGB (Red+Green+Blue) = 242+229+112=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 229 (89.84% from 255 or 39.28% from 583); Blue value is 112 (44.14% from 255 or 19.21% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E570 is #0D1A8F. Grayscale: #DCDCDC. Windows color (decimal): -858768 or 7398898. OLE color: 7398898.
HSL color Cylindrical-coordinate representation of color #F2E570: hue angle of 54º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2E570 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 229 | 112 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.05 |
| HSL | 54º | 0.83% | 0.69% | - |
| HSV(B) | 54º | 0.54% | 0.95% | - |
| XYZ | 67.56 | 76.09 | 26.45 | - |
| YUV | 219.55 | 67.31 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 229 | 112 | 0 | 0.05 | 0.54 | 0.05 | 54 | 0.83 | 0.69 |
| Hex | F2 | E5 | 70 | 0 | 5 | 36 | 5 | 36 | 53 | 45 |
| Octal | 362 | 345 | 160 | 0 | 5 | 66 | 5 | 66 | 123 | 105 |
| Binary | 11110010 | 11100101 | 1110000 | 0 | 101 | 110110 | 101 | 110110 | 1010011 | 1000101 |
Color Harmonies of #F2E570
Complementary color
Monochromatic Colors of #F2E570
Black with #F2E570
Text Example
Text Example
White with #F2E570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E570; }
p { color: rgb(242,229,112); }
H1.HeaderClassName
{
color: #F2E570;
}
.AnyTagClassName
{
color: #F2E570;
}
</style>
background-color css
<style>
a { background-color: #F2E570; }
a { background-color: rgb(242,229,112); }
div.DivClassName
{
background-color: #F2E570;
}
.BgClassName
{
background-color: #F2E570;
}
</style>
border-color css
<style>
span { border-color: #F2E570; }
span { border-color: rgb(242,229,112); }
td.TdClassName
{
border-color: #F2E570;
}
.TagClassName
{
border-color: #F2E570;
}
</style>