Shades of Sweet Corn #F2E16D
Tints of Sweet Corn #F2E16D
RGB
CMYK
RGB Variations
Color information
#F2E16D (or 0xF2E16D) is known color: Sweet Corn. HEX triplet: F2, E1 and 6D. RGB value is (242,225,109). Sum of RGB (Red+Green+Blue) = 242+225+109=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 225 (88.28% from 255 or 39.06% from 576); Blue value is 109 (42.97% from 255 or 18.92% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E16D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E16D is #0D1E92. Grayscale: #D9D9D9. Windows color (decimal): -859795 or 7201266. OLE color: 7201266.
HSL color Cylindrical-coordinate representation of color #F2E16D: hue angle of 52.33º 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 #F2E16D is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 225 | 109 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.05 |
| HSL | 52.33º | 0.84% | 0.69% | - |
| HSV(B) | 52.33º | 0.55% | 0.95% | - |
| XYZ | 66.3 | 73.83 | 25.22 | - |
| YUV | 216.86 | 67.13 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 225 | 109 | 0 | 0.07 | 0.55 | 0.05 | 52.33 | 0.84 | 0.69 |
| Hex | F2 | E1 | 6D | 0 | 7 | 37 | 5 | 34 | 54 | 45 |
| Octal | 362 | 341 | 155 | 0 | 7 | 67 | 5 | 64 | 124 | 105 |
| Binary | 11110010 | 11100001 | 1101101 | 0 | 111 | 110111 | 101 | 110100 | 1010100 | 1000101 |
Color Harmonies of #F2E16D
Complementary color
Monochromatic Colors of #F2E16D
Black with #F2E16D
Text Example
Text Example
White with #F2E16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E16D; }
p { color: rgb(242,225,109); }
H1.HeaderClassName
{
color: #F2E16D;
}
.AnyTagClassName
{
color: #F2E16D;
}
</style>
background-color css
<style>
a { background-color: #F2E16D; }
a { background-color: rgb(242,225,109); }
div.DivClassName
{
background-color: #F2E16D;
}
.BgClassName
{
background-color: #F2E16D;
}
</style>
border-color css
<style>
span { border-color: #F2E16D; }
span { border-color: rgb(242,225,109); }
td.TdClassName
{
border-color: #F2E16D;
}
.TagClassName
{
border-color: #F2E16D;
}
</style>