Shades of Khaki #F4ED8E
Tints of Khaki #F4ED8E
RGB
CMYK
RGB Variations
Color information
#F4ED8E (or 0xF4ED8E) is known color: Khaki. HEX triplet: F4, ED and 8E. RGB value is (244,237,142). Sum of RGB (Red+Green+Blue) = 244+237+142=623 (82% of max value = 765). Red value is 244 (95.70% from 255 or 39.17% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 142 (55.86% from 255 or 22.79% from 623); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ED8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F4ED8E is #0B1271. Grayscale: #E4E4E4. Windows color (decimal): -725618 or 9367028. OLE color: 9367028.
HSL color Cylindrical-coordinate representation of color #F4ED8E: hue angle of 55.88º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F4ED8E is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 237 | 142 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.04 |
| HSL | 55.88º | 0.82% | 0.76% | - |
| HSV(B) | 55.88º | 0.42% | 0.96% | - |
| XYZ | 72.47 | 81.75 | 37.55 | - |
| YUV | 228.26 | 79.32 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 237 | 142 | 0 | 0.03 | 0.42 | 0.04 | 55.88 | 0.82 | 0.76 |
| Hex | F4 | ED | 8E | 0 | 3 | 2A | 4 | 38 | 52 | 4C |
| Octal | 364 | 355 | 216 | 0 | 3 | 52 | 4 | 70 | 122 | 114 |
| Binary | 11110100 | 11101101 | 10001110 | 0 | 11 | 101010 | 100 | 111000 | 1010010 | 1001100 |
Color Harmonies of #F4ED8E
Complementary color
Monochromatic Colors of #F4ED8E
Black with #F4ED8E
Text Example
Text Example
White with #F4ED8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4ED8E; }
p { color: rgb(244,237,142); }
H1.HeaderClassName
{
color: #F4ED8E;
}
.AnyTagClassName
{
color: #F4ED8E;
}
</style>
background-color css
<style>
a { background-color: #F4ED8E; }
a { background-color: rgb(244,237,142); }
div.DivClassName
{
background-color: #F4ED8E;
}
.BgClassName
{
background-color: #F4ED8E;
}
</style>
border-color css
<style>
span { border-color: #F4ED8E; }
span { border-color: rgb(244,237,142); }
td.TdClassName
{
border-color: #F4ED8E;
}
.TagClassName
{
border-color: #F4ED8E;
}
</style>