Shades of Corn #FAE458
Tints of Corn #FAE458
RGB
CMYK
RGB Variations
Color information
#FAE458 (or 0xFAE458) is known color: Corn. HEX triplet: FA, E4 and 58. RGB value is (250,228,88). Sum of RGB (Red+Green+Blue) = 250+228+88=566 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.17% from 566); Green value is 228 (89.45% from 255 or 40.28% from 566); Blue value is 88 (34.77% from 255 or 15.55% from 566); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE458 is #051BA7. Grayscale: #DBDBDB. Windows color (decimal): -334760 or 5825786. OLE color: 5825786.
HSL color Cylindrical-coordinate representation of color #FAE458: hue angle of 51.85º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FAE458 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 228 | 88 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.02 |
| HSL | 51.85º | 0.94% | 0.66% | - |
| HSV(B) | 51.85º | 0.65% | 0.98% | - |
| XYZ | 68.93 | 76.52 | 20.37 | - |
| YUV | 218.62 | 54.29 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 228 | 88 | 0 | 0.09 | 0.65 | 0.02 | 51.85 | 0.94 | 0.66 |
| Hex | FA | E4 | 58 | 0 | 9 | 41 | 2 | 34 | 5E | 42 |
| Octal | 372 | 344 | 130 | 0 | 11 | 101 | 2 | 64 | 136 | 102 |
| Binary | 11111010 | 11100100 | 1011000 | 0 | 1001 | 1000001 | 10 | 110100 | 1011110 | 1000010 |
Color Harmonies of #FAE458
Complementary color
Monochromatic Colors of #FAE458
Black with #FAE458
Text Example
Text Example
White with #FAE458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE458; }
p { color: rgb(250,228,88); }
H1.HeaderClassName
{
color: #FAE458;
}
.AnyTagClassName
{
color: #FAE458;
}
</style>
background-color css
<style>
a { background-color: #FAE458; }
a { background-color: rgb(250,228,88); }
div.DivClassName
{
background-color: #FAE458;
}
.BgClassName
{
background-color: #FAE458;
}
</style>
border-color css
<style>
span { border-color: #FAE458; }
span { border-color: rgb(250,228,88); }
td.TdClassName
{
border-color: #FAE458;
}
.TagClassName
{
border-color: #FAE458;
}
</style>