Shades of Khaki #F9E689
Tints of Khaki #F9E689
RGB
CMYK
RGB Variations
Color information
#F9E689 (or 0xF9E689) is known color: Khaki. HEX triplet: F9, E6 and 89. RGB value is (249,230,137). Sum of RGB (Red+Green+Blue) = 249+230+137=616 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.42% from 616); Green value is 230 (90.23% from 255 or 37.34% from 616); Blue value is 137 (53.91% from 255 or 22.24% from 616); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E689 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9E689 is #061976. Grayscale: #E1E1E1. Windows color (decimal): -399735 or 9037561. OLE color: 9037561.
HSL color Cylindrical-coordinate representation of color #F9E689: hue angle of 49.82º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F9E689 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 230 | 137 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.02 |
| HSL | 49.82º | 0.9% | 0.76% | - |
| HSV(B) | 49.82º | 0.45% | 0.98% | - |
| XYZ | 71.88 | 78.54 | 35.04 | - |
| YUV | 225.08 | 78.29 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 230 | 137 | 0 | 0.08 | 0.45 | 0.02 | 49.82 | 0.9 | 0.76 |
| Hex | F9 | E6 | 89 | 0 | 8 | 2D | 2 | 32 | 5A | 4C |
| Octal | 371 | 346 | 211 | 0 | 10 | 55 | 2 | 62 | 132 | 114 |
| Binary | 11111001 | 11100110 | 10001001 | 0 | 1000 | 101101 | 10 | 110010 | 1011010 | 1001100 |
Color Harmonies of #F9E689
Complementary color
Monochromatic Colors of #F9E689
Black with #F9E689
Text Example
Text Example
White with #F9E689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E689; }
p { color: rgb(249,230,137); }
H1.HeaderClassName
{
color: #F9E689;
}
.AnyTagClassName
{
color: #F9E689;
}
</style>
background-color css
<style>
a { background-color: #F9E689; }
a { background-color: rgb(249,230,137); }
div.DivClassName
{
background-color: #F9E689;
}
.BgClassName
{
background-color: #F9E689;
}
</style>
border-color css
<style>
span { border-color: #F9E689; }
span { border-color: rgb(249,230,137); }
td.TdClassName
{
border-color: #F9E689;
}
.TagClassName
{
border-color: #F9E689;
}
</style>