Shades of Khaki #FDEC85
Tints of Khaki #FDEC85
RGB
CMYK
RGB Variations
Color information
#FDEC85 (or 0xFDEC85) is known color: Khaki. HEX triplet: FD, EC and 85. RGB value is (253,236,133). Sum of RGB (Red+Green+Blue) = 253+236+133=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 133 (52.34% from 255 or 21.38% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEC85 is #02137A. Grayscale: #E5E5E5. Windows color (decimal): -136059 or 8776957. OLE color: 8776957.
HSL color Cylindrical-coordinate representation of color #FDEC85: hue angle of 51.5º degrees, saturation: 0.97, 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 #FDEC85 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 133 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.01 |
| HSL | 51.5º | 0.97% | 0.76% | - |
| HSV(B) | 51.5º | 0.47% | 0.99% | - |
| XYZ | 74.74 | 82.57 | 34.19 | - |
| YUV | 229.34 | 73.63 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 133 | 0 | 0.07 | 0.47 | 0.01 | 51.5 | 0.97 | 0.76 |
| Hex | FD | EC | 85 | 0 | 7 | 2F | 1 | 34 | 61 | 4C |
| Octal | 375 | 354 | 205 | 0 | 7 | 57 | 1 | 64 | 141 | 114 |
| Binary | 11111101 | 11101100 | 10000101 | 0 | 111 | 101111 | 1 | 110100 | 1100001 | 1001100 |
Color Harmonies of #FDEC85
Complementary color
Monochromatic Colors of #FDEC85
Black with #FDEC85
Text Example
Text Example
White with #FDEC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC85; }
p { color: rgb(253,236,133); }
H1.HeaderClassName
{
color: #FDEC85;
}
.AnyTagClassName
{
color: #FDEC85;
}
</style>
background-color css
<style>
a { background-color: #FDEC85; }
a { background-color: rgb(253,236,133); }
div.DivClassName
{
background-color: #FDEC85;
}
.BgClassName
{
background-color: #FDEC85;
}
</style>
border-color css
<style>
span { border-color: #FDEC85; }
span { border-color: rgb(253,236,133); }
td.TdClassName
{
border-color: #FDEC85;
}
.TagClassName
{
border-color: #FDEC85;
}
</style>