#FDEC83

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

Shades of Khaki #FDEC83

Tints of Khaki #FDEC83

Color information

#FDEC83 (or 0xFDEC83) is unknown color: approx Khaki. HEX triplet: FD, EC and 83. RGB value is (253,236,131). Sum of RGB (Red+Green+Blue) = 253+236+131=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 131 (51.56% from 255 or 21.13% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEC83 is #02137C. Grayscale: #E5E5E5. Windows color (decimal): -136061 or 8645885. OLE color: 8645885.

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

Color convert

RGB253236131-
CMYK00.070.480.01
HSL51.64º96.83%75.29%-
HSV(B)51.64º48.22%99.22%-
XYZ74.682.5133.47-
YUV229.1172.63145.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.81%
GREEN value IS 236 (92.58% from 255) = 38.06%
BLUE value IS 131 (51.56% from 255) = 21.13%
R=40.81%
G=38.06%
B=21.13%

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
Decimal25323613100.070.480.0151.6496.8375.29
HexFDEC830730134614b
Octal3753542030760164141113
Binary1111110111101100100000110111110000111010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEC83; }

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

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

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

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

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

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

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

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