#FAED86

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

Shades of Khaki #FAED86

Tints of Khaki #FAED86

Color information

#FAED86 (or 0xFAED86) is unknown color: approx Khaki. HEX triplet: FA, ED and 86. RGB value is (250,237,134). Sum of RGB (Red+Green+Blue) = 250+237+134=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 134 (52.73% from 255 or 21.58% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAED86 is #051279. Grayscale: #E5E5E5. Windows color (decimal): -332410 or 8842746. OLE color: 8842746.

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

Color convert

RGB250237134-
CMYK00.050.460.02
HSL53.28º92.06%75.29%-
HSV(B)53.28º46.4%98.04%-
XYZ74.0182.6134.6-
YUV229.1474.31142.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.26%
GREEN value IS 237 (92.97% from 255) = 38.16%
BLUE value IS 134 (52.73% from 255) = 21.58%
R=40.26%
G=38.16%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023713400.050.460.0253.2892.0675.29
HexFAED86052E2355c4b
Octal3723552060556265134113
Binary11111010111011011000011001011011101011010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAED86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAED86; }

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

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

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

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

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

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

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

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