#FAEB86

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

Shades of Khaki #FAEB86

Tints of Khaki #FAEB86

Color information

#FAEB86 (or 0xFAEB86) is unknown color: approx Khaki. HEX triplet: FA, EB and 86. RGB value is (250,235,134). Sum of RGB (Red+Green+Blue) = 250+235+134=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 134 (52.73% from 255 or 21.65% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEB86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEB86 is #051479. Grayscale: #E4E4E4. Windows color (decimal): -332922 or 8842234. OLE color: 8842234.

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

Color convert

RGB250235134-
CMYK00.060.460.02
HSL52.24º92.06%75.29%-
HSV(B)52.24º46.4%98.04%-
XYZ73.4481.4634.41-
YUV227.9774.97143.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.39%
GREEN value IS 235 (92.19% from 255) = 37.96%
BLUE value IS 134 (52.73% from 255) = 21.65%
R=40.39%
G=37.96%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023513400.060.460.0252.2492.0675.29
HexFAEB86062E2345c4b
Octal3723532060656264134113
Binary11111010111010111000011001101011101011010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEB86; }

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

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

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

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

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

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

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

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