Shades of Khaki #F5ED8F
Tints of Khaki #F5ED8F
RGB
CMYK
RGB Variations
Color information
#F5ED8F (or 0xF5ED8F) is known color: Khaki. HEX triplet: F5, ED and 8F. RGB value is (245,237,143). Sum of RGB (Red+Green+Blue) = 245+237+143=625 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.2% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 143 (56.25% from 255 or 22.88% from 625); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5ED8F is #0A1270. Grayscale: #E5E5E5. Windows color (decimal): -660081 or 9432565. OLE color: 9432565.
HSL color Cylindrical-coordinate representation of color #F5ED8F: hue angle of 55.29º 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 #F5ED8F is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 237 | 143 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.04 |
| HSL | 55.29º | 0.84% | 0.76% | - |
| HSV(B) | 55.29º | 0.42% | 0.96% | - |
| XYZ | 72.9 | 81.96 | 37.97 | - |
| YUV | 228.68 | 79.65 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 237 | 143 | 0 | 0.03 | 0.42 | 0.04 | 55.29 | 0.84 | 0.76 |
| Hex | F5 | ED | 8F | 0 | 3 | 2A | 4 | 37 | 54 | 4C |
| Octal | 365 | 355 | 217 | 0 | 3 | 52 | 4 | 67 | 124 | 114 |
| Binary | 11110101 | 11101101 | 10001111 | 0 | 11 | 101010 | 100 | 110111 | 1010100 | 1001100 |
Color Harmonies of #F5ED8F
Complementary color
Monochromatic Colors of #F5ED8F
Black with #F5ED8F
Text Example
Text Example
White with #F5ED8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5ED8F; }
p { color: rgb(245,237,143); }
H1.HeaderClassName
{
color: #F5ED8F;
}
.AnyTagClassName
{
color: #F5ED8F;
}
</style>
background-color css
<style>
a { background-color: #F5ED8F; }
a { background-color: rgb(245,237,143); }
div.DivClassName
{
background-color: #F5ED8F;
}
.BgClassName
{
background-color: #F5ED8F;
}
</style>
border-color css
<style>
span { border-color: #F5ED8F; }
span { border-color: rgb(245,237,143); }
td.TdClassName
{
border-color: #F5ED8F;
}
.TagClassName
{
border-color: #F5ED8F;
}
</style>