Shades of Khaki #F3E686
Tints of Khaki #F3E686
RGB
CMYK
RGB Variations
Color information
#F3E686 (or 0xF3E686) is known color: Khaki. HEX triplet: F3, E6 and 86. RGB value is (243,230,134). Sum of RGB (Red+Green+Blue) = 243+230+134=607 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.03% from 607); Green value is 230 (90.23% from 255 or 37.89% from 607); Blue value is 134 (52.73% from 255 or 22.08% from 607); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E686 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3E686 is #0C1979. Grayscale: #DFDFDF. Windows color (decimal): -792954 or 8840947. OLE color: 8840947.
HSL color Cylindrical-coordinate representation of color #F3E686: hue angle of 52.84º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F3E686 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 230 | 134 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.05 |
| HSL | 52.84º | 0.82% | 0.74% | - |
| HSV(B) | 52.84º | 0.45% | 0.95% | - |
| XYZ | 69.56 | 77.37 | 33.82 | - |
| YUV | 222.94 | 77.81 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 230 | 134 | 0 | 0.05 | 0.45 | 0.05 | 52.84 | 0.82 | 0.74 |
| Hex | F3 | E6 | 86 | 0 | 5 | 2D | 5 | 35 | 52 | 4A |
| Octal | 363 | 346 | 206 | 0 | 5 | 55 | 5 | 65 | 122 | 112 |
| Binary | 11110011 | 11100110 | 10000110 | 0 | 101 | 101101 | 101 | 110101 | 1010010 | 1001010 |
Color Harmonies of #F3E686
Complementary color
Monochromatic Colors of #F3E686
Black with #F3E686
Text Example
Text Example
White with #F3E686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E686; }
p { color: rgb(243,230,134); }
H1.HeaderClassName
{
color: #F3E686;
}
.AnyTagClassName
{
color: #F3E686;
}
</style>
background-color css
<style>
a { background-color: #F3E686; }
a { background-color: rgb(243,230,134); }
div.DivClassName
{
background-color: #F3E686;
}
.BgClassName
{
background-color: #F3E686;
}
</style>
border-color css
<style>
span { border-color: #F3E686; }
span { border-color: rgb(243,230,134); }
td.TdClassName
{
border-color: #F3E686;
}
.TagClassName
{
border-color: #F3E686;
}
</style>