Shades of Khaki #F4E48F
Tints of Khaki #F4E48F
RGB
CMYK
RGB Variations
Color information
#F4E48F (or 0xF4E48F) is known color: Khaki. HEX triplet: F4, E4 and 8F. RGB value is (244,228,143). Sum of RGB (Red+Green+Blue) = 244+228+143=615 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.67% from 615); Green value is 228 (89.45% from 255 or 37.07% from 615); Blue value is 143 (56.25% from 255 or 23.25% from 615); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4E48F is #0B1B70. Grayscale: #DFDFDF. Windows color (decimal): -727921 or 9430260. OLE color: 9430260.
HSL color Cylindrical-coordinate representation of color #F4E48F: hue angle of 50.5º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F4E48F is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 228 | 143 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.04 |
| HSL | 50.5º | 0.82% | 0.76% | - |
| HSV(B) | 50.5º | 0.41% | 0.96% | - |
| XYZ | 70.01 | 76.7 | 37.1 | - |
| YUV | 223.09 | 82.8 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 228 | 143 | 0 | 0.07 | 0.41 | 0.04 | 50.5 | 0.82 | 0.76 |
| Hex | F4 | E4 | 8F | 0 | 7 | 29 | 4 | 32 | 52 | 4C |
| Octal | 364 | 344 | 217 | 0 | 7 | 51 | 4 | 62 | 122 | 114 |
| Binary | 11110100 | 11100100 | 10001111 | 0 | 111 | 101001 | 100 | 110010 | 1010010 | 1001100 |
Color Harmonies of #F4E48F
Complementary color
Monochromatic Colors of #F4E48F
Black with #F4E48F
Text Example
Text Example
White with #F4E48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E48F; }
p { color: rgb(244,228,143); }
H1.HeaderClassName
{
color: #F4E48F;
}
.AnyTagClassName
{
color: #F4E48F;
}
</style>
background-color css
<style>
a { background-color: #F4E48F; }
a { background-color: rgb(244,228,143); }
div.DivClassName
{
background-color: #F4E48F;
}
.BgClassName
{
background-color: #F4E48F;
}
</style>
border-color css
<style>
span { border-color: #F4E48F; }
span { border-color: rgb(244,228,143); }
td.TdClassName
{
border-color: #F4E48F;
}
.TagClassName
{
border-color: #F4E48F;
}
</style>