Shades of Sweet Corn #F2E06B
Tints of Sweet Corn #F2E06B
RGB
CMYK
RGB Variations
Color information
#F2E06B (or 0xF2E06B) is known color: Sweet Corn. HEX triplet: F2, E0 and 6B. RGB value is (242,224,107). Sum of RGB (Red+Green+Blue) = 242+224+107=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 107 (42.19% from 255 or 18.67% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E06B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E06B is #0D1F94. Grayscale: #D8D8D8. Windows color (decimal): -860053 or 7069938. OLE color: 7069938.
HSL color Cylindrical-coordinate representation of color #F2E06B: hue angle of 52º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F2E06B is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 224 | 107 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.05 |
| HSL | 52º | 0.84% | 0.68% | - |
| HSV(B) | 52º | 0.56% | 0.95% | - |
| XYZ | 65.93 | 73.25 | 24.57 | - |
| YUV | 216.04 | 66.46 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 224 | 107 | 0 | 0.07 | 0.56 | 0.05 | 52 | 0.84 | 0.68 |
| Hex | F2 | E0 | 6B | 0 | 7 | 38 | 5 | 34 | 54 | 44 |
| Octal | 362 | 340 | 153 | 0 | 7 | 70 | 5 | 64 | 124 | 104 |
| Binary | 11110010 | 11100000 | 1101011 | 0 | 111 | 111000 | 101 | 110100 | 1010100 | 1000100 |
Color Harmonies of #F2E06B
Complementary color
Monochromatic Colors of #F2E06B
Black with #F2E06B
Text Example
Text Example
White with #F2E06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E06B; }
p { color: rgb(242,224,107); }
H1.HeaderClassName
{
color: #F2E06B;
}
.AnyTagClassName
{
color: #F2E06B;
}
</style>
background-color css
<style>
a { background-color: #F2E06B; }
a { background-color: rgb(242,224,107); }
div.DivClassName
{
background-color: #F2E06B;
}
.BgClassName
{
background-color: #F2E06B;
}
</style>
border-color css
<style>
span { border-color: #F2E06B; }
span { border-color: rgb(242,224,107); }
td.TdClassName
{
border-color: #F2E06B;
}
.TagClassName
{
border-color: #F2E06B;
}
</style>