Shades of Khaki #F5E28D
Tints of Khaki #F5E28D
RGB
CMYK
RGB Variations
Color information
#F5E28D (or 0xF5E28D) is known color: Khaki. HEX triplet: F5, E2 and 8D. RGB value is (245,226,141). Sum of RGB (Red+Green+Blue) = 245+226+141=612 (81% of max value = 765). Red value is 245 (96.09% from 255 or 40.03% from 612); Green value is 226 (88.67% from 255 or 36.93% from 612); Blue value is 141 (55.47% from 255 or 23.04% from 612); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E28D is #0A1D72. Grayscale: #DEDEDE. Windows color (decimal): -662899 or 9298677. OLE color: 9298677.
HSL color Cylindrical-coordinate representation of color #F5E28D: hue angle of 49.04º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5E28D is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 226 | 141 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.04 |
| HSL | 49.04º | 0.84% | 0.76% | - |
| HSV(B) | 49.04º | 0.42% | 0.96% | - |
| XYZ | 69.66 | 75.73 | 36.14 | - |
| YUV | 221.99 | 82.29 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 226 | 141 | 0 | 0.08 | 0.42 | 0.04 | 49.04 | 0.84 | 0.76 |
| Hex | F5 | E2 | 8D | 0 | 8 | 2A | 4 | 31 | 54 | 4C |
| Octal | 365 | 342 | 215 | 0 | 10 | 52 | 4 | 61 | 124 | 114 |
| Binary | 11110101 | 11100010 | 10001101 | 0 | 1000 | 101010 | 100 | 110001 | 1010100 | 1001100 |
Color Harmonies of #F5E28D
Complementary color
Monochromatic Colors of #F5E28D
Black with #F5E28D
Text Example
Text Example
White with #F5E28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E28D; }
p { color: rgb(245,226,141); }
H1.HeaderClassName
{
color: #F5E28D;
}
.AnyTagClassName
{
color: #F5E28D;
}
</style>
background-color css
<style>
a { background-color: #F5E28D; }
a { background-color: rgb(245,226,141); }
div.DivClassName
{
background-color: #F5E28D;
}
.BgClassName
{
background-color: #F5E28D;
}
</style>
border-color css
<style>
span { border-color: #F5E28D; }
span { border-color: rgb(245,226,141); }
td.TdClassName
{
border-color: #F5E28D;
}
.TagClassName
{
border-color: #F5E28D;
}
</style>