#FBE586

Color #FBE586 Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Khaki #FBE586

Tints of Khaki #FBE586

Color information

#FBE586 (or 0xFBE586) is unknown color: approx Khaki. HEX triplet: FB, E5 and 86. RGB value is (251,229,134). Sum of RGB (Red+Green+Blue) = 251+229+134=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 229 (89.84% from 255 or 37.30% from 614); Blue value is 134 (52.73% from 255 or 21.82% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE586 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE586 is #041A79. Grayscale: #E1E1E1. Windows color (decimal): -268922 or 8840699. OLE color: 8840699.

HSL color Cylindrical-coordinate representation of color #FBE586: hue angle of 48.72º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FBE586 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB251229134-
CMYK00.090.470.02
HSL48.72º93.6%75.49%-
HSV(B)48.72º46.61%98.43%-
XYZ72.1178.2733.86-
YUV224.7576.79146.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 40.88%
GREEN value IS 229 (89.84% from 255) = 37.30%
BLUE value IS 134 (52.73% from 255) = 21.82%
R=40.88%
G=37.30%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122913400.090.470.0248.7293.675.49
HexFBE586092F2315e4b
Octal37334520601157261136113
Binary111110111110010110000110010011011111011000110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE586; }

 p { color: rgb(251,229,134); }

 H1.HeaderClassName
 {
   color: #FBE586;
 }
 .AnyTagClassName
 {
   color: #FBE586;
 }
</style>
background-color css

<style>
 a { background-color: #FBE586; }

 a { background-color: rgb(251,229,134); }

 div.DivClassName
 {
   background-color: #FBE586;
 }
 .BgClassName
 {
   background-color: #FBE586;
 }
</style>
border-color css

<style>
 span { border-color: #FBE586; }

 span { border-color: rgb(251,229,134); }

 td.TdClassName
 {
   border-color: #FBE586;
 }
 .TagClassName
 {
   border-color: #FBE586;
 }
</style>