Shades of Khaki #FCEC83
Tints of Khaki #FCEC83
RGB
CMYK
RGB Variations
Color information
#FCEC83 (or 0xFCEC83) is known color: Khaki. HEX triplet: FC, EC and 83. RGB value is (252,236,131). Sum of RGB (Red+Green+Blue) = 252+236+131=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 131 (51.56% from 255 or 21.16% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEC83 is #03137C. Grayscale: #E5E5E5. Windows color (decimal): -201597 or 8645884. OLE color: 8645884.
HSL color Cylindrical-coordinate representation of color #FCEC83: hue angle of 52.07º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FCEC83 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 131 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.01 |
| HSL | 52.07º | 0.95% | 0.75% | - |
| HSV(B) | 52.07º | 0.48% | 0.99% | - |
| XYZ | 74.24 | 82.33 | 33.45 | - |
| YUV | 228.81 | 72.8 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 131 | 0 | 0.06 | 0.48 | 0.01 | 52.07 | 0.95 | 0.75 |
| Hex | FC | EC | 83 | 0 | 6 | 30 | 1 | 34 | 5F | 4B |
| Octal | 374 | 354 | 203 | 0 | 6 | 60 | 1 | 64 | 137 | 113 |
| Binary | 11111100 | 11101100 | 10000011 | 0 | 110 | 110000 | 1 | 110100 | 1011111 | 1001011 |
Color Harmonies of #FCEC83
Complementary color
Monochromatic Colors of #FCEC83
Black with #FCEC83
Text Example
Text Example
White with #FCEC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC83; }
p { color: rgb(252,236,131); }
H1.HeaderClassName
{
color: #FCEC83;
}
.AnyTagClassName
{
color: #FCEC83;
}
</style>
background-color css
<style>
a { background-color: #FCEC83; }
a { background-color: rgb(252,236,131); }
div.DivClassName
{
background-color: #FCEC83;
}
.BgClassName
{
background-color: #FCEC83;
}
</style>
border-color css
<style>
span { border-color: #FCEC83; }
span { border-color: rgb(252,236,131); }
td.TdClassName
{
border-color: #FCEC83;
}
.TagClassName
{
border-color: #FCEC83;
}
</style>