Shades of Corn #F2E466
Tints of Corn #F2E466
RGB
CMYK
RGB Variations
Color information
#F2E466 (or 0xF2E466) is known color: Corn. HEX triplet: F2, E4 and 66. RGB value is (242,228,102). Sum of RGB (Red+Green+Blue) = 242+228+102=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 228 (89.45% from 255 or 39.86% from 572); Blue value is 102 (40.23% from 255 or 17.83% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E466 is #0D1B99. Grayscale: #DADADA. Windows color (decimal): -859034 or 6743282. OLE color: 6743282.
HSL color Cylindrical-coordinate representation of color #F2E466: hue angle of 54º 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 #F2E466 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 228 | 102 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.05 |
| HSL | 54º | 0.84% | 0.67% | - |
| HSV(B) | 54º | 0.58% | 0.95% | - |
| XYZ | 66.76 | 75.32 | 23.59 | - |
| YUV | 217.82 | 62.64 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 228 | 102 | 0 | 0.06 | 0.58 | 0.05 | 54 | 0.84 | 0.67 |
| Hex | F2 | E4 | 66 | 0 | 6 | 3A | 5 | 36 | 54 | 43 |
| Octal | 362 | 344 | 146 | 0 | 6 | 72 | 5 | 66 | 124 | 103 |
| Binary | 11110010 | 11100100 | 1100110 | 0 | 110 | 111010 | 101 | 110110 | 1010100 | 1000011 |
Color Harmonies of #F2E466
Complementary color
Monochromatic Colors of #F2E466
Black with #F2E466
Text Example
Text Example
White with #F2E466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E466; }
p { color: rgb(242,228,102); }
H1.HeaderClassName
{
color: #F2E466;
}
.AnyTagClassName
{
color: #F2E466;
}
</style>
background-color css
<style>
a { background-color: #F2E466; }
a { background-color: rgb(242,228,102); }
div.DivClassName
{
background-color: #F2E466;
}
.BgClassName
{
background-color: #F2E466;
}
</style>
border-color css
<style>
span { border-color: #F2E466; }
span { border-color: rgb(242,228,102); }
td.TdClassName
{
border-color: #F2E466;
}
.TagClassName
{
border-color: #F2E466;
}
</style>