Shades of Khaki #F3E48D
Tints of Khaki #F3E48D
RGB
CMYK
RGB Variations
Color information
#F3E48D (or 0xF3E48D) is known color: Khaki. HEX triplet: F3, E4 and 8D. RGB value is (243,228,141). Sum of RGB (Red+Green+Blue) = 243+228+141=612 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.71% from 612); Green value is 228 (89.45% from 255 or 37.25% from 612); Blue value is 141 (55.47% from 255 or 23.04% from 612); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3E48D is #0C1B72. Grayscale: #DEDEDE. Windows color (decimal): -793459 or 9299187. OLE color: 9299187.
HSL color Cylindrical-coordinate representation of color #F3E48D: hue angle of 51.18º 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 #F3E48D is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 228 | 141 | - |
| CMYK | 0 | 0.06 | 0.42 | 0.05 |
| HSL | 51.18º | 0.81% | 0.75% | - |
| HSV(B) | 51.18º | 0.42% | 0.95% | - |
| XYZ | 69.51 | 76.46 | 36.29 | - |
| YUV | 222.57 | 81.97 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 228 | 141 | 0 | 0.06 | 0.42 | 0.05 | 51.18 | 0.81 | 0.75 |
| Hex | F3 | E4 | 8D | 0 | 6 | 2A | 5 | 33 | 51 | 4B |
| Octal | 363 | 344 | 215 | 0 | 6 | 52 | 5 | 63 | 121 | 113 |
| Binary | 11110011 | 11100100 | 10001101 | 0 | 110 | 101010 | 101 | 110011 | 1010001 | 1001011 |
Color Harmonies of #F3E48D
Complementary color
Monochromatic Colors of #F3E48D
Black with #F3E48D
Text Example
Text Example
White with #F3E48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E48D; }
p { color: rgb(243,228,141); }
H1.HeaderClassName
{
color: #F3E48D;
}
.AnyTagClassName
{
color: #F3E48D;
}
</style>
background-color css
<style>
a { background-color: #F3E48D; }
a { background-color: rgb(243,228,141); }
div.DivClassName
{
background-color: #F3E48D;
}
.BgClassName
{
background-color: #F3E48D;
}
</style>
border-color css
<style>
span { border-color: #F3E48D; }
span { border-color: rgb(243,228,141); }
td.TdClassName
{
border-color: #F3E48D;
}
.TagClassName
{
border-color: #F3E48D;
}
</style>