#FAEC82

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

Shades of Khaki #FAEC82

Tints of Khaki #FAEC82

Color information

#FAEC82 (or 0xFAEC82) is unknown color: approx Khaki. HEX triplet: FA, EC and 82. RGB value is (250,236,130). Sum of RGB (Red+Green+Blue) = 250+236+130=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 130 (51.17% from 255 or 21.10% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEC82 is #05137D. Grayscale: #E4E4E4. Windows color (decimal): -332670 or 8580346. OLE color: 8580346.

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

Color convert

RGB250236130-
CMYK00.060.480.02
HSL53º92.31%74.51%-
HSV(B)53º48%98.04%-
XYZ73.4581.9333.06-
YUV228.172.64143.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.58%
GREEN value IS 236 (92.58% from 255) = 38.31%
BLUE value IS 130 (51.17% from 255) = 21.10%
R=40.58%
G=38.31%
B=21.10%

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
Decimal25023613000.060.480.025392.3174.51
HexFAEC8206302355c4b
Octal3723542020660265134113
Binary11111010111011001000001001101100001011010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEC82; }

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

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

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

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

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

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

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

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