Shades of Khaki #F9E98B
Tints of Khaki #F9E98B
RGB
CMYK
RGB Variations
Color information
#F9E98B (or 0xF9E98B) is known color: Khaki. HEX triplet: F9, E9 and 8B. RGB value is (249,233,139). Sum of RGB (Red+Green+Blue) = 249+233+139=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 233 (91.41% from 255 or 37.52% from 621); Blue value is 139 (54.69% from 255 or 22.38% from 621); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E98B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9E98B is #061674. Grayscale: #E3E3E3. Windows color (decimal): -398965 or 9169401. OLE color: 9169401.
HSL color Cylindrical-coordinate representation of color #F9E98B: hue angle of 51.27º 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 #F9E98B is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 233 | 139 | - |
| CMYK | 0 | 0.06 | 0.44 | 0.02 |
| HSL | 51.27º | 0.9% | 0.76% | - |
| HSV(B) | 51.27º | 0.44% | 0.98% | - |
| XYZ | 72.87 | 80.28 | 36.08 | - |
| YUV | 227.07 | 78.3 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 233 | 139 | 0 | 0.06 | 0.44 | 0.02 | 51.27 | 0.9 | 0.76 |
| Hex | F9 | E9 | 8B | 0 | 6 | 2C | 2 | 33 | 5A | 4C |
| Octal | 371 | 351 | 213 | 0 | 6 | 54 | 2 | 63 | 132 | 114 |
| Binary | 11111001 | 11101001 | 10001011 | 0 | 110 | 101100 | 10 | 110011 | 1011010 | 1001100 |
Color Harmonies of #F9E98B
Complementary color
Monochromatic Colors of #F9E98B
Black with #F9E98B
Text Example
Text Example
White with #F9E98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E98B; }
p { color: rgb(249,233,139); }
H1.HeaderClassName
{
color: #F9E98B;
}
.AnyTagClassName
{
color: #F9E98B;
}
</style>
background-color css
<style>
a { background-color: #F9E98B; }
a { background-color: rgb(249,233,139); }
div.DivClassName
{
background-color: #F9E98B;
}
.BgClassName
{
background-color: #F9E98B;
}
</style>
border-color css
<style>
span { border-color: #F9E98B; }
span { border-color: rgb(249,233,139); }
td.TdClassName
{
border-color: #F9E98B;
}
.TagClassName
{
border-color: #F9E98B;
}
</style>