#FDED84

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

Shades of Khaki #FDED84

Tints of Khaki #FDED84

Color information

#FDED84 (or 0xFDED84) is unknown color: approx Khaki. HEX triplet: FD, ED and 84. RGB value is (253,237,132). Sum of RGB (Red+Green+Blue) = 253+237+132=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 132 (51.95% from 255 or 21.22% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDED84 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDED84 is #02127B. Grayscale: #E6E6E6. Windows color (decimal): -135804 or 8711677. OLE color: 8711677.

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

Color convert

RGB253237132-
CMYK00.060.480.01
HSL52.07º96.8%75.49%-
HSV(B)52.07º47.83%99.22%-
XYZ74.9683.1233.92-
YUV229.8172.8144.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.68%
GREEN value IS 237 (92.97% from 255) = 38.10%
BLUE value IS 132 (51.95% from 255) = 21.22%
R=40.68%
G=38.10%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323713200.060.480.0152.0796.875.49
HexFDED840630134614b
Octal3753552040660164141113
Binary1111110111101101100001000110110000111010011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDED84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDED84; }

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

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

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

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

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

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

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

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