Shades of Khaki #F3E18B
Tints of Khaki #F3E18B
RGB
CMYK
RGB Variations
Color information
#F3E18B (or 0xF3E18B) is known color: Khaki. HEX triplet: F3, E1 and 8B. RGB value is (243,225,139). Sum of RGB (Red+Green+Blue) = 243+225+139=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 139 (54.69% from 255 or 22.90% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E18B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3E18B is #0C1E74. Grayscale: #DCDCDC. Windows color (decimal): -794229 or 9167347. OLE color: 9167347.
HSL color Cylindrical-coordinate representation of color #F3E18B: hue angle of 49.62º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F3E18B is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 225 | 139 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.05 |
| HSL | 49.62º | 0.81% | 0.75% | - |
| HSV(B) | 49.62º | 0.43% | 0.95% | - |
| XYZ | 68.55 | 74.77 | 35.25 | - |
| YUV | 220.58 | 81.96 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 225 | 139 | 0 | 0.07 | 0.43 | 0.05 | 49.62 | 0.81 | 0.75 |
| Hex | F3 | E1 | 8B | 0 | 7 | 2B | 5 | 32 | 51 | 4B |
| Octal | 363 | 341 | 213 | 0 | 7 | 53 | 5 | 62 | 121 | 113 |
| Binary | 11110011 | 11100001 | 10001011 | 0 | 111 | 101011 | 101 | 110010 | 1010001 | 1001011 |
Color Harmonies of #F3E18B
Complementary color
Monochromatic Colors of #F3E18B
Black with #F3E18B
Text Example
Text Example
White with #F3E18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E18B; }
p { color: rgb(243,225,139); }
H1.HeaderClassName
{
color: #F3E18B;
}
.AnyTagClassName
{
color: #F3E18B;
}
</style>
background-color css
<style>
a { background-color: #F3E18B; }
a { background-color: rgb(243,225,139); }
div.DivClassName
{
background-color: #F3E18B;
}
.BgClassName
{
background-color: #F3E18B;
}
</style>
border-color css
<style>
span { border-color: #F3E18B; }
span { border-color: rgb(243,225,139); }
td.TdClassName
{
border-color: #F3E18B;
}
.TagClassName
{
border-color: #F3E18B;
}
</style>