Shades of Corn #FAE759
Tints of Corn #FAE759
RGB
CMYK
RGB Variations
Color information
#FAE759 (or 0xFAE759) is known color: Corn. HEX triplet: FA, E7 and 59. RGB value is (250,231,89). Sum of RGB (Red+Green+Blue) = 250+231+89=570 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.86% from 570); Green value is 231 (90.62% from 255 or 40.53% from 570); Blue value is 89 (35.16% from 255 or 15.61% from 570); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE759 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE759 is #0518A6. Grayscale: #DDDDDD. Windows color (decimal): -333991 or 5892090. OLE color: 5892090.
HSL color Cylindrical-coordinate representation of color #FAE759: hue angle of 52.92º 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 #FAE759 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 231 | 89 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.02 |
| HSL | 52.92º | 0.94% | 0.66% | - |
| HSV(B) | 52.92º | 0.64% | 0.98% | - |
| XYZ | 69.8 | 78.2 | 20.87 | - |
| YUV | 220.49 | 53.79 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 231 | 89 | 0 | 0.08 | 0.64 | 0.02 | 52.92 | 0.94 | 0.66 |
| Hex | FA | E7 | 59 | 0 | 8 | 40 | 2 | 35 | 5E | 42 |
| Octal | 372 | 347 | 131 | 0 | 10 | 100 | 2 | 65 | 136 | 102 |
| Binary | 11111010 | 11100111 | 1011001 | 0 | 1000 | 1000000 | 10 | 110101 | 1011110 | 1000010 |
Color Harmonies of #FAE759
Complementary color
Monochromatic Colors of #FAE759
Black with #FAE759
Text Example
Text Example
White with #FAE759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE759; }
p { color: rgb(250,231,89); }
H1.HeaderClassName
{
color: #FAE759;
}
.AnyTagClassName
{
color: #FAE759;
}
</style>
background-color css
<style>
a { background-color: #FAE759; }
a { background-color: rgb(250,231,89); }
div.DivClassName
{
background-color: #FAE759;
}
.BgClassName
{
background-color: #FAE759;
}
</style>
border-color css
<style>
span { border-color: #FAE759; }
span { border-color: rgb(250,231,89); }
td.TdClassName
{
border-color: #FAE759;
}
.TagClassName
{
border-color: #FAE759;
}
</style>