Shades of Khaki #F5E388
Tints of Khaki #F5E388
RGB
CMYK
RGB Variations
Color information
#F5E388 (or 0xF5E388) is known color: Khaki. HEX triplet: F5, E3 and 88. RGB value is (245,227,136). Sum of RGB (Red+Green+Blue) = 245+227+136=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 227 (89.06% from 255 or 37.34% from 608); Blue value is 136 (53.52% from 255 or 22.37% from 608); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E388 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E388 is #0A1C77. Grayscale: #DEDEDE. Windows color (decimal): -662648 or 8971253. OLE color: 8971253.
HSL color Cylindrical-coordinate representation of color #F5E388: hue angle of 50.09º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F5E388 is Cyan = 0, Magento = 0.07, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 227 | 136 | - |
| CMYK | 0 | 0.07 | 0.44 | 0.04 |
| HSL | 50.09º | 0.84% | 0.75% | - |
| HSV(B) | 50.09º | 0.44% | 0.96% | - |
| XYZ | 69.57 | 76.13 | 34.32 | - |
| YUV | 222.01 | 79.46 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 227 | 136 | 0 | 0.07 | 0.44 | 0.04 | 50.09 | 0.84 | 0.75 |
| Hex | F5 | E3 | 88 | 0 | 7 | 2C | 4 | 32 | 54 | 4B |
| Octal | 365 | 343 | 210 | 0 | 7 | 54 | 4 | 62 | 124 | 113 |
| Binary | 11110101 | 11100011 | 10001000 | 0 | 111 | 101100 | 100 | 110010 | 1010100 | 1001011 |
Color Harmonies of #F5E388
Complementary color
Monochromatic Colors of #F5E388
Black with #F5E388
Text Example
Text Example
White with #F5E388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E388; }
p { color: rgb(245,227,136); }
H1.HeaderClassName
{
color: #F5E388;
}
.AnyTagClassName
{
color: #F5E388;
}
</style>
background-color css
<style>
a { background-color: #F5E388; }
a { background-color: rgb(245,227,136); }
div.DivClassName
{
background-color: #F5E388;
}
.BgClassName
{
background-color: #F5E388;
}
</style>
border-color css
<style>
span { border-color: #F5E388; }
span { border-color: rgb(245,227,136); }
td.TdClassName
{
border-color: #F5E388;
}
.TagClassName
{
border-color: #F5E388;
}
</style>