Shades of Khaki #F8ED8D
Tints of Khaki #F8ED8D
RGB
CMYK
RGB Variations
Color information
#F8ED8D (or 0xF8ED8D) is known color: Khaki. HEX triplet: F8, ED and 8D. RGB value is (248,237,141). Sum of RGB (Red+Green+Blue) = 248+237+141=626 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.62% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 141 (55.47% from 255 or 22.52% from 626); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ED8D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8ED8D is #071272. Grayscale: #E5E5E5. Windows color (decimal): -463475 or 9301496. OLE color: 9301496.
HSL color Cylindrical-coordinate representation of color #F8ED8D: hue angle of 53.83º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F8ED8D is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 237 | 141 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.03 |
| HSL | 53.83º | 0.88% | 0.76% | - |
| HSV(B) | 53.83º | 0.43% | 0.97% | - |
| XYZ | 73.8 | 82.45 | 37.22 | - |
| YUV | 229.35 | 78.14 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 237 | 141 | 0 | 0.04 | 0.43 | 0.03 | 53.83 | 0.88 | 0.76 |
| Hex | F8 | ED | 8D | 0 | 4 | 2B | 3 | 36 | 58 | 4C |
| Octal | 370 | 355 | 215 | 0 | 4 | 53 | 3 | 66 | 130 | 114 |
| Binary | 11111000 | 11101101 | 10001101 | 0 | 100 | 101011 | 11 | 110110 | 1011000 | 1001100 |
Color Harmonies of #F8ED8D
Complementary color
Monochromatic Colors of #F8ED8D
Black with #F8ED8D
Text Example
Text Example
White with #F8ED8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ED8D; }
p { color: rgb(248,237,141); }
H1.HeaderClassName
{
color: #F8ED8D;
}
.AnyTagClassName
{
color: #F8ED8D;
}
</style>
background-color css
<style>
a { background-color: #F8ED8D; }
a { background-color: rgb(248,237,141); }
div.DivClassName
{
background-color: #F8ED8D;
}
.BgClassName
{
background-color: #F8ED8D;
}
</style>
border-color css
<style>
span { border-color: #F8ED8D; }
span { border-color: rgb(248,237,141); }
td.TdClassName
{
border-color: #F8ED8D;
}
.TagClassName
{
border-color: #F8ED8D;
}
</style>