Shades of Khaki #F3E28E
Tints of Khaki #F3E28E
RGB
CMYK
RGB Variations
Color information
#F3E28E (or 0xF3E28E) is known color: Khaki. HEX triplet: F3, E2 and 8E. RGB value is (243,226,142). Sum of RGB (Red+Green+Blue) = 243+226+142=611 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.77% from 611); Green value is 226 (88.67% from 255 or 36.99% from 611); Blue value is 142 (55.86% from 255 or 23.24% from 611); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3E28E is #0C1D71. Grayscale: #DDDDDD. Windows color (decimal): -793970 or 9364211. OLE color: 9364211.
HSL color Cylindrical-coordinate representation of color #F3E28E: hue angle of 49.9º 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 #F3E28E is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 226 | 142 | - |
| CMYK | 0 | 0.07 | 0.42 | 0.05 |
| HSL | 49.9º | 0.81% | 0.75% | - |
| HSV(B) | 49.9º | 0.42% | 0.95% | - |
| XYZ | 69.04 | 75.4 | 36.51 | - |
| YUV | 221.51 | 83.13 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 226 | 142 | 0 | 0.07 | 0.42 | 0.05 | 49.9 | 0.81 | 0.75 |
| Hex | F3 | E2 | 8E | 0 | 7 | 2A | 5 | 32 | 51 | 4B |
| Octal | 363 | 342 | 216 | 0 | 7 | 52 | 5 | 62 | 121 | 113 |
| Binary | 11110011 | 11100010 | 10001110 | 0 | 111 | 101010 | 101 | 110010 | 1010001 | 1001011 |
Color Harmonies of #F3E28E
Complementary color
Monochromatic Colors of #F3E28E
Black with #F3E28E
Text Example
Text Example
White with #F3E28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E28E; }
p { color: rgb(243,226,142); }
H1.HeaderClassName
{
color: #F3E28E;
}
.AnyTagClassName
{
color: #F3E28E;
}
</style>
background-color css
<style>
a { background-color: #F3E28E; }
a { background-color: rgb(243,226,142); }
div.DivClassName
{
background-color: #F3E28E;
}
.BgClassName
{
background-color: #F3E28E;
}
</style>
border-color css
<style>
span { border-color: #F3E28E; }
span { border-color: rgb(243,226,142); }
td.TdClassName
{
border-color: #F3E28E;
}
.TagClassName
{
border-color: #F3E28E;
}
</style>