Shades of Khaki #FDE985
Tints of Khaki #FDE985
RGB
CMYK
RGB Variations
Color information
#FDE985 (or 0xFDE985) is known color: Khaki. HEX triplet: FD, E9 and 85. RGB value is (253,233,133). Sum of RGB (Red+Green+Blue) = 253+233+133=619 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.87% from 619); Green value is 233 (91.41% from 255 or 37.64% from 619); Blue value is 133 (52.34% from 255 or 21.49% from 619); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE985 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE985 is #02167A. Grayscale: #E4E4E4. Windows color (decimal): -136827 or 8776189. OLE color: 8776189.
HSL color Cylindrical-coordinate representation of color #FDE985: hue angle of 50º 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 #FDE985 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 233 | 133 | - |
| CMYK | 0 | 0.08 | 0.47 | 0.01 |
| HSL | 50º | 0.97% | 0.76% | - |
| HSV(B) | 50º | 0.47% | 0.99% | - |
| XYZ | 73.88 | 80.85 | 33.9 | - |
| YUV | 227.58 | 74.63 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 133 | 0 | 0.08 | 0.47 | 0.01 | 50 | 0.97 | 0.76 |
| Hex | FD | E9 | 85 | 0 | 8 | 2F | 1 | 32 | 61 | 4C |
| Octal | 375 | 351 | 205 | 0 | 10 | 57 | 1 | 62 | 141 | 114 |
| Binary | 11111101 | 11101001 | 10000101 | 0 | 1000 | 101111 | 1 | 110010 | 1100001 | 1001100 |
Color Harmonies of #FDE985
Complementary color
Monochromatic Colors of #FDE985
Black with #FDE985
Text Example
Text Example
White with #FDE985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE985; }
p { color: rgb(253,233,133); }
H1.HeaderClassName
{
color: #FDE985;
}
.AnyTagClassName
{
color: #FDE985;
}
</style>
background-color css
<style>
a { background-color: #FDE985; }
a { background-color: rgb(253,233,133); }
div.DivClassName
{
background-color: #FDE985;
}
.BgClassName
{
background-color: #FDE985;
}
</style>
border-color css
<style>
span { border-color: #FDE985; }
span { border-color: rgb(253,233,133); }
td.TdClassName
{
border-color: #FDE985;
}
.TagClassName
{
border-color: #FDE985;
}
</style>