Shades of Khaki #F5E985
Tints of Khaki #F5E985
RGB
CMYK
RGB Variations
Color information
#F5E985 (or 0xF5E985) is known color: Khaki. HEX triplet: F5, E9 and 85. RGB value is (245,233,133). Sum of RGB (Red+Green+Blue) = 245+233+133=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 233 (91.41% from 255 or 38.13% from 611); Blue value is 133 (52.34% from 255 or 21.77% from 611); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E985 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E985 is #0A167A. Grayscale: #E1E1E1. Windows color (decimal): -661115 or 8776181. OLE color: 8776181.
HSL color Cylindrical-coordinate representation of color #F5E985: hue angle of 53.57º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F5E985 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 233 | 133 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.04 |
| HSL | 53.57º | 0.85% | 0.74% | - |
| HSV(B) | 53.57º | 0.46% | 0.96% | - |
| XYZ | 71.03 | 79.38 | 33.77 | - |
| YUV | 225.19 | 75.98 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 233 | 133 | 0 | 0.05 | 0.46 | 0.04 | 53.57 | 0.85 | 0.74 |
| Hex | F5 | E9 | 85 | 0 | 5 | 2E | 4 | 36 | 55 | 4A |
| Octal | 365 | 351 | 205 | 0 | 5 | 56 | 4 | 66 | 125 | 112 |
| Binary | 11110101 | 11101001 | 10000101 | 0 | 101 | 101110 | 100 | 110110 | 1010101 | 1001010 |
Color Harmonies of #F5E985
Complementary color
Monochromatic Colors of #F5E985
Black with #F5E985
Text Example
Text Example
White with #F5E985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E985; }
p { color: rgb(245,233,133); }
H1.HeaderClassName
{
color: #F5E985;
}
.AnyTagClassName
{
color: #F5E985;
}
</style>
background-color css
<style>
a { background-color: #F5E985; }
a { background-color: rgb(245,233,133); }
div.DivClassName
{
background-color: #F5E985;
}
.BgClassName
{
background-color: #F5E985;
}
</style>
border-color css
<style>
span { border-color: #F5E985; }
span { border-color: rgb(245,233,133); }
td.TdClassName
{
border-color: #F5E985;
}
.TagClassName
{
border-color: #F5E985;
}
</style>