#FAE586

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

Shades of Khaki #FAE586

Tints of Khaki #FAE586

Color information

#FAE586 (or 0xFAE586) is unknown color: approx Khaki. HEX triplet: FA, E5 and 86. RGB value is (250,229,134). Sum of RGB (Red+Green+Blue) = 250+229+134=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 229 (89.84% from 255 or 37.36% from 613); Blue value is 134 (52.73% from 255 or 21.86% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE586 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE586 is #051A79. Grayscale: #E0E0E0. Windows color (decimal): -334458 or 8840698. OLE color: 8840698.

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

Color convert

RGB250229134-
CMYK00.080.460.02
HSL49.14º92.06%75.29%-
HSV(B)49.14º46.4%98.04%-
XYZ71.7578.0833.84-
YUV224.4576.96146.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.78%
GREEN value IS 229 (89.84% from 255) = 37.36%
BLUE value IS 134 (52.73% from 255) = 21.86%
R=40.78%
G=37.36%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022913400.080.460.0249.1492.0675.29
HexFAE586082E2315c4b
Octal37234520601056261134113
Binary111110101110010110000110010001011101011000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE586; }

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

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

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

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

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

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

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

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