Shades of Khaki #F0DE8D
Tints of Khaki #F0DE8D
RGB
CMYK
RGB Variations
Color information
#F0DE8D (or 0xF0DE8D) is known color: Khaki. HEX triplet: F0, DE and 8D. RGB value is (240,222,141). Sum of RGB (Red+Green+Blue) = 240+222+141=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 222 (87.11% from 255 or 36.82% from 603); Blue value is 141 (55.47% from 255 or 23.38% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DE8D is #0F2172. Grayscale: #DADADA. Windows color (decimal): -991603 or 9297648. OLE color: 9297648.
HSL color Cylindrical-coordinate representation of color #F0DE8D: hue angle of 49.09º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F0DE8D is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 222 | 141 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.06 |
| HSL | 49.09º | 0.77% | 0.75% | - |
| HSV(B) | 49.09º | 0.41% | 0.94% | - |
| XYZ | 66.86 | 72.69 | 35.71 | - |
| YUV | 218.15 | 84.46 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 222 | 141 | 0 | 0.08 | 0.41 | 0.06 | 49.09 | 0.77 | 0.75 |
| Hex | F0 | DE | 8D | 0 | 8 | 29 | 6 | 31 | 4D | 4B |
| Octal | 360 | 336 | 215 | 0 | 10 | 51 | 6 | 61 | 115 | 113 |
| Binary | 11110000 | 11011110 | 10001101 | 0 | 1000 | 101001 | 110 | 110001 | 1001101 | 1001011 |
Color Harmonies of #F0DE8D
Complementary color
Monochromatic Colors of #F0DE8D
Black with #F0DE8D
Text Example
Text Example
White with #F0DE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DE8D; }
p { color: rgb(240,222,141); }
H1.HeaderClassName
{
color: #F0DE8D;
}
.AnyTagClassName
{
color: #F0DE8D;
}
</style>
background-color css
<style>
a { background-color: #F0DE8D; }
a { background-color: rgb(240,222,141); }
div.DivClassName
{
background-color: #F0DE8D;
}
.BgClassName
{
background-color: #F0DE8D;
}
</style>
border-color css
<style>
span { border-color: #F0DE8D; }
span { border-color: rgb(240,222,141); }
td.TdClassName
{
border-color: #F0DE8D;
}
.TagClassName
{
border-color: #F0DE8D;
}
</style>