Shades of Sweet Corn #F2E672
Tints of Sweet Corn #F2E672
RGB
CMYK
RGB Variations
Color information
#F2E672 (or 0xF2E672) is known color: Sweet Corn. HEX triplet: F2, E6 and 72. RGB value is (242,230,114). Sum of RGB (Red+Green+Blue) = 242+230+114=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 230 (90.23% from 255 or 39.25% from 586); Blue value is 114 (44.92% from 255 or 19.45% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E672 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E672 is #0D198D. Grayscale: #DCDCDC. Windows color (decimal): -858510 or 7530226. OLE color: 7530226.
HSL color Cylindrical-coordinate representation of color #F2E672: hue angle of 54.38º 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 #F2E672 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 230 | 114 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.05 |
| HSL | 54.38º | 0.83% | 0.7% | - |
| HSV(B) | 54.38º | 0.53% | 0.95% | - |
| XYZ | 67.95 | 76.69 | 27.14 | - |
| YUV | 220.36 | 67.98 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 114 | 0 | 0.05 | 0.53 | 0.05 | 54.38 | 0.83 | 0.7 |
| Hex | F2 | E6 | 72 | 0 | 5 | 35 | 5 | 36 | 53 | 46 |
| Octal | 362 | 346 | 162 | 0 | 5 | 65 | 5 | 66 | 123 | 106 |
| Binary | 11110010 | 11100110 | 1110010 | 0 | 101 | 110101 | 101 | 110110 | 1010011 | 1000110 |
Color Harmonies of #F2E672
Complementary color
Monochromatic Colors of #F2E672
Black with #F2E672
Text Example
Text Example
White with #F2E672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E672; }
p { color: rgb(242,230,114); }
H1.HeaderClassName
{
color: #F2E672;
}
.AnyTagClassName
{
color: #F2E672;
}
</style>
background-color css
<style>
a { background-color: #F2E672; }
a { background-color: rgb(242,230,114); }
div.DivClassName
{
background-color: #F2E672;
}
.BgClassName
{
background-color: #F2E672;
}
</style>
border-color css
<style>
span { border-color: #F2E672; }
span { border-color: rgb(242,230,114); }
td.TdClassName
{
border-color: #F2E672;
}
.TagClassName
{
border-color: #F2E672;
}
</style>