Shades of Corn #FAEC59
Tints of Corn #FAEC59
RGB
CMYK
RGB Variations
Color information
#FAEC59 (or 0xFAEC59) is known color: Corn. HEX triplet: FA, EC and 59. RGB value is (250,236,89). Sum of RGB (Red+Green+Blue) = 250+236+89=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 89 (35.16% from 255 or 15.48% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC59 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAEC59 is #0513A6. Grayscale: #E0E0E0. Windows color (decimal): -332711 or 5893370. OLE color: 5893370.
HSL color Cylindrical-coordinate representation of color #FAEC59: hue angle of 54.78º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FAEC59 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 236 | 89 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.02 |
| HSL | 54.78º | 0.94% | 0.66% | - |
| HSV(B) | 54.78º | 0.64% | 0.98% | - |
| XYZ | 71.22 | 81.04 | 21.34 | - |
| YUV | 223.43 | 52.14 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 236 | 89 | 0 | 0.06 | 0.64 | 0.02 | 54.78 | 0.94 | 0.66 |
| Hex | FA | EC | 59 | 0 | 6 | 40 | 2 | 37 | 5E | 42 |
| Octal | 372 | 354 | 131 | 0 | 6 | 100 | 2 | 67 | 136 | 102 |
| Binary | 11111010 | 11101100 | 1011001 | 0 | 110 | 1000000 | 10 | 110111 | 1011110 | 1000010 |
Color Harmonies of #FAEC59
Complementary color
Monochromatic Colors of #FAEC59
Black with #FAEC59
Text Example
Text Example
White with #FAEC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEC59; }
p { color: rgb(250,236,89); }
H1.HeaderClassName
{
color: #FAEC59;
}
.AnyTagClassName
{
color: #FAEC59;
}
</style>
background-color css
<style>
a { background-color: #FAEC59; }
a { background-color: rgb(250,236,89); }
div.DivClassName
{
background-color: #FAEC59;
}
.BgClassName
{
background-color: #FAEC59;
}
</style>
border-color css
<style>
span { border-color: #FAEC59; }
span { border-color: rgb(250,236,89); }
td.TdClassName
{
border-color: #FAEC59;
}
.TagClassName
{
border-color: #FAEC59;
}
</style>