#FDEC86

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

Shades of Khaki #FDEC86

Tints of Khaki #FDEC86

Color information

#FDEC86 (or 0xFDEC86) is unknown color: approx Khaki. HEX triplet: FD, EC and 86. RGB value is (253,236,134). Sum of RGB (Red+Green+Blue) = 253+236+134=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 134 (52.73% from 255 or 21.51% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC86 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEC86 is #021379. Grayscale: #E5E5E5. Windows color (decimal): -136058 or 8842493. OLE color: 8842493.

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

Color convert

RGB253236134-
CMYK00.070.470.01
HSL51.43º96.75%75.88%-
HSV(B)51.43º47.04%99.22%-
XYZ74.8182.5934.55-
YUV229.4674.13144.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.61%
GREEN value IS 236 (92.58% from 255) = 37.88%
BLUE value IS 134 (52.73% from 255) = 21.51%
R=40.61%
G=37.88%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323613400.070.470.0151.4396.7575.88
HexFDEC86072F133614c
Octal3753542060757163141114
Binary1111110111101100100001100111101111111001111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEC86; }

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

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

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

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

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

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

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

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