#FAEB82

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

Shades of Khaki #FAEB82

Tints of Khaki #FAEB82

Color information

#FAEB82 (or 0xFAEB82) is unknown color: approx Khaki. HEX triplet: FA, EB and 82. RGB value is (250,235,130). Sum of RGB (Red+Green+Blue) = 250+235+130=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 130 (51.17% from 255 or 21.14% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEB82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEB82 is #05147D. Grayscale: #E3E3E3. Windows color (decimal): -332926 or 8580090. OLE color: 8580090.

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

Color convert

RGB250235130-
CMYK00.060.480.02
HSL52.5º92.31%74.51%-
HSV(B)52.5º48%98.04%-
XYZ73.1681.3532.97-
YUV227.5272.97144.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.65%
GREEN value IS 235 (92.19% from 255) = 38.21%
BLUE value IS 130 (51.17% from 255) = 21.14%
R=40.65%
G=38.21%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023513000.060.480.0252.592.3174.51
HexFAEB8206302345c4b
Octal3723532020660264134113
Binary11111010111010111000001001101100001011010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEB82; }

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

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

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

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

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

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

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

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