Shades of Sweet Corn #F2E571
Tints of Sweet Corn #F2E571
RGB
CMYK
RGB Variations
Color information
#F2E571 (or 0xF2E571) is known color: Sweet Corn. HEX triplet: F2, E5 and 71. RGB value is (242,229,113). Sum of RGB (Red+Green+Blue) = 242+229+113=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 229 (89.84% from 255 or 39.21% from 584); Blue value is 113 (44.53% from 255 or 19.35% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E571 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E571 is #0D1A8E. Grayscale: #DCDCDC. Windows color (decimal): -858767 or 7464434. OLE color: 7464434.
HSL color Cylindrical-coordinate representation of color #F2E571: hue angle of 53.95º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F2E571 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 229 | 113 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.05 |
| HSL | 53.95º | 0.83% | 0.7% | - |
| HSV(B) | 53.95º | 0.53% | 0.95% | - |
| XYZ | 67.62 | 76.11 | 26.75 | - |
| YUV | 219.66 | 67.81 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 229 | 113 | 0 | 0.05 | 0.53 | 0.05 | 53.95 | 0.83 | 0.7 |
| Hex | F2 | E5 | 71 | 0 | 5 | 35 | 5 | 36 | 53 | 46 |
| Octal | 362 | 345 | 161 | 0 | 5 | 65 | 5 | 66 | 123 | 106 |
| Binary | 11110010 | 11100101 | 1110001 | 0 | 101 | 110101 | 101 | 110110 | 1010011 | 1000110 |
Color Harmonies of #F2E571
Complementary color
Monochromatic Colors of #F2E571
Black with #F2E571
Text Example
Text Example
White with #F2E571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E571; }
p { color: rgb(242,229,113); }
H1.HeaderClassName
{
color: #F2E571;
}
.AnyTagClassName
{
color: #F2E571;
}
</style>
background-color css
<style>
a { background-color: #F2E571; }
a { background-color: rgb(242,229,113); }
div.DivClassName
{
background-color: #F2E571;
}
.BgClassName
{
background-color: #F2E571;
}
</style>
border-color css
<style>
span { border-color: #F2E571; }
span { border-color: rgb(242,229,113); }
td.TdClassName
{
border-color: #F2E571;
}
.TagClassName
{
border-color: #F2E571;
}
</style>