Shades of Khaki #FCE986
Tints of Khaki #FCE986
RGB
CMYK
RGB Variations
Color information
#FCE986 (or 0xFCE986) is known color: Khaki. HEX triplet: FC, E9 and 86. RGB value is (252,233,134). Sum of RGB (Red+Green+Blue) = 252+233+134=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 233 (91.41% from 255 or 37.64% from 619); Blue value is 134 (52.73% from 255 or 21.65% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE986 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE986 is #031679. Grayscale: #E3E3E3. Windows color (decimal): -202362 or 8841724. OLE color: 8841724.
HSL color Cylindrical-coordinate representation of color #FCE986: hue angle of 50.34º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FCE986 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 134 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.01 |
| HSL | 50.34º | 0.95% | 0.76% | - |
| HSV(B) | 50.34º | 0.47% | 0.99% | - |
| XYZ | 73.59 | 80.69 | 34.25 | - |
| YUV | 227.4 | 75.29 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 134 | 0 | 0.08 | 0.47 | 0.01 | 50.34 | 0.95 | 0.76 |
| Hex | FC | E9 | 86 | 0 | 8 | 2F | 1 | 32 | 5F | 4C |
| Octal | 374 | 351 | 206 | 0 | 10 | 57 | 1 | 62 | 137 | 114 |
| Binary | 11111100 | 11101001 | 10000110 | 0 | 1000 | 101111 | 1 | 110010 | 1011111 | 1001100 |
Color Harmonies of #FCE986
Complementary color
Monochromatic Colors of #FCE986
Black with #FCE986
Text Example
Text Example
White with #FCE986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE986; }
p { color: rgb(252,233,134); }
H1.HeaderClassName
{
color: #FCE986;
}
.AnyTagClassName
{
color: #FCE986;
}
</style>
background-color css
<style>
a { background-color: #FCE986; }
a { background-color: rgb(252,233,134); }
div.DivClassName
{
background-color: #FCE986;
}
.BgClassName
{
background-color: #FCE986;
}
</style>
border-color css
<style>
span { border-color: #FCE986; }
span { border-color: rgb(252,233,134); }
td.TdClassName
{
border-color: #FCE986;
}
.TagClassName
{
border-color: #FCE986;
}
</style>