Shades of Corn #FAE358
Tints of Corn #FAE358
RGB
CMYK
RGB Variations
Color information
#FAE358 (or 0xFAE358) is known color: Corn. HEX triplet: FA, E3 and 58. RGB value is (250,227,88). Sum of RGB (Red+Green+Blue) = 250+227+88=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 227 (89.06% from 255 or 40.18% from 565); Blue value is 88 (34.77% from 255 or 15.58% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE358 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE358 is #051CA7. Grayscale: #DADADA. Windows color (decimal): -335016 or 5825530. OLE color: 5825530.
HSL color Cylindrical-coordinate representation of color #FAE358: hue angle of 51.48º 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 #FAE358 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 227 | 88 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.02 |
| HSL | 51.48º | 0.94% | 0.66% | - |
| HSV(B) | 51.48º | 0.65% | 0.98% | - |
| XYZ | 68.65 | 75.97 | 20.28 | - |
| YUV | 218.03 | 54.62 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 227 | 88 | 0 | 0.09 | 0.65 | 0.02 | 51.48 | 0.94 | 0.66 |
| Hex | FA | E3 | 58 | 0 | 9 | 41 | 2 | 33 | 5E | 42 |
| Octal | 372 | 343 | 130 | 0 | 11 | 101 | 2 | 63 | 136 | 102 |
| Binary | 11111010 | 11100011 | 1011000 | 0 | 1001 | 1000001 | 10 | 110011 | 1011110 | 1000010 |
Color Harmonies of #FAE358
Complementary color
Monochromatic Colors of #FAE358
Black with #FAE358
Text Example
Text Example
White with #FAE358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE358; }
p { color: rgb(250,227,88); }
H1.HeaderClassName
{
color: #FAE358;
}
.AnyTagClassName
{
color: #FAE358;
}
</style>
background-color css
<style>
a { background-color: #FAE358; }
a { background-color: rgb(250,227,88); }
div.DivClassName
{
background-color: #FAE358;
}
.BgClassName
{
background-color: #FAE358;
}
</style>
border-color css
<style>
span { border-color: #FAE358; }
span { border-color: rgb(250,227,88); }
td.TdClassName
{
border-color: #FAE358;
}
.TagClassName
{
border-color: #FAE358;
}
</style>