Shades of Khaki #F3E388
Tints of Khaki #F3E388
RGB
CMYK
RGB Variations
Color information
#F3E388 (or 0xF3E388) is known color: Khaki. HEX triplet: F3, E3 and 88. RGB value is (243,227,136). Sum of RGB (Red+Green+Blue) = 243+227+136=606 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.10% from 606); Green value is 227 (89.06% from 255 or 37.46% from 606); Blue value is 136 (53.52% from 255 or 22.44% from 606); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E388 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3E388 is #0C1C77. Grayscale: #DDDDDD. Windows color (decimal): -793720 or 8971251. OLE color: 8971251.
HSL color Cylindrical-coordinate representation of color #F3E388: hue angle of 51.03º 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 #F3E388 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 227 | 136 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.05 |
| HSL | 51.03º | 0.82% | 0.74% | - |
| HSV(B) | 51.03º | 0.44% | 0.95% | - |
| XYZ | 68.88 | 75.77 | 34.29 | - |
| YUV | 221.41 | 79.8 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 227 | 136 | 0 | 0.07 | 0.44 | 0.05 | 51.03 | 0.82 | 0.74 |
| Hex | F3 | E3 | 88 | 0 | 7 | 2C | 5 | 33 | 52 | 4A |
| Octal | 363 | 343 | 210 | 0 | 7 | 54 | 5 | 63 | 122 | 112 |
| Binary | 11110011 | 11100011 | 10001000 | 0 | 111 | 101100 | 101 | 110011 | 1010010 | 1001010 |
Color Harmonies of #F3E388
Complementary color
Monochromatic Colors of #F3E388
Black with #F3E388
Text Example
Text Example
White with #F3E388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3E388; }
p { color: rgb(243,227,136); }
H1.HeaderClassName
{
color: #F3E388;
}
.AnyTagClassName
{
color: #F3E388;
}
</style>
background-color css
<style>
a { background-color: #F3E388; }
a { background-color: rgb(243,227,136); }
div.DivClassName
{
background-color: #F3E388;
}
.BgClassName
{
background-color: #F3E388;
}
</style>
border-color css
<style>
span { border-color: #F3E388; }
span { border-color: rgb(243,227,136); }
td.TdClassName
{
border-color: #F3E388;
}
.TagClassName
{
border-color: #F3E388;
}
</style>