Shades of Khaki #F5E690
Tints of Khaki #F5E690
RGB
CMYK
RGB Variations
Color information
#F5E690 (or 0xF5E690) is known color: Khaki. HEX triplet: F5, E6 and 90. RGB value is (245,230,144). Sum of RGB (Red+Green+Blue) = 245+230+144=619 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.58% from 619); Green value is 230 (90.23% from 255 or 37.16% from 619); Blue value is 144 (56.64% from 255 or 23.26% from 619); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E690 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E690 is #0A196F. Grayscale: #E1E1E1. Windows color (decimal): -661872 or 9496309. OLE color: 9496309.
HSL color Cylindrical-coordinate representation of color #F5E690: hue angle of 51.09º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F5E690 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 230 | 144 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.04 |
| HSL | 51.09º | 0.83% | 0.76% | - |
| HSV(B) | 51.09º | 0.41% | 0.96% | - |
| XYZ | 70.99 | 78.02 | 37.7 | - |
| YUV | 224.68 | 82.47 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 230 | 144 | 0 | 0.06 | 0.41 | 0.04 | 51.09 | 0.83 | 0.76 |
| Hex | F5 | E6 | 90 | 0 | 6 | 29 | 4 | 33 | 53 | 4C |
| Octal | 365 | 346 | 220 | 0 | 6 | 51 | 4 | 63 | 123 | 114 |
| Binary | 11110101 | 11100110 | 10010000 | 0 | 110 | 101001 | 100 | 110011 | 1010011 | 1001100 |
Color Harmonies of #F5E690
Complementary color
Monochromatic Colors of #F5E690
Black with #F5E690
Text Example
Text Example
White with #F5E690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E690; }
p { color: rgb(245,230,144); }
H1.HeaderClassName
{
color: #F5E690;
}
.AnyTagClassName
{
color: #F5E690;
}
</style>
background-color css
<style>
a { background-color: #F5E690; }
a { background-color: rgb(245,230,144); }
div.DivClassName
{
background-color: #F5E690;
}
.BgClassName
{
background-color: #F5E690;
}
</style>
border-color css
<style>
span { border-color: #F5E690; }
span { border-color: rgb(245,230,144); }
td.TdClassName
{
border-color: #F5E690;
}
.TagClassName
{
border-color: #F5E690;
}
</style>