Shades of Khaki #F5E989
Tints of Khaki #F5E989
RGB
CMYK
RGB Variations
Color information
#F5E989 (or 0xF5E989) is known color: Khaki. HEX triplet: F5, E9 and 89. RGB value is (245,233,137). Sum of RGB (Red+Green+Blue) = 245+233+137=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 233 (91.41% from 255 or 37.89% from 615); Blue value is 137 (53.91% from 255 or 22.28% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E989 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E989 is #0A1676. Grayscale: #E2E2E2. Windows color (decimal): -661111 or 9038325. OLE color: 9038325.
HSL color Cylindrical-coordinate representation of color #F5E989: hue angle of 53.33º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F5E989 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 233 | 137 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.04 |
| HSL | 53.33º | 0.84% | 0.75% | - |
| HSV(B) | 53.33º | 0.44% | 0.96% | - |
| XYZ | 71.31 | 79.5 | 35.25 | - |
| YUV | 225.64 | 77.98 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 233 | 137 | 0 | 0.05 | 0.44 | 0.04 | 53.33 | 0.84 | 0.75 |
| Hex | F5 | E9 | 89 | 0 | 5 | 2C | 4 | 35 | 54 | 4B |
| Octal | 365 | 351 | 211 | 0 | 5 | 54 | 4 | 65 | 124 | 113 |
| Binary | 11110101 | 11101001 | 10001001 | 0 | 101 | 101100 | 100 | 110101 | 1010100 | 1001011 |
Color Harmonies of #F5E989
Complementary color
Monochromatic Colors of #F5E989
Black with #F5E989
Text Example
Text Example
White with #F5E989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E989; }
p { color: rgb(245,233,137); }
H1.HeaderClassName
{
color: #F5E989;
}
.AnyTagClassName
{
color: #F5E989;
}
</style>
background-color css
<style>
a { background-color: #F5E989; }
a { background-color: rgb(245,233,137); }
div.DivClassName
{
background-color: #F5E989;
}
.BgClassName
{
background-color: #F5E989;
}
</style>
border-color css
<style>
span { border-color: #F5E989; }
span { border-color: rgb(245,233,137); }
td.TdClassName
{
border-color: #F5E989;
}
.TagClassName
{
border-color: #F5E989;
}
</style>