Shades of Corn #F2E366
Tints of Corn #F2E366
RGB
CMYK
RGB Variations
Color information
#F2E366 (or 0xF2E366) is known color: Corn. HEX triplet: F2, E3 and 66. RGB value is (242,227,102). Sum of RGB (Red+Green+Blue) = 242+227+102=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 227 (89.06% from 255 or 39.75% from 571); Blue value is 102 (40.23% from 255 or 17.86% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E366 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E366 is #0D1C99. Grayscale: #D9D9D9. Windows color (decimal): -859290 or 6743026. OLE color: 6743026.
HSL color Cylindrical-coordinate representation of color #F2E366: hue angle of 53.57º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2E366 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 227 | 102 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.05 |
| HSL | 53.57º | 0.84% | 0.67% | - |
| HSV(B) | 53.57º | 0.58% | 0.95% | - |
| XYZ | 66.49 | 74.77 | 23.5 | - |
| YUV | 217.24 | 62.97 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 227 | 102 | 0 | 0.06 | 0.58 | 0.05 | 53.57 | 0.84 | 0.67 |
| Hex | F2 | E3 | 66 | 0 | 6 | 3A | 5 | 36 | 54 | 43 |
| Octal | 362 | 343 | 146 | 0 | 6 | 72 | 5 | 66 | 124 | 103 |
| Binary | 11110010 | 11100011 | 1100110 | 0 | 110 | 111010 | 101 | 110110 | 1010100 | 1000011 |
Color Harmonies of #F2E366
Complementary color
Monochromatic Colors of #F2E366
Black with #F2E366
Text Example
Text Example
White with #F2E366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E366; }
p { color: rgb(242,227,102); }
H1.HeaderClassName
{
color: #F2E366;
}
.AnyTagClassName
{
color: #F2E366;
}
</style>
background-color css
<style>
a { background-color: #F2E366; }
a { background-color: rgb(242,227,102); }
div.DivClassName
{
background-color: #F2E366;
}
.BgClassName
{
background-color: #F2E366;
}
</style>
border-color css
<style>
span { border-color: #F2E366; }
span { border-color: rgb(242,227,102); }
td.TdClassName
{
border-color: #F2E366;
}
.TagClassName
{
border-color: #F2E366;
}
</style>