Shades of Khaki #FAEF86
Tints of Khaki #FAEF86
RGB
CMYK
RGB Variations
Color information
#FAEF86 (or 0xFAEF86) is known color: Khaki. HEX triplet: FA, EF and 86. RGB value is (250,239,134). Sum of RGB (Red+Green+Blue) = 250+239+134=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 134 (52.73% from 255 or 21.51% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEF86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEF86 is #051079. Grayscale: #E6E6E6. Windows color (decimal): -331898 or 8843258. OLE color: 8843258.
HSL color Cylindrical-coordinate representation of color #FAEF86: hue angle of 54.31º 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 #FAEF86 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 239 | 134 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.02 |
| HSL | 54.31º | 0.92% | 0.75% | - |
| HSV(B) | 54.31º | 0.46% | 0.98% | - |
| XYZ | 74.59 | 83.78 | 34.79 | - |
| YUV | 230.32 | 73.64 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 239 | 134 | 0 | 0.04 | 0.46 | 0.02 | 54.31 | 0.92 | 0.75 |
| Hex | FA | EF | 86 | 0 | 4 | 2E | 2 | 36 | 5C | 4B |
| Octal | 372 | 357 | 206 | 0 | 4 | 56 | 2 | 66 | 134 | 113 |
| Binary | 11111010 | 11101111 | 10000110 | 0 | 100 | 101110 | 10 | 110110 | 1011100 | 1001011 |
Color Harmonies of #FAEF86
Complementary color
Monochromatic Colors of #FAEF86
Black with #FAEF86
Text Example
Text Example
White with #FAEF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAEF86; }
p { color: rgb(250,239,134); }
H1.HeaderClassName
{
color: #FAEF86;
}
.AnyTagClassName
{
color: #FAEF86;
}
</style>
background-color css
<style>
a { background-color: #FAEF86; }
a { background-color: rgb(250,239,134); }
div.DivClassName
{
background-color: #FAEF86;
}
.BgClassName
{
background-color: #FAEF86;
}
</style>
border-color css
<style>
span { border-color: #FAEF86; }
span { border-color: rgb(250,239,134); }
td.TdClassName
{
border-color: #FAEF86;
}
.TagClassName
{
border-color: #FAEF86;
}
</style>