Shades of Sweet Corn #F2E06D
Tints of Sweet Corn #F2E06D
RGB
CMYK
RGB Variations
Color information
#F2E06D (or 0xF2E06D) is known color: Sweet Corn. HEX triplet: F2, E0 and 6D. RGB value is (242,224,109). Sum of RGB (Red+Green+Blue) = 242+224+109=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 224 (87.89% from 255 or 38.96% from 575); Blue value is 109 (42.97% from 255 or 18.96% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E06D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E06D is #0D1F92. Grayscale: #D8D8D8. Windows color (decimal): -860051 or 7201010. OLE color: 7201010.
HSL color Cylindrical-coordinate representation of color #F2E06D: hue angle of 51.88º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F2E06D is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 109 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.05 |
| HSL | 51.88º | 0.84% | 0.69% | - |
| HSV(B) | 51.88º | 0.55% | 0.95% | - |
| XYZ | 66.03 | 73.29 | 25.13 | - |
| YUV | 216.27 | 67.46 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 109 | 0 | 0.07 | 0.55 | 0.05 | 51.88 | 0.84 | 0.69 |
| Hex | F2 | E0 | 6D | 0 | 7 | 37 | 5 | 34 | 54 | 45 |
| Octal | 362 | 340 | 155 | 0 | 7 | 67 | 5 | 64 | 124 | 105 |
| Binary | 11110010 | 11100000 | 1101101 | 0 | 111 | 110111 | 101 | 110100 | 1010100 | 1000101 |
Color Harmonies of #F2E06D
Complementary color
Monochromatic Colors of #F2E06D
Black with #F2E06D
Text Example
Text Example
White with #F2E06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E06D; }
p { color: rgb(242,224,109); }
H1.HeaderClassName
{
color: #F2E06D;
}
.AnyTagClassName
{
color: #F2E06D;
}
</style>
background-color css
<style>
a { background-color: #F2E06D; }
a { background-color: rgb(242,224,109); }
div.DivClassName
{
background-color: #F2E06D;
}
.BgClassName
{
background-color: #F2E06D;
}
</style>
border-color css
<style>
span { border-color: #F2E06D; }
span { border-color: rgb(242,224,109); }
td.TdClassName
{
border-color: #F2E06D;
}
.TagClassName
{
border-color: #F2E06D;
}
</style>