Shades of Khaki #F6E98A
Tints of Khaki #F6E98A
RGB
CMYK
RGB Variations
Color information
#F6E98A (or 0xF6E98A) is known color: Khaki. HEX triplet: F6, E9 and 8A. RGB value is (246,233,138). Sum of RGB (Red+Green+Blue) = 246+233+138=617 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.87% from 617); Green value is 233 (91.41% from 255 or 37.76% from 617); Blue value is 138 (54.30% from 255 or 22.37% from 617); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E98A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6E98A is #091675. Grayscale: #E2E2E2. Windows color (decimal): -595574 or 9103862. OLE color: 9103862.
HSL color Cylindrical-coordinate representation of color #F6E98A: hue angle of 52.78º degrees, saturation: 0.86, 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 #F6E98A is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 233 | 138 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.04 |
| HSL | 52.78º | 0.86% | 0.75% | - |
| HSV(B) | 52.78º | 0.44% | 0.96% | - |
| XYZ | 71.73 | 79.71 | 35.65 | - |
| YUV | 226.06 | 78.31 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 233 | 138 | 0 | 0.05 | 0.44 | 0.04 | 52.78 | 0.86 | 0.75 |
| Hex | F6 | E9 | 8A | 0 | 5 | 2C | 4 | 35 | 56 | 4B |
| Octal | 366 | 351 | 212 | 0 | 5 | 54 | 4 | 65 | 126 | 113 |
| Binary | 11110110 | 11101001 | 10001010 | 0 | 101 | 101100 | 100 | 110101 | 1010110 | 1001011 |
Color Harmonies of #F6E98A
Complementary color
Monochromatic Colors of #F6E98A
Black with #F6E98A
Text Example
Text Example
White with #F6E98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E98A; }
p { color: rgb(246,233,138); }
H1.HeaderClassName
{
color: #F6E98A;
}
.AnyTagClassName
{
color: #F6E98A;
}
</style>
background-color css
<style>
a { background-color: #F6E98A; }
a { background-color: rgb(246,233,138); }
div.DivClassName
{
background-color: #F6E98A;
}
.BgClassName
{
background-color: #F6E98A;
}
</style>
border-color css
<style>
span { border-color: #F6E98A; }
span { border-color: rgb(246,233,138); }
td.TdClassName
{
border-color: #F6E98A;
}
.TagClassName
{
border-color: #F6E98A;
}
</style>