#FAE986

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

Shades of Khaki #FAE986

Tints of Khaki #FAE986

Color information

#FAE986 (or 0xFAE986) is unknown color: approx Khaki. HEX triplet: FA, E9 and 86. RGB value is (250,233,134). Sum of RGB (Red+Green+Blue) = 250+233+134=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 233 (91.41% from 255 or 37.76% from 617); Blue value is 134 (52.73% from 255 or 21.72% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE986 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE986 is #051679. Grayscale: #E3E3E3. Windows color (decimal): -333434 or 8841722. OLE color: 8841722.

HSL color Cylindrical-coordinate representation of color #FAE986: hue angle of 51.21º 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 #FAE986 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB250233134-
CMYK00.070.460.02
HSL51.21º92.06%75.29%-
HSV(B)51.21º46.4%98.04%-
XYZ72.8780.3234.22-
YUV226.875.63144.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.52%
GREEN value IS 233 (91.41% from 255) = 37.76%
BLUE value IS 134 (52.73% from 255) = 21.72%
R=40.52%
G=37.76%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023313400.070.460.0251.2192.0675.29
HexFAE986072E2335c4b
Octal3723512060756263134113
Binary11111010111010011000011001111011101011001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE986; }

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

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

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

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

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

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

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

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