Shades of Khaki #FBE587
Tints of Khaki #FBE587
RGB
CMYK
RGB Variations
Color information
#FBE587 (or 0xFBE587) is known color: Khaki. HEX triplet: FB, E5 and 87. RGB value is (251,229,135). Sum of RGB (Red+Green+Blue) = 251+229+135=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 229 (89.84% from 255 or 37.24% from 615); Blue value is 135 (53.12% from 255 or 21.95% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE587 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE587 is #041A78. Grayscale: #E1E1E1. Windows color (decimal): -268921 or 8906235. OLE color: 8906235.
HSL color Cylindrical-coordinate representation of color #FBE587: hue angle of 48.62º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FBE587 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 229 | 135 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.02 |
| HSL | 48.62º | 0.94% | 0.76% | - |
| HSV(B) | 48.62º | 0.46% | 0.98% | - |
| XYZ | 72.18 | 78.3 | 34.23 | - |
| YUV | 224.86 | 77.29 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 229 | 135 | 0 | 0.09 | 0.46 | 0.02 | 48.62 | 0.94 | 0.76 |
| Hex | FB | E5 | 87 | 0 | 9 | 2E | 2 | 31 | 5E | 4C |
| Octal | 373 | 345 | 207 | 0 | 11 | 56 | 2 | 61 | 136 | 114 |
| Binary | 11111011 | 11100101 | 10000111 | 0 | 1001 | 101110 | 10 | 110001 | 1011110 | 1001100 |
Color Harmonies of #FBE587
Complementary color
Monochromatic Colors of #FBE587
Black with #FBE587
Text Example
Text Example
White with #FBE587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE587; }
p { color: rgb(251,229,135); }
H1.HeaderClassName
{
color: #FBE587;
}
.AnyTagClassName
{
color: #FBE587;
}
</style>
background-color css
<style>
a { background-color: #FBE587; }
a { background-color: rgb(251,229,135); }
div.DivClassName
{
background-color: #FBE587;
}
.BgClassName
{
background-color: #FBE587;
}
</style>
border-color css
<style>
span { border-color: #FBE587; }
span { border-color: rgb(251,229,135); }
td.TdClassName
{
border-color: #FBE587;
}
.TagClassName
{
border-color: #FBE587;
}
</style>