Shades of Khaki #F3E688
Tints of Khaki #F3E688
RGB
CMYK
RGB Variations
Color information
#F3E688 (or 0xF3E688) is known color: Khaki. HEX triplet: F3, E6 and 88. RGB value is (243,230,136). Sum of RGB (Red+Green+Blue) = 243+230+136=609 (80% of max value = 765). Red value is 243 (95.31% from 255 or 39.90% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 136 (53.52% from 255 or 22.33% from 609); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E688 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3E688 is #0C1977. Grayscale: #DFDFDF. Windows color (decimal): -792952 or 8972019. OLE color: 8972019.
HSL color Cylindrical-coordinate representation of color #F3E688: hue angle of 52.71º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F3E688 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 230 | 136 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.05 |
| HSL | 52.71º | 0.82% | 0.74% | - |
| HSV(B) | 52.71º | 0.44% | 0.95% | - |
| XYZ | 69.7 | 77.43 | 34.56 | - |
| YUV | 223.17 | 78.81 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 230 | 136 | 0 | 0.05 | 0.44 | 0.05 | 52.71 | 0.82 | 0.74 |
| Hex | F3 | E6 | 88 | 0 | 5 | 2C | 5 | 35 | 52 | 4A |
| Octal | 363 | 346 | 210 | 0 | 5 | 54 | 5 | 65 | 122 | 112 |
| Binary | 11110011 | 11100110 | 10001000 | 0 | 101 | 101100 | 101 | 110101 | 1010010 | 1001010 |
Color Harmonies of #F3E688
Complementary color
Monochromatic Colors of #F3E688
Black with #F3E688
Text Example
Text Example
White with #F3E688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E688; }
p { color: rgb(243,230,136); }
H1.HeaderClassName
{
color: #F3E688;
}
.AnyTagClassName
{
color: #F3E688;
}
</style>
background-color css
<style>
a { background-color: #F3E688; }
a { background-color: rgb(243,230,136); }
div.DivClassName
{
background-color: #F3E688;
}
.BgClassName
{
background-color: #F3E688;
}
</style>
border-color css
<style>
span { border-color: #F3E688; }
span { border-color: rgb(243,230,136); }
td.TdClassName
{
border-color: #F3E688;
}
.TagClassName
{
border-color: #F3E688;
}
</style>