Shades of Khaki #F3E38E
Tints of Khaki #F3E38E
RGB
CMYK
RGB Variations
Color information
#F3E38E (or 0xF3E38E) is known color: Khaki. HEX triplet: F3, E3 and 8E. RGB value is (243,227,142). Sum of RGB (Red+Green+Blue) = 243+227+142=612 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.71% from 612); Green value is 227 (89.06% from 255 or 37.09% from 612); Blue value is 142 (55.86% from 255 or 23.20% from 612); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3E38E is #0C1C71. Grayscale: #DEDEDE. Windows color (decimal): -793714 or 9364467. OLE color: 9364467.
HSL color Cylindrical-coordinate representation of color #F3E38E: hue angle of 50.5º 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 #F3E38E is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 227 | 142 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.05 |
| HSL | 50.5º | 0.81% | 0.75% | - |
| HSV(B) | 50.5º | 0.42% | 0.95% | - |
| XYZ | 69.31 | 75.95 | 36.6 | - |
| YUV | 222.09 | 82.8 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 227 | 142 | 0 | 0.07 | 0.42 | 0.05 | 50.5 | 0.81 | 0.75 |
| Hex | F3 | E3 | 8E | 0 | 7 | 2A | 5 | 32 | 51 | 4B |
| Octal | 363 | 343 | 216 | 0 | 7 | 52 | 5 | 62 | 121 | 113 |
| Binary | 11110011 | 11100011 | 10001110 | 0 | 111 | 101010 | 101 | 110010 | 1010001 | 1001011 |
Color Harmonies of #F3E38E
Complementary color
Monochromatic Colors of #F3E38E
Black with #F3E38E
Text Example
Text Example
White with #F3E38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E38E; }
p { color: rgb(243,227,142); }
H1.HeaderClassName
{
color: #F3E38E;
}
.AnyTagClassName
{
color: #F3E38E;
}
</style>
background-color css
<style>
a { background-color: #F3E38E; }
a { background-color: rgb(243,227,142); }
div.DivClassName
{
background-color: #F3E38E;
}
.BgClassName
{
background-color: #F3E38E;
}
</style>
border-color css
<style>
span { border-color: #F3E38E; }
span { border-color: rgb(243,227,142); }
td.TdClassName
{
border-color: #F3E38E;
}
.TagClassName
{
border-color: #F3E38E;
}
</style>