#FAED87

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

Shades of Khaki #FAED87

Tints of Khaki #FAED87

Color information

#FAED87 (or 0xFAED87) is unknown color: approx Khaki. HEX triplet: FA, ED and 87. RGB value is (250,237,135). Sum of RGB (Red+Green+Blue) = 250+237+135=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 135 (53.12% from 255 or 21.70% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED87 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAED87 is #051278. Grayscale: #E5E5E5. Windows color (decimal): -332409 or 8908282. OLE color: 8908282.

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

Color convert

RGB250237135-
CMYK00.050.460.02
HSL53.22º92%75.49%-
HSV(B)53.22º46%98.04%-
XYZ74.0882.6434.97-
YUV229.2674.81142.79-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.19%
GREEN value IS 237 (92.97% from 255) = 38.10%
BLUE value IS 135 (53.12% from 255) = 21.70%
R=40.19%
G=38.10%
B=21.70%

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
Decimal25023713500.050.460.0253.229275.49
HexFAED87052E2355c4b
Octal3723552070556265134113
Binary11111010111011011000011101011011101011010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAED87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAED87; }

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

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

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

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

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

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

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

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