Shades of Khaki #FDEB85
Tints of Khaki #FDEB85
RGB
CMYK
RGB Variations
Color information
#FDEB85 (or 0xFDEB85) is known color: Khaki. HEX triplet: FD, EB and 85. RGB value is (253,235,133). Sum of RGB (Red+Green+Blue) = 253+235+133=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 235 (92.19% from 255 or 37.84% from 621); Blue value is 133 (52.34% from 255 or 21.42% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEB85 is #02147A. Grayscale: #E5E5E5. Windows color (decimal): -136315 or 8776701. OLE color: 8776701.
HSL color Cylindrical-coordinate representation of color #FDEB85: hue angle of 51º 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 #FDEB85 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 235 | 133 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.01 |
| HSL | 51º | 0.97% | 0.76% | - |
| HSV(B) | 51º | 0.47% | 0.99% | - |
| XYZ | 74.45 | 81.99 | 34.09 | - |
| YUV | 228.75 | 73.96 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 133 | 0 | 0.07 | 0.47 | 0.01 | 51 | 0.97 | 0.76 |
| Hex | FD | EB | 85 | 0 | 7 | 2F | 1 | 33 | 61 | 4C |
| Octal | 375 | 353 | 205 | 0 | 7 | 57 | 1 | 63 | 141 | 114 |
| Binary | 11111101 | 11101011 | 10000101 | 0 | 111 | 101111 | 1 | 110011 | 1100001 | 1001100 |
Color Harmonies of #FDEB85
Complementary color
Monochromatic Colors of #FDEB85
Black with #FDEB85
Text Example
Text Example
White with #FDEB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEB85; }
p { color: rgb(253,235,133); }
H1.HeaderClassName
{
color: #FDEB85;
}
.AnyTagClassName
{
color: #FDEB85;
}
</style>
background-color css
<style>
a { background-color: #FDEB85; }
a { background-color: rgb(253,235,133); }
div.DivClassName
{
background-color: #FDEB85;
}
.BgClassName
{
background-color: #FDEB85;
}
</style>
border-color css
<style>
span { border-color: #FDEB85; }
span { border-color: rgb(253,235,133); }
td.TdClassName
{
border-color: #FDEB85;
}
.TagClassName
{
border-color: #FDEB85;
}
</style>