Shades of Khaki #F9E48A
Tints of Khaki #F9E48A
RGB
CMYK
RGB Variations
Color information
#F9E48A (or 0xF9E48A) is known color: Khaki. HEX triplet: F9, E4 and 8A. RGB value is (249,228,138). Sum of RGB (Red+Green+Blue) = 249+228+138=615 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.49% from 615); Green value is 228 (89.45% from 255 or 37.07% from 615); Blue value is 138 (54.30% from 255 or 22.44% from 615); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9E48A is #061B75. Grayscale: #E0E0E0. Windows color (decimal): -400246 or 9102585. OLE color: 9102585.
HSL color Cylindrical-coordinate representation of color #F9E48A: hue angle of 48.65º 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 #F9E48A is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 228 | 138 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.02 |
| HSL | 48.65º | 0.9% | 0.76% | - |
| HSV(B) | 48.65º | 0.45% | 0.98% | - |
| XYZ | 71.4 | 77.46 | 35.23 | - |
| YUV | 224.02 | 79.46 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 228 | 138 | 0 | 0.08 | 0.45 | 0.02 | 48.65 | 0.9 | 0.76 |
| Hex | F9 | E4 | 8A | 0 | 8 | 2D | 2 | 31 | 5A | 4C |
| Octal | 371 | 344 | 212 | 0 | 10 | 55 | 2 | 61 | 132 | 114 |
| Binary | 11111001 | 11100100 | 10001010 | 0 | 1000 | 101101 | 10 | 110001 | 1011010 | 1001100 |
Color Harmonies of #F9E48A
Complementary color
Monochromatic Colors of #F9E48A
Black with #F9E48A
Text Example
Text Example
White with #F9E48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E48A; }
p { color: rgb(249,228,138); }
H1.HeaderClassName
{
color: #F9E48A;
}
.AnyTagClassName
{
color: #F9E48A;
}
</style>
background-color css
<style>
a { background-color: #F9E48A; }
a { background-color: rgb(249,228,138); }
div.DivClassName
{
background-color: #F9E48A;
}
.BgClassName
{
background-color: #F9E48A;
}
</style>
border-color css
<style>
span { border-color: #F9E48A; }
span { border-color: rgb(249,228,138); }
td.TdClassName
{
border-color: #F9E48A;
}
.TagClassName
{
border-color: #F9E48A;
}
</style>