Shades of Khaki #F5E790
Tints of Khaki #F5E790
RGB
CMYK
RGB Variations
Color information
#F5E790 (or 0xF5E790) is known color: Khaki. HEX triplet: F5, E7 and 90. RGB value is (245,231,144). Sum of RGB (Red+Green+Blue) = 245+231+144=620 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.52% from 620); Green value is 231 (90.62% from 255 or 37.26% from 620); Blue value is 144 (56.64% from 255 or 23.23% from 620); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E790 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E790 is #0A186F. Grayscale: #E1E1E1. Windows color (decimal): -661616 or 9496565. OLE color: 9496565.
HSL color Cylindrical-coordinate representation of color #F5E790: hue angle of 51.68º 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 #F5E790 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 231 | 144 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.04 |
| HSL | 51.68º | 0.83% | 0.76% | - |
| HSV(B) | 51.68º | 0.41% | 0.96% | - |
| XYZ | 71.27 | 78.58 | 37.8 | - |
| YUV | 225.27 | 82.14 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 231 | 144 | 0 | 0.06 | 0.41 | 0.04 | 51.68 | 0.83 | 0.76 |
| Hex | F5 | E7 | 90 | 0 | 6 | 29 | 4 | 34 | 53 | 4C |
| Octal | 365 | 347 | 220 | 0 | 6 | 51 | 4 | 64 | 123 | 114 |
| Binary | 11110101 | 11100111 | 10010000 | 0 | 110 | 101001 | 100 | 110100 | 1010011 | 1001100 |
Color Harmonies of #F5E790
Complementary color
Monochromatic Colors of #F5E790
Black with #F5E790
Text Example
Text Example
White with #F5E790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E790; }
p { color: rgb(245,231,144); }
H1.HeaderClassName
{
color: #F5E790;
}
.AnyTagClassName
{
color: #F5E790;
}
</style>
background-color css
<style>
a { background-color: #F5E790; }
a { background-color: rgb(245,231,144); }
div.DivClassName
{
background-color: #F5E790;
}
.BgClassName
{
background-color: #F5E790;
}
</style>
border-color css
<style>
span { border-color: #F5E790; }
span { border-color: rgb(245,231,144); }
td.TdClassName
{
border-color: #F5E790;
}
.TagClassName
{
border-color: #F5E790;
}
</style>