Shades of Khaki #FAE987
Tints of Khaki #FAE987
RGB
CMYK
RGB Variations
Color information
#FAE987 (or 0xFAE987) is known color: Khaki. HEX triplet: FA, E9 and 87. RGB value is (250,233,135). Sum of RGB (Red+Green+Blue) = 250+233+135=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 233 (91.41% from 255 or 37.70% from 618); Blue value is 135 (53.12% from 255 or 21.84% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE987 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE987 is #051678. Grayscale: #E3E3E3. Windows color (decimal): -333433 or 8907258. OLE color: 8907258.
HSL color Cylindrical-coordinate representation of color #FAE987: hue angle of 51.13º 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 #FAE987 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 233 | 135 | - |
| CMYK | 0 | 0.07 | 0.46 | 0.02 |
| HSL | 51.13º | 0.92% | 0.75% | - |
| HSV(B) | 51.13º | 0.46% | 0.98% | - |
| XYZ | 72.94 | 80.35 | 34.59 | - |
| YUV | 226.91 | 76.13 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 233 | 135 | 0 | 0.07 | 0.46 | 0.02 | 51.13 | 0.92 | 0.75 |
| Hex | FA | E9 | 87 | 0 | 7 | 2E | 2 | 33 | 5C | 4B |
| Octal | 372 | 351 | 207 | 0 | 7 | 56 | 2 | 63 | 134 | 113 |
| Binary | 11111010 | 11101001 | 10000111 | 0 | 111 | 101110 | 10 | 110011 | 1011100 | 1001011 |
Color Harmonies of #FAE987
Complementary color
Monochromatic Colors of #FAE987
Black with #FAE987
Text Example
Text Example
White with #FAE987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE987; }
p { color: rgb(250,233,135); }
H1.HeaderClassName
{
color: #FAE987;
}
.AnyTagClassName
{
color: #FAE987;
}
</style>
background-color css
<style>
a { background-color: #FAE987; }
a { background-color: rgb(250,233,135); }
div.DivClassName
{
background-color: #FAE987;
}
.BgClassName
{
background-color: #FAE987;
}
</style>
border-color css
<style>
span { border-color: #FAE987; }
span { border-color: rgb(250,233,135); }
td.TdClassName
{
border-color: #FAE987;
}
.TagClassName
{
border-color: #FAE987;
}
</style>