#FAEC8B

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

Shades of Khaki #FAEC8B

Tints of Khaki #FAEC8B

Color information

#FAEC8B (or 0xFAEC8B) is unknown color: approx Khaki. HEX triplet: FA, EC and 8B. RGB value is (250,236,139). Sum of RGB (Red+Green+Blue) = 250+236+139=625 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40% from 625); Green value is 236 (92.58% from 255 or 37.76% from 625); Blue value is 139 (54.69% from 255 or 22.24% from 625); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEC8B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAEC8B is #051374. Grayscale: #E5E5E5. Windows color (decimal): -332661 or 9170170. OLE color: 9170170.

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

Color convert

RGB250236139-
CMYK00.060.440.02
HSL52.43º91.74%76.27%-
HSV(B)52.43º44.4%98.04%-
XYZ74.0882.1836.38-
YUV229.1377.14142.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40%
GREEN value IS 236 (92.58% from 255) = 37.76%
BLUE value IS 139 (54.69% from 255) = 22.24%
R=40%
G=37.76%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023613900.060.440.0252.4391.7476.27
HexFAEC8B062C2345c4c
Octal3723542130654264134114
Binary11111010111011001000101101101011001011010010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEC8B; }

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

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

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

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

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

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

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

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