Shades of Khaki #FDEB84
Tints of Khaki #FDEB84
RGB
CMYK
RGB Variations
Color information
#FDEB84 (or 0xFDEB84) is known color: Khaki. HEX triplet: FD, EB and 84. RGB value is (253,235,132). Sum of RGB (Red+Green+Blue) = 253+235+132=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 132 (51.95% from 255 or 21.29% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEB84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEB84 is #02147B. Grayscale: #E5E5E5. Windows color (decimal): -136316 or 8711165. OLE color: 8711165.
HSL color Cylindrical-coordinate representation of color #FDEB84: hue angle of 51.07º degrees, saturation: 0.97, 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 #FDEB84 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 235 | 132 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.01 |
| HSL | 51.07º | 0.97% | 0.75% | - |
| HSV(B) | 51.07º | 0.48% | 0.99% | - |
| XYZ | 74.38 | 81.97 | 33.73 | - |
| YUV | 228.64 | 73.46 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 235 | 132 | 0 | 0.07 | 0.48 | 0.01 | 51.07 | 0.97 | 0.75 |
| Hex | FD | EB | 84 | 0 | 7 | 30 | 1 | 33 | 61 | 4B |
| Octal | 375 | 353 | 204 | 0 | 7 | 60 | 1 | 63 | 141 | 113 |
| Binary | 11111101 | 11101011 | 10000100 | 0 | 111 | 110000 | 1 | 110011 | 1100001 | 1001011 |
Color Harmonies of #FDEB84
Complementary color
Monochromatic Colors of #FDEB84
Black with #FDEB84
Text Example
Text Example
White with #FDEB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEB84; }
p { color: rgb(253,235,132); }
H1.HeaderClassName
{
color: #FDEB84;
}
.AnyTagClassName
{
color: #FDEB84;
}
</style>
background-color css
<style>
a { background-color: #FDEB84; }
a { background-color: rgb(253,235,132); }
div.DivClassName
{
background-color: #FDEB84;
}
.BgClassName
{
background-color: #FDEB84;
}
</style>
border-color css
<style>
span { border-color: #FDEB84; }
span { border-color: rgb(253,235,132); }
td.TdClassName
{
border-color: #FDEB84;
}
.TagClassName
{
border-color: #FDEB84;
}
</style>