Shades of Khaki #FAE587
Tints of Khaki #FAE587
RGB
CMYK
RGB Variations
Color information
#FAE587 (or 0xFAE587) is known color: Khaki. HEX triplet: FA, E5 and 87. RGB value is (250,229,135). Sum of RGB (Red+Green+Blue) = 250+229+135=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 229 (89.84% from 255 or 37.30% from 614); Blue value is 135 (53.12% from 255 or 21.99% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE587 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE587 is #051A78. Grayscale: #E0E0E0. Windows color (decimal): -334457 or 8906234. OLE color: 8906234.
HSL color Cylindrical-coordinate representation of color #FAE587: hue angle of 49.04º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FAE587 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 135 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.02 |
| HSL | 49.04º | 0.92% | 0.75% | - |
| HSV(B) | 49.04º | 0.46% | 0.98% | - |
| XYZ | 71.82 | 78.11 | 34.21 | - |
| YUV | 224.56 | 77.46 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 135 | 0 | 0.08 | 0.46 | 0.02 | 49.04 | 0.92 | 0.75 |
| Hex | FA | E5 | 87 | 0 | 8 | 2E | 2 | 31 | 5C | 4B |
| Octal | 372 | 345 | 207 | 0 | 10 | 56 | 2 | 61 | 134 | 113 |
| Binary | 11111010 | 11100101 | 10000111 | 0 | 1000 | 101110 | 10 | 110001 | 1011100 | 1001011 |
Color Harmonies of #FAE587
Complementary color
Monochromatic Colors of #FAE587
Black with #FAE587
Text Example
Text Example
White with #FAE587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE587; }
p { color: rgb(250,229,135); }
H1.HeaderClassName
{
color: #FAE587;
}
.AnyTagClassName
{
color: #FAE587;
}
</style>
background-color css
<style>
a { background-color: #FAE587; }
a { background-color: rgb(250,229,135); }
div.DivClassName
{
background-color: #FAE587;
}
.BgClassName
{
background-color: #FAE587;
}
</style>
border-color css
<style>
span { border-color: #FAE587; }
span { border-color: rgb(250,229,135); }
td.TdClassName
{
border-color: #FAE587;
}
.TagClassName
{
border-color: #FAE587;
}
</style>