Shades of Corn #FAE362
Tints of Corn #FAE362
RGB
CMYK
RGB Variations
Color information
#FAE362 (or 0xFAE362) is known color: Corn. HEX triplet: FA, E3 and 62. RGB value is (250,227,98). Sum of RGB (Red+Green+Blue) = 250+227+98=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 227 (89.06% from 255 or 39.48% from 575); Blue value is 98 (38.67% from 255 or 17.04% from 575); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE362 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE362 is #051C9D. Grayscale: #DBDBDB. Windows color (decimal): -335006 or 6480890. OLE color: 6480890.
HSL color Cylindrical-coordinate representation of color #FAE362: hue angle of 50.92º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FAE362 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 227 | 98 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.02 |
| HSL | 50.92º | 0.94% | 0.68% | - |
| HSV(B) | 50.92º | 0.61% | 0.98% | - |
| XYZ | 69.1 | 76.14 | 22.61 | - |
| YUV | 219.17 | 59.62 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 227 | 98 | 0 | 0.09 | 0.61 | 0.02 | 50.92 | 0.94 | 0.68 |
| Hex | FA | E3 | 62 | 0 | 9 | 3D | 2 | 33 | 5E | 44 |
| Octal | 372 | 343 | 142 | 0 | 11 | 75 | 2 | 63 | 136 | 104 |
| Binary | 11111010 | 11100011 | 1100010 | 0 | 1001 | 111101 | 10 | 110011 | 1011110 | 1000100 |
Color Harmonies of #FAE362
Complementary color
Monochromatic Colors of #FAE362
Black with #FAE362
Text Example
Text Example
White with #FAE362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE362; }
p { color: rgb(250,227,98); }
H1.HeaderClassName
{
color: #FAE362;
}
.AnyTagClassName
{
color: #FAE362;
}
</style>
background-color css
<style>
a { background-color: #FAE362; }
a { background-color: rgb(250,227,98); }
div.DivClassName
{
background-color: #FAE362;
}
.BgClassName
{
background-color: #FAE362;
}
</style>
border-color css
<style>
span { border-color: #FAE362; }
span { border-color: rgb(250,227,98); }
td.TdClassName
{
border-color: #FAE362;
}
.TagClassName
{
border-color: #FAE362;
}
</style>