Shades of Khaki #FCEC89
Tints of Khaki #FCEC89
RGB
CMYK
RGB Variations
Color information
#FCEC89 (or 0xFCEC89) is known color: Khaki. HEX triplet: FC, EC and 89. RGB value is (252,236,137). Sum of RGB (Red+Green+Blue) = 252+236+137=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 137 (53.91% from 255 or 21.92% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC89 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEC89 is #031376. Grayscale: #E5E5E5. Windows color (decimal): -201591 or 9039100. OLE color: 9039100.
HSL color Cylindrical-coordinate representation of color #FCEC89: hue angle of 51.65º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FCEC89 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 137 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.01 |
| HSL | 51.65º | 0.95% | 0.76% | - |
| HSV(B) | 51.65º | 0.46% | 0.99% | - |
| XYZ | 74.66 | 82.49 | 35.65 | - |
| YUV | 229.5 | 75.8 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 137 | 0 | 0.06 | 0.46 | 0.01 | 51.65 | 0.95 | 0.76 |
| Hex | FC | EC | 89 | 0 | 6 | 2E | 1 | 34 | 5F | 4C |
| Octal | 374 | 354 | 211 | 0 | 6 | 56 | 1 | 64 | 137 | 114 |
| Binary | 11111100 | 11101100 | 10001001 | 0 | 110 | 101110 | 1 | 110100 | 1011111 | 1001100 |
Color Harmonies of #FCEC89
Complementary color
Monochromatic Colors of #FCEC89
Black with #FCEC89
Text Example
Text Example
White with #FCEC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC89; }
p { color: rgb(252,236,137); }
H1.HeaderClassName
{
color: #FCEC89;
}
.AnyTagClassName
{
color: #FCEC89;
}
</style>
background-color css
<style>
a { background-color: #FCEC89; }
a { background-color: rgb(252,236,137); }
div.DivClassName
{
background-color: #FCEC89;
}
.BgClassName
{
background-color: #FCEC89;
}
</style>
border-color css
<style>
span { border-color: #FCEC89; }
span { border-color: rgb(252,236,137); }
td.TdClassName
{
border-color: #FCEC89;
}
.TagClassName
{
border-color: #FCEC89;
}
</style>