Shades of Khaki #F9E68B
Tints of Khaki #F9E68B
RGB
CMYK
RGB Variations
Color information
#F9E68B (or 0xF9E68B) is known color: Khaki. HEX triplet: F9, E6 and 8B. RGB value is (249,230,139). Sum of RGB (Red+Green+Blue) = 249+230+139=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 230 (90.23% from 255 or 37.22% from 618); Blue value is 139 (54.69% from 255 or 22.49% from 618); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E68B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9E68B is #061974. Grayscale: #E1E1E1. Windows color (decimal): -399733 or 9168633. OLE color: 9168633.
HSL color Cylindrical-coordinate representation of color #F9E68B: hue angle of 49.64º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F9E68B is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 230 | 139 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.02 |
| HSL | 49.64º | 0.9% | 0.76% | - |
| HSV(B) | 49.64º | 0.44% | 0.98% | - |
| XYZ | 72.02 | 78.6 | 35.8 | - |
| YUV | 225.31 | 79.29 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 230 | 139 | 0 | 0.08 | 0.44 | 0.02 | 49.64 | 0.9 | 0.76 |
| Hex | F9 | E6 | 8B | 0 | 8 | 2C | 2 | 32 | 5A | 4C |
| Octal | 371 | 346 | 213 | 0 | 10 | 54 | 2 | 62 | 132 | 114 |
| Binary | 11111001 | 11100110 | 10001011 | 0 | 1000 | 101100 | 10 | 110010 | 1011010 | 1001100 |
Color Harmonies of #F9E68B
Complementary color
Monochromatic Colors of #F9E68B
Black with #F9E68B
Text Example
Text Example
White with #F9E68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E68B; }
p { color: rgb(249,230,139); }
H1.HeaderClassName
{
color: #F9E68B;
}
.AnyTagClassName
{
color: #F9E68B;
}
</style>
background-color css
<style>
a { background-color: #F9E68B; }
a { background-color: rgb(249,230,139); }
div.DivClassName
{
background-color: #F9E68B;
}
.BgClassName
{
background-color: #F9E68B;
}
</style>
border-color css
<style>
span { border-color: #F9E68B; }
span { border-color: rgb(249,230,139); }
td.TdClassName
{
border-color: #F9E68B;
}
.TagClassName
{
border-color: #F9E68B;
}
</style>