Shades of Khaki #F5E783
Tints of Khaki #F5E783
RGB
CMYK
RGB Variations
Color information
#F5E783 (or 0xF5E783) is known color: Khaki. HEX triplet: F5, E7 and 83. RGB value is (245,231,131). Sum of RGB (Red+Green+Blue) = 245+231+131=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 231 (90.62% from 255 or 38.06% from 607); Blue value is 131 (51.56% from 255 or 21.58% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E783 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E783 is #0A187C. Grayscale: #E0E0E0. Windows color (decimal): -661629 or 8644597. OLE color: 8644597.
HSL color Cylindrical-coordinate representation of color #F5E783: hue angle of 52.63º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5E783 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 231 | 131 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.04 |
| HSL | 52.63º | 0.85% | 0.74% | - |
| HSV(B) | 52.63º | 0.47% | 0.96% | - |
| XYZ | 70.33 | 78.2 | 32.86 | - |
| YUV | 223.79 | 75.64 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 231 | 131 | 0 | 0.06 | 0.47 | 0.04 | 52.63 | 0.85 | 0.74 |
| Hex | F5 | E7 | 83 | 0 | 6 | 2F | 4 | 35 | 55 | 4A |
| Octal | 365 | 347 | 203 | 0 | 6 | 57 | 4 | 65 | 125 | 112 |
| Binary | 11110101 | 11100111 | 10000011 | 0 | 110 | 101111 | 100 | 110101 | 1010101 | 1001010 |
Color Harmonies of #F5E783
Complementary color
Monochromatic Colors of #F5E783
Black with #F5E783
Text Example
Text Example
White with #F5E783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E783; }
p { color: rgb(245,231,131); }
H1.HeaderClassName
{
color: #F5E783;
}
.AnyTagClassName
{
color: #F5E783;
}
</style>
background-color css
<style>
a { background-color: #F5E783; }
a { background-color: rgb(245,231,131); }
div.DivClassName
{
background-color: #F5E783;
}
.BgClassName
{
background-color: #F5E783;
}
</style>
border-color css
<style>
span { border-color: #F5E783; }
span { border-color: rgb(245,231,131); }
td.TdClassName
{
border-color: #F5E783;
}
.TagClassName
{
border-color: #F5E783;
}
</style>