Shades of Khaki #F9E688
Tints of Khaki #F9E688
RGB
CMYK
RGB Variations
Color information
#F9E688 (or 0xF9E688) is known color: Khaki. HEX triplet: F9, E6 and 88. RGB value is (249,230,136). Sum of RGB (Red+Green+Blue) = 249+230+136=615 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.49% from 615); Green value is 230 (90.23% from 255 or 37.40% from 615); Blue value is 136 (53.52% from 255 or 22.11% from 615); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E688 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9E688 is #061977. Grayscale: #E1E1E1. Windows color (decimal): -399736 or 8972025. OLE color: 8972025.
HSL color Cylindrical-coordinate representation of color #F9E688: hue angle of 49.91º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F9E688 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 230 | 136 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.02 |
| HSL | 49.91º | 0.9% | 0.75% | - |
| HSV(B) | 49.91º | 0.45% | 0.98% | - |
| XYZ | 71.81 | 78.51 | 34.66 | - |
| YUV | 224.97 | 77.79 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 230 | 136 | 0 | 0.08 | 0.45 | 0.02 | 49.91 | 0.9 | 0.75 |
| Hex | F9 | E6 | 88 | 0 | 8 | 2D | 2 | 32 | 5A | 4B |
| Octal | 371 | 346 | 210 | 0 | 10 | 55 | 2 | 62 | 132 | 113 |
| Binary | 11111001 | 11100110 | 10001000 | 0 | 1000 | 101101 | 10 | 110010 | 1011010 | 1001011 |
Color Harmonies of #F9E688
Complementary color
Monochromatic Colors of #F9E688
Black with #F9E688
Text Example
Text Example
White with #F9E688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E688; }
p { color: rgb(249,230,136); }
H1.HeaderClassName
{
color: #F9E688;
}
.AnyTagClassName
{
color: #F9E688;
}
</style>
background-color css
<style>
a { background-color: #F9E688; }
a { background-color: rgb(249,230,136); }
div.DivClassName
{
background-color: #F9E688;
}
.BgClassName
{
background-color: #F9E688;
}
</style>
border-color css
<style>
span { border-color: #F9E688; }
span { border-color: rgb(249,230,136); }
td.TdClassName
{
border-color: #F9E688;
}
.TagClassName
{
border-color: #F9E688;
}
</style>