Shades of Sweet Corn #FAE87A
Tints of Sweet Corn #FAE87A
RGB
CMYK
RGB Variations
Color information
#FAE87A (or 0xFAE87A) is known color: Sweet Corn. HEX triplet: FA, E8 and 7A. RGB value is (250,232,122). Sum of RGB (Red+Green+Blue) = 250+232+122=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 232 (91.02% from 255 or 38.41% from 604); Blue value is 122 (48.05% from 255 or 20.20% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE87A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FAE87A is #051785. Grayscale: #E1E1E1. Windows color (decimal): -333702 or 8055034. OLE color: 8055034.
HSL color Cylindrical-coordinate representation of color #FAE87A: hue angle of 51.56º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FAE87A is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 122 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.02 |
| HSL | 51.56º | 0.93% | 0.73% | - |
| HSV(B) | 51.56º | 0.51% | 0.98% | - |
| XYZ | 71.79 | 79.44 | 29.96 | - |
| YUV | 224.84 | 69.96 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 122 | 0 | 0.07 | 0.51 | 0.02 | 51.56 | 0.93 | 0.73 |
| Hex | FA | E8 | 7A | 0 | 7 | 33 | 2 | 34 | 5D | 49 |
| Octal | 372 | 350 | 172 | 0 | 7 | 63 | 2 | 64 | 135 | 111 |
| Binary | 11111010 | 11101000 | 1111010 | 0 | 111 | 110011 | 10 | 110100 | 1011101 | 1001001 |
Color Harmonies of #FAE87A
Complementary color
Monochromatic Colors of #FAE87A
Black with #FAE87A
Text Example
Text Example
White with #FAE87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE87A; }
p { color: rgb(250,232,122); }
H1.HeaderClassName
{
color: #FAE87A;
}
.AnyTagClassName
{
color: #FAE87A;
}
</style>
background-color css
<style>
a { background-color: #FAE87A; }
a { background-color: rgb(250,232,122); }
div.DivClassName
{
background-color: #FAE87A;
}
.BgClassName
{
background-color: #FAE87A;
}
</style>
border-color css
<style>
span { border-color: #FAE87A; }
span { border-color: rgb(250,232,122); }
td.TdClassName
{
border-color: #FAE87A;
}
.TagClassName
{
border-color: #FAE87A;
}
</style>