Shades of Khaki #F4E08D
Tints of Khaki #F4E08D
RGB
CMYK
RGB Variations
Color information
#F4E08D (or 0xF4E08D) is known color: Khaki. HEX triplet: F4, E0 and 8D. RGB value is (244,224,141). Sum of RGB (Red+Green+Blue) = 244+224+141=609 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.07% from 609); Green value is 224 (87.89% from 255 or 36.78% from 609); Blue value is 141 (55.47% from 255 or 23.15% from 609); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4E08D is #0B1F72. Grayscale: #DCDCDC. Windows color (decimal): -728947 or 9298164. OLE color: 9298164.
HSL color Cylindrical-coordinate representation of color #F4E08D: hue angle of 48.35º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F4E08D is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 224 | 141 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.04 |
| HSL | 48.35º | 0.82% | 0.75% | - |
| HSV(B) | 48.35º | 0.42% | 0.96% | - |
| XYZ | 68.77 | 74.47 | 35.95 | - |
| YUV | 220.52 | 83.13 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 224 | 141 | 0 | 0.08 | 0.42 | 0.04 | 48.35 | 0.82 | 0.75 |
| Hex | F4 | E0 | 8D | 0 | 8 | 2A | 4 | 30 | 52 | 4B |
| Octal | 364 | 340 | 215 | 0 | 10 | 52 | 4 | 60 | 122 | 113 |
| Binary | 11110100 | 11100000 | 10001101 | 0 | 1000 | 101010 | 100 | 110000 | 1010010 | 1001011 |
Color Harmonies of #F4E08D
Complementary color
Monochromatic Colors of #F4E08D
Black with #F4E08D
Text Example
Text Example
White with #F4E08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E08D; }
p { color: rgb(244,224,141); }
H1.HeaderClassName
{
color: #F4E08D;
}
.AnyTagClassName
{
color: #F4E08D;
}
</style>
background-color css
<style>
a { background-color: #F4E08D; }
a { background-color: rgb(244,224,141); }
div.DivClassName
{
background-color: #F4E08D;
}
.BgClassName
{
background-color: #F4E08D;
}
</style>
border-color css
<style>
span { border-color: #F4E08D; }
span { border-color: rgb(244,224,141); }
td.TdClassName
{
border-color: #F4E08D;
}
.TagClassName
{
border-color: #F4E08D;
}
</style>