Shades of Sweet Corn #F2E076
Tints of Sweet Corn #F2E076
RGB
CMYK
RGB Variations
Color information
#F2E076 (or 0xF2E076) is known color: Sweet Corn. HEX triplet: F2, E0 and 76. RGB value is (242,224,118). Sum of RGB (Red+Green+Blue) = 242+224+118=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 224 (87.89% from 255 or 38.36% from 584); Blue value is 118 (46.48% from 255 or 20.21% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E076 is #0D1F89. Grayscale: #D9D9D9. Windows color (decimal): -860042 or 7790834. OLE color: 7790834.
HSL color Cylindrical-coordinate representation of color #F2E076: hue angle of 51.29º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F2E076 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 118 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.05 |
| HSL | 51.29º | 0.83% | 0.71% | - |
| HSV(B) | 51.29º | 0.51% | 0.95% | - |
| XYZ | 66.54 | 73.5 | 27.82 | - |
| YUV | 217.3 | 71.96 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 118 | 0 | 0.07 | 0.51 | 0.05 | 51.29 | 0.83 | 0.71 |
| Hex | F2 | E0 | 76 | 0 | 7 | 33 | 5 | 33 | 53 | 47 |
| Octal | 362 | 340 | 166 | 0 | 7 | 63 | 5 | 63 | 123 | 107 |
| Binary | 11110010 | 11100000 | 1110110 | 0 | 111 | 110011 | 101 | 110011 | 1010011 | 1000111 |
Color Harmonies of #F2E076
Complementary color
Monochromatic Colors of #F2E076
Black with #F2E076
Text Example
Text Example
White with #F2E076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E076; }
p { color: rgb(242,224,118); }
H1.HeaderClassName
{
color: #F2E076;
}
.AnyTagClassName
{
color: #F2E076;
}
</style>
background-color css
<style>
a { background-color: #F2E076; }
a { background-color: rgb(242,224,118); }
div.DivClassName
{
background-color: #F2E076;
}
.BgClassName
{
background-color: #F2E076;
}
</style>
border-color css
<style>
span { border-color: #F2E076; }
span { border-color: rgb(242,224,118); }
td.TdClassName
{
border-color: #F2E076;
}
.TagClassName
{
border-color: #F2E076;
}
</style>