Shades of Khaki #FDE886
Tints of Khaki #FDE886
RGB
CMYK
RGB Variations
Color information
#FDE886 (or 0xFDE886) is known color: Khaki. HEX triplet: FD, E8 and 86. RGB value is (253,232,134). Sum of RGB (Red+Green+Blue) = 253+232+134=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 232 (91.02% from 255 or 37.48% from 619); Blue value is 134 (52.73% from 255 or 21.65% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE886 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE886 is #021779. Grayscale: #E3E3E3. Windows color (decimal): -137082 or 8841469. OLE color: 8841469.
HSL color Cylindrical-coordinate representation of color #FDE886: hue angle of 49.41º 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 #FDE886 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 232 | 134 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.01 |
| HSL | 49.41º | 0.97% | 0.76% | - |
| HSV(B) | 49.41º | 0.47% | 0.99% | - |
| XYZ | 73.67 | 80.32 | 34.17 | - |
| YUV | 227.11 | 75.46 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 232 | 134 | 0 | 0.08 | 0.47 | 0.01 | 49.41 | 0.97 | 0.76 |
| Hex | FD | E8 | 86 | 0 | 8 | 2F | 1 | 31 | 61 | 4C |
| Octal | 375 | 350 | 206 | 0 | 10 | 57 | 1 | 61 | 141 | 114 |
| Binary | 11111101 | 11101000 | 10000110 | 0 | 1000 | 101111 | 1 | 110001 | 1100001 | 1001100 |
Color Harmonies of #FDE886
Complementary color
Monochromatic Colors of #FDE886
Black with #FDE886
Text Example
Text Example
White with #FDE886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE886; }
p { color: rgb(253,232,134); }
H1.HeaderClassName
{
color: #FDE886;
}
.AnyTagClassName
{
color: #FDE886;
}
</style>
background-color css
<style>
a { background-color: #FDE886; }
a { background-color: rgb(253,232,134); }
div.DivClassName
{
background-color: #FDE886;
}
.BgClassName
{
background-color: #FDE886;
}
</style>
border-color css
<style>
span { border-color: #FDE886; }
span { border-color: rgb(253,232,134); }
td.TdClassName
{
border-color: #FDE886;
}
.TagClassName
{
border-color: #FDE886;
}
</style>