Shades of Sweet Corn #F2E573
Tints of Sweet Corn #F2E573
RGB
CMYK
RGB Variations
Color information
#F2E573 (or 0xF2E573) is known color: Sweet Corn. HEX triplet: F2, E5 and 73. RGB value is (242,229,115). Sum of RGB (Red+Green+Blue) = 242+229+115=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 229 (89.84% from 255 or 39.08% from 586); Blue value is 115 (45.31% from 255 or 19.62% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E573 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E573 is #0D1A8C. Grayscale: #DCDCDC. Windows color (decimal): -858765 or 7595506. OLE color: 7595506.
HSL color Cylindrical-coordinate representation of color #F2E573: hue angle of 53.86º 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 #F2E573 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 229 | 115 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.05 |
| HSL | 53.86º | 0.83% | 0.7% | - |
| HSV(B) | 53.86º | 0.52% | 0.95% | - |
| XYZ | 67.73 | 76.15 | 27.35 | - |
| YUV | 219.89 | 68.81 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 229 | 115 | 0 | 0.05 | 0.52 | 0.05 | 53.86 | 0.83 | 0.7 |
| Hex | F2 | E5 | 73 | 0 | 5 | 34 | 5 | 36 | 53 | 46 |
| Octal | 362 | 345 | 163 | 0 | 5 | 64 | 5 | 66 | 123 | 106 |
| Binary | 11110010 | 11100101 | 1110011 | 0 | 101 | 110100 | 101 | 110110 | 1010011 | 1000110 |
Color Harmonies of #F2E573
Complementary color
Monochromatic Colors of #F2E573
Black with #F2E573
Text Example
Text Example
White with #F2E573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E573; }
p { color: rgb(242,229,115); }
H1.HeaderClassName
{
color: #F2E573;
}
.AnyTagClassName
{
color: #F2E573;
}
</style>
background-color css
<style>
a { background-color: #F2E573; }
a { background-color: rgb(242,229,115); }
div.DivClassName
{
background-color: #F2E573;
}
.BgClassName
{
background-color: #F2E573;
}
</style>
border-color css
<style>
span { border-color: #F2E573; }
span { border-color: rgb(242,229,115); }
td.TdClassName
{
border-color: #F2E573;
}
.TagClassName
{
border-color: #F2E573;
}
</style>