Shades of Corn #FAEC66
Tints of Corn #FAEC66
RGB
CMYK
RGB Variations
Color information
#FAEC66 (or 0xFAEC66) is known color: Corn. HEX triplet: FA, EC and 66. RGB value is (250,236,102). Sum of RGB (Red+Green+Blue) = 250+236+102=588 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.52% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 102 (40.23% from 255 or 17.35% from 588); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC66 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEC66 is #051399. Grayscale: #E1E1E1. Windows color (decimal): -332698 or 6745338. OLE color: 6745338.
HSL color Cylindrical-coordinate representation of color #FAEC66: hue angle of 54.32º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FAEC66 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 102 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.02 |
| HSL | 54.32º | 0.94% | 0.69% | - |
| HSV(B) | 54.32º | 0.59% | 0.98% | - |
| XYZ | 71.82 | 81.27 | 24.47 | - |
| YUV | 224.91 | 58.64 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 102 | 0 | 0.06 | 0.59 | 0.02 | 54.32 | 0.94 | 0.69 |
| Hex | FA | EC | 66 | 0 | 6 | 3B | 2 | 36 | 5E | 45 |
| Octal | 372 | 354 | 146 | 0 | 6 | 73 | 2 | 66 | 136 | 105 |
| Binary | 11111010 | 11101100 | 1100110 | 0 | 110 | 111011 | 10 | 110110 | 1011110 | 1000101 |
Color Harmonies of #FAEC66
Complementary color
Monochromatic Colors of #FAEC66
Black with #FAEC66
Text Example
Text Example
White with #FAEC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEC66; }
p { color: rgb(250,236,102); }
H1.HeaderClassName
{
color: #FAEC66;
}
.AnyTagClassName
{
color: #FAEC66;
}
</style>
background-color css
<style>
a { background-color: #FAEC66; }
a { background-color: rgb(250,236,102); }
div.DivClassName
{
background-color: #FAEC66;
}
.BgClassName
{
background-color: #FAEC66;
}
</style>
border-color css
<style>
span { border-color: #FAEC66; }
span { border-color: rgb(250,236,102); }
td.TdClassName
{
border-color: #FAEC66;
}
.TagClassName
{
border-color: #FAEC66;
}
</style>