Shades of Khaki #F5E683
Tints of Khaki #F5E683
RGB
CMYK
RGB Variations
Color information
#F5E683 (or 0xF5E683) is known color: Khaki. HEX triplet: F5, E6 and 83. RGB value is (245,230,131). Sum of RGB (Red+Green+Blue) = 245+230+131=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 131 (51.56% from 255 or 21.62% from 606); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E683 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E683 is #0A197C. Grayscale: #DFDFDF. Windows color (decimal): -661885 or 8644341. OLE color: 8644341.
HSL color Cylindrical-coordinate representation of color #F5E683: hue angle of 52.11º 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 #F5E683 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 230 | 131 | - |
| CMYK | 0 | 0.06 | 0.47 | 0.04 |
| HSL | 52.11º | 0.85% | 0.74% | - |
| HSV(B) | 52.11º | 0.47% | 0.96% | - |
| XYZ | 70.05 | 77.64 | 32.77 | - |
| YUV | 223.2 | 75.97 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 230 | 131 | 0 | 0.06 | 0.47 | 0.04 | 52.11 | 0.85 | 0.74 |
| Hex | F5 | E6 | 83 | 0 | 6 | 2F | 4 | 34 | 55 | 4A |
| Octal | 365 | 346 | 203 | 0 | 6 | 57 | 4 | 64 | 125 | 112 |
| Binary | 11110101 | 11100110 | 10000011 | 0 | 110 | 101111 | 100 | 110100 | 1010101 | 1001010 |
Color Harmonies of #F5E683
Complementary color
Monochromatic Colors of #F5E683
Black with #F5E683
Text Example
Text Example
White with #F5E683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E683; }
p { color: rgb(245,230,131); }
H1.HeaderClassName
{
color: #F5E683;
}
.AnyTagClassName
{
color: #F5E683;
}
</style>
background-color css
<style>
a { background-color: #F5E683; }
a { background-color: rgb(245,230,131); }
div.DivClassName
{
background-color: #F5E683;
}
.BgClassName
{
background-color: #F5E683;
}
</style>
border-color css
<style>
span { border-color: #F5E683; }
span { border-color: rgb(245,230,131); }
td.TdClassName
{
border-color: #F5E683;
}
.TagClassName
{
border-color: #F5E683;
}
</style>