#FAE984

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

Shades of Khaki #FAE984

Tints of Khaki #FAE984

Color information

#FAE984 (or 0xFAE984) is unknown color: approx Khaki. HEX triplet: FA, E9 and 84. RGB value is (250,233,132). Sum of RGB (Red+Green+Blue) = 250+233+132=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 233 (91.41% from 255 or 37.89% from 615); Blue value is 132 (51.95% from 255 or 21.46% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE984 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE984 is #05167B. Grayscale: #E2E2E2. Windows color (decimal): -333436 or 8710650. OLE color: 8710650.

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

Color convert

RGB250233132-
CMYK00.070.470.02
HSL51.36º92.19%74.9%-
HSV(B)51.36º47.2%98.04%-
XYZ72.7380.2733.49-
YUV226.5774.63144.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.65%
GREEN value IS 233 (91.41% from 255) = 37.89%
BLUE value IS 132 (51.95% from 255) = 21.46%
R=40.65%
G=37.89%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023313200.070.470.0251.3692.1974.9
HexFAE984072F2335c4b
Octal3723512040757263134113
Binary11111010111010011000010001111011111011001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE984; }

 p { color: rgb(250,233,132); }

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

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

 a { background-color: rgb(250,233,132); }

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

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

 span { border-color: rgb(250,233,132); }

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