Shades of Khaki #FAE883
Tints of Khaki #FAE883
RGB
CMYK
RGB Variations
Color information
#FAE883 (or 0xFAE883) is known color: Khaki. HEX triplet: FA, E8 and 83. RGB value is (250,232,131). Sum of RGB (Red+Green+Blue) = 250+232+131=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 131 (51.56% from 255 or 21.37% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE883 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE883 is #05177C. Grayscale: #E2E2E2. Windows color (decimal): -333693 or 8644858. OLE color: 8644858.
HSL color Cylindrical-coordinate representation of color #FAE883: hue angle of 50.92º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FAE883 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 232 | 131 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.02 |
| HSL | 50.92º | 0.92% | 0.75% | - |
| HSV(B) | 50.92º | 0.48% | 0.98% | - |
| XYZ | 72.38 | 79.68 | 33.04 | - |
| YUV | 225.87 | 74.46 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 232 | 131 | 0 | 0.07 | 0.48 | 0.02 | 50.92 | 0.92 | 0.75 |
| Hex | FA | E8 | 83 | 0 | 7 | 30 | 2 | 33 | 5C | 4B |
| Octal | 372 | 350 | 203 | 0 | 7 | 60 | 2 | 63 | 134 | 113 |
| Binary | 11111010 | 11101000 | 10000011 | 0 | 111 | 110000 | 10 | 110011 | 1011100 | 1001011 |
Color Harmonies of #FAE883
Complementary color
Monochromatic Colors of #FAE883
Black with #FAE883
Text Example
Text Example
White with #FAE883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE883; }
p { color: rgb(250,232,131); }
H1.HeaderClassName
{
color: #FAE883;
}
.AnyTagClassName
{
color: #FAE883;
}
</style>
background-color css
<style>
a { background-color: #FAE883; }
a { background-color: rgb(250,232,131); }
div.DivClassName
{
background-color: #FAE883;
}
.BgClassName
{
background-color: #FAE883;
}
</style>
border-color css
<style>
span { border-color: #FAE883; }
span { border-color: rgb(250,232,131); }
td.TdClassName
{
border-color: #FAE883;
}
.TagClassName
{
border-color: #FAE883;
}
</style>