Shades of Khaki #F3E08E
Tints of Khaki #F3E08E
RGB
CMYK
RGB Variations
Color information
#F3E08E (or 0xF3E08E) is known color: Khaki. HEX triplet: F3, E0 and 8E. RGB value is (243,224,142). Sum of RGB (Red+Green+Blue) = 243+224+142=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 224 (87.89% from 255 or 36.78% from 609); Blue value is 142 (55.86% from 255 or 23.32% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E08E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3E08E is #0C1F71. Grayscale: #DCDCDC. Windows color (decimal): -794482 or 9363699. OLE color: 9363699.
HSL color Cylindrical-coordinate representation of color #F3E08E: hue angle of 48.71º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F3E08E is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 224 | 142 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.05 |
| HSL | 48.71º | 0.81% | 0.75% | - |
| HSV(B) | 48.71º | 0.42% | 0.95% | - |
| XYZ | 68.5 | 74.32 | 36.33 | - |
| YUV | 220.33 | 83.79 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 224 | 142 | 0 | 0.08 | 0.42 | 0.05 | 48.71 | 0.81 | 0.75 |
| Hex | F3 | E0 | 8E | 0 | 8 | 2A | 5 | 31 | 51 | 4B |
| Octal | 363 | 340 | 216 | 0 | 10 | 52 | 5 | 61 | 121 | 113 |
| Binary | 11110011 | 11100000 | 10001110 | 0 | 1000 | 101010 | 101 | 110001 | 1010001 | 1001011 |
Color Harmonies of #F3E08E
Complementary color
Monochromatic Colors of #F3E08E
Black with #F3E08E
Text Example
Text Example
White with #F3E08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E08E; }
p { color: rgb(243,224,142); }
H1.HeaderClassName
{
color: #F3E08E;
}
.AnyTagClassName
{
color: #F3E08E;
}
</style>
background-color css
<style>
a { background-color: #F3E08E; }
a { background-color: rgb(243,224,142); }
div.DivClassName
{
background-color: #F3E08E;
}
.BgClassName
{
background-color: #F3E08E;
}
</style>
border-color css
<style>
span { border-color: #F3E08E; }
span { border-color: rgb(243,224,142); }
td.TdClassName
{
border-color: #F3E08E;
}
.TagClassName
{
border-color: #F3E08E;
}
</style>