Shades of Khaki #FCEC85
Tints of Khaki #FCEC85
RGB
CMYK
RGB Variations
Color information
#FCEC85 (or 0xFCEC85) is known color: Khaki. HEX triplet: FC, EC and 85. RGB value is (252,236,133). Sum of RGB (Red+Green+Blue) = 252+236+133=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 133 (52.34% from 255 or 21.42% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEC85 is #03137A. Grayscale: #E5E5E5. Windows color (decimal): -201595 or 8776956. OLE color: 8776956.
HSL color Cylindrical-coordinate representation of color #FCEC85: hue angle of 51.93º 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 #FCEC85 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 133 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.01 |
| HSL | 51.93º | 0.95% | 0.75% | - |
| HSV(B) | 51.93º | 0.47% | 0.99% | - |
| XYZ | 74.37 | 82.38 | 34.17 | - |
| YUV | 229.04 | 73.8 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 133 | 0 | 0.06 | 0.47 | 0.01 | 51.93 | 0.95 | 0.75 |
| Hex | FC | EC | 85 | 0 | 6 | 2F | 1 | 34 | 5F | 4B |
| Octal | 374 | 354 | 205 | 0 | 6 | 57 | 1 | 64 | 137 | 113 |
| Binary | 11111100 | 11101100 | 10000101 | 0 | 110 | 101111 | 1 | 110100 | 1011111 | 1001011 |
Color Harmonies of #FCEC85
Complementary color
Monochromatic Colors of #FCEC85
Black with #FCEC85
Text Example
Text Example
White with #FCEC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC85; }
p { color: rgb(252,236,133); }
H1.HeaderClassName
{
color: #FCEC85;
}
.AnyTagClassName
{
color: #FCEC85;
}
</style>
background-color css
<style>
a { background-color: #FCEC85; }
a { background-color: rgb(252,236,133); }
div.DivClassName
{
background-color: #FCEC85;
}
.BgClassName
{
background-color: #FCEC85;
}
</style>
border-color css
<style>
span { border-color: #FCEC85; }
span { border-color: rgb(252,236,133); }
td.TdClassName
{
border-color: #FCEC85;
}
.TagClassName
{
border-color: #FCEC85;
}
</style>