#FDE984

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

Shades of Khaki #FDE984

Tints of Khaki #FDE984

Color information

#FDE984 (or 0xFDE984) is unknown color: approx Khaki. HEX triplet: FD, E9 and 84. RGB value is (253,233,132). Sum of RGB (Red+Green+Blue) = 253+233+132=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 233 (91.41% from 255 or 37.70% from 618); Blue value is 132 (51.95% from 255 or 21.36% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE984 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE984 is #02167B. Grayscale: #E3E3E3. Windows color (decimal): -136828 or 8710653. OLE color: 8710653.

HSL color Cylindrical-coordinate representation of color #FDE984: hue angle of 50.08º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FDE984 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB253233132-
CMYK00.080.480.01
HSL50.08º96.8%75.49%-
HSV(B)50.08º47.83%99.22%-
XYZ73.8180.8333.54-
YUV227.4774.13146.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.94%
GREEN value IS 233 (91.41% from 255) = 37.70%
BLUE value IS 132 (51.95% from 255) = 21.36%
R=40.94%
G=37.70%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323313200.080.480.0150.0896.875.49
HexFDE9840830132614b
Octal37535120401060162141113
Binary11111101111010011000010001000110000111001011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDE984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDE984; }

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

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

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

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

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

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

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

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