#FDEC84

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

Shades of Khaki #FDEC84

Tints of Khaki #FDEC84

Color information

#FDEC84 (or 0xFDEC84) is unknown color: approx Khaki. HEX triplet: FD, EC and 84. RGB value is (253,236,132). Sum of RGB (Red+Green+Blue) = 253+236+132=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 132 (51.95% from 255 or 21.26% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEC84 is #02137B. Grayscale: #E5E5E5. Windows color (decimal): -136060 or 8711421. OLE color: 8711421.

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

Color convert

RGB253236132-
CMYK00.070.480.01
HSL51.57º96.8%75.49%-
HSV(B)51.57º47.83%99.22%-
XYZ74.6782.5433.83-
YUV229.2373.13144.96-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.74%
GREEN value IS 236 (92.58% from 255) = 38.00%
BLUE value IS 132 (51.95% from 255) = 21.26%
R=40.74%
G=38.00%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323613200.070.480.0151.5796.875.49
HexFDEC840730134614b
Octal3753542040760164141113
Binary1111110111101100100001000111110000111010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEC84; }

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

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

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

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

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

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

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

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