Shades of Khaki #F4E08B
Tints of Khaki #F4E08B
RGB
CMYK
RGB Variations
Color information
#F4E08B (or 0xF4E08B) is known color: Khaki. HEX triplet: F4, E0 and 8B. RGB value is (244,224,139). Sum of RGB (Red+Green+Blue) = 244+224+139=607 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40.20% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 139 (54.69% from 255 or 22.90% from 607); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E08B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4E08B is #0B1F74. Grayscale: #DCDCDC. Windows color (decimal): -728949 or 9167092. OLE color: 9167092.
HSL color Cylindrical-coordinate representation of color #F4E08B: hue angle of 48.57º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F4E08B is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 224 | 139 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.04 |
| HSL | 48.57º | 0.83% | 0.75% | - |
| HSV(B) | 48.57º | 0.43% | 0.96% | - |
| XYZ | 68.62 | 74.41 | 35.17 | - |
| YUV | 220.29 | 82.13 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 224 | 139 | 0 | 0.08 | 0.43 | 0.04 | 48.57 | 0.83 | 0.75 |
| Hex | F4 | E0 | 8B | 0 | 8 | 2B | 4 | 31 | 53 | 4B |
| Octal | 364 | 340 | 213 | 0 | 10 | 53 | 4 | 61 | 123 | 113 |
| Binary | 11110100 | 11100000 | 10001011 | 0 | 1000 | 101011 | 100 | 110001 | 1010011 | 1001011 |
Color Harmonies of #F4E08B
Complementary color
Monochromatic Colors of #F4E08B
Black with #F4E08B
Text Example
Text Example
White with #F4E08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4E08B; }
p { color: rgb(244,224,139); }
H1.HeaderClassName
{
color: #F4E08B;
}
.AnyTagClassName
{
color: #F4E08B;
}
</style>
background-color css
<style>
a { background-color: #F4E08B; }
a { background-color: rgb(244,224,139); }
div.DivClassName
{
background-color: #F4E08B;
}
.BgClassName
{
background-color: #F4E08B;
}
</style>
border-color css
<style>
span { border-color: #F4E08B; }
span { border-color: rgb(244,224,139); }
td.TdClassName
{
border-color: #F4E08B;
}
.TagClassName
{
border-color: #F4E08B;
}
</style>