Shades of Khaki #FDEF85
Tints of Khaki #FDEF85
RGB
CMYK
RGB Variations
Color information
#FDEF85 (or 0xFDEF85) is known color: Khaki. HEX triplet: FD, EF and 85. RGB value is (253,239,133). Sum of RGB (Red+Green+Blue) = 253+239+133=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 133 (52.34% from 255 or 21.28% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEF85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEF85 is #02107A. Grayscale: #E7E7E7. Windows color (decimal): -135291 or 8777725. OLE color: 8777725.
HSL color Cylindrical-coordinate representation of color #FDEF85: hue angle of 53º 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 #FDEF85 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 133 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.01 |
| HSL | 53º | 0.97% | 0.76% | - |
| HSV(B) | 53º | 0.47% | 0.99% | - |
| XYZ | 75.61 | 84.31 | 34.48 | - |
| YUV | 231.1 | 72.64 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 133 | 0 | 0.06 | 0.47 | 0.01 | 53 | 0.97 | 0.76 |
| Hex | FD | EF | 85 | 0 | 6 | 2F | 1 | 35 | 61 | 4C |
| Octal | 375 | 357 | 205 | 0 | 6 | 57 | 1 | 65 | 141 | 114 |
| Binary | 11111101 | 11101111 | 10000101 | 0 | 110 | 101111 | 1 | 110101 | 1100001 | 1001100 |
Color Harmonies of #FDEF85
Complementary color
Monochromatic Colors of #FDEF85
Black with #FDEF85
Text Example
Text Example
White with #FDEF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEF85; }
p { color: rgb(253,239,133); }
H1.HeaderClassName
{
color: #FDEF85;
}
.AnyTagClassName
{
color: #FDEF85;
}
</style>
background-color css
<style>
a { background-color: #FDEF85; }
a { background-color: rgb(253,239,133); }
div.DivClassName
{
background-color: #FDEF85;
}
.BgClassName
{
background-color: #FDEF85;
}
</style>
border-color css
<style>
span { border-color: #FDEF85; }
span { border-color: rgb(253,239,133); }
td.TdClassName
{
border-color: #FDEF85;
}
.TagClassName
{
border-color: #FDEF85;
}
</style>