Shades of Corn #FAE466
Tints of Corn #FAE466
RGB
CMYK
RGB Variations
Color information
#FAE466 (or 0xFAE466) is known color: Corn. HEX triplet: FA, E4 and 66. RGB value is (250,228,102). Sum of RGB (Red+Green+Blue) = 250+228+102=580 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.10% from 580); Green value is 228 (89.45% from 255 or 39.31% from 580); Blue value is 102 (40.23% from 255 or 17.59% from 580); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAE466 is #051B99. Grayscale: #DCDCDC. Windows color (decimal): -334746 or 6743290. OLE color: 6743290.
HSL color Cylindrical-coordinate representation of color #FAE466: hue angle of 51.08º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FAE466 is Cyan = 0, Magento = 0.09, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 228 | 102 | - |
| CMYK | 0 | 0.09 | 0.59 | 0.02 |
| HSL | 51.08º | 0.94% | 0.69% | - |
| HSV(B) | 51.08º | 0.59% | 0.98% | - |
| XYZ | 69.57 | 76.77 | 23.72 | - |
| YUV | 220.21 | 61.29 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 228 | 102 | 0 | 0.09 | 0.59 | 0.02 | 51.08 | 0.94 | 0.69 |
| Hex | FA | E4 | 66 | 0 | 9 | 3B | 2 | 33 | 5E | 45 |
| Octal | 372 | 344 | 146 | 0 | 11 | 73 | 2 | 63 | 136 | 105 |
| Binary | 11111010 | 11100100 | 1100110 | 0 | 1001 | 111011 | 10 | 110011 | 1011110 | 1000101 |
Color Harmonies of #FAE466
Complementary color
Monochromatic Colors of #FAE466
Black with #FAE466
Text Example
Text Example
White with #FAE466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE466; }
p { color: rgb(250,228,102); }
H1.HeaderClassName
{
color: #FAE466;
}
.AnyTagClassName
{
color: #FAE466;
}
</style>
background-color css
<style>
a { background-color: #FAE466; }
a { background-color: rgb(250,228,102); }
div.DivClassName
{
background-color: #FAE466;
}
.BgClassName
{
background-color: #FAE466;
}
</style>
border-color css
<style>
span { border-color: #FAE466; }
span { border-color: rgb(250,228,102); }
td.TdClassName
{
border-color: #FAE466;
}
.TagClassName
{
border-color: #FAE466;
}
</style>