Shades of Khaki #FCE885
Tints of Khaki #FCE885
RGB
CMYK
RGB Variations
Color information
#FCE885 (or 0xFCE885) is known color: Khaki. HEX triplet: FC, E8 and 85. RGB value is (252,232,133). Sum of RGB (Red+Green+Blue) = 252+232+133=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 232 (91.02% from 255 or 37.60% from 617); Blue value is 133 (52.34% from 255 or 21.56% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE885 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE885 is #03177A. Grayscale: #E3E3E3. Windows color (decimal): -202619 or 8775932. OLE color: 8775932.
HSL color Cylindrical-coordinate representation of color #FCE885: hue angle of 49.92º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FCE885 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 133 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.01 |
| HSL | 49.92º | 0.95% | 0.75% | - |
| HSV(B) | 49.92º | 0.47% | 0.99% | - |
| XYZ | 73.24 | 80.1 | 33.79 | - |
| YUV | 226.69 | 75.13 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 133 | 0 | 0.08 | 0.47 | 0.01 | 49.92 | 0.95 | 0.75 |
| Hex | FC | E8 | 85 | 0 | 8 | 2F | 1 | 32 | 5F | 4B |
| Octal | 374 | 350 | 205 | 0 | 10 | 57 | 1 | 62 | 137 | 113 |
| Binary | 11111100 | 11101000 | 10000101 | 0 | 1000 | 101111 | 1 | 110010 | 1011111 | 1001011 |
Color Harmonies of #FCE885
Complementary color
Monochromatic Colors of #FCE885
Black with #FCE885
Text Example
Text Example
White with #FCE885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE885; }
p { color: rgb(252,232,133); }
H1.HeaderClassName
{
color: #FCE885;
}
.AnyTagClassName
{
color: #FCE885;
}
</style>
background-color css
<style>
a { background-color: #FCE885; }
a { background-color: rgb(252,232,133); }
div.DivClassName
{
background-color: #FCE885;
}
.BgClassName
{
background-color: #FCE885;
}
</style>
border-color css
<style>
span { border-color: #FCE885; }
span { border-color: rgb(252,232,133); }
td.TdClassName
{
border-color: #FCE885;
}
.TagClassName
{
border-color: #FCE885;
}
</style>