#FAED84

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

Shades of Khaki #FAED84

Tints of Khaki #FAED84

Color information

#FAED84 (or 0xFAED84) is unknown color: approx Khaki. HEX triplet: FA, ED and 84. RGB value is (250,237,132). Sum of RGB (Red+Green+Blue) = 250+237+132=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 132 (51.95% from 255 or 21.32% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAED84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAED84 is #05127B. Grayscale: #E5E5E5. Windows color (decimal): -332412 or 8711674. OLE color: 8711674.

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

Color convert

RGB250237132-
CMYK00.050.470.02
HSL53.39º92.19%74.9%-
HSV(B)53.39º47.2%98.04%-
XYZ73.8782.5633.87-
YUV228.9273.31143.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.39%
GREEN value IS 237 (92.97% from 255) = 38.29%
BLUE value IS 132 (51.95% from 255) = 21.32%
R=40.39%
G=38.29%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023713200.050.470.0253.3992.1974.9
HexFAED84052F2355c4b
Octal3723552040557265134113
Binary11111010111011011000010001011011111011010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAED84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAED84; }

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

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

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

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

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

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

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

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