#FDFD82

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

Shades of Milan #FDFD82

Tints of Milan #FDFD82

Color information

#FDFD82 (or 0xFDFD82) is unknown color: approx Milan. HEX triplet: FD, FD and 82. RGB value is (253,253,130). Sum of RGB (Red+Green+Blue) = 253+253+130=636 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.78% from 636); Green value is 253 (99.22% from 255 or 39.78% from 636); Blue value is 130 (51.17% from 255 or 20.44% from 636); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD82 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFD82 is #02027D. Grayscale: #EFEFEF. Windows color (decimal): -131710 or 8584701. OLE color: 8584701.

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

Color convert

RGB253253130-
CMYK000.490.01
HSL60º96.85%75.1%-
HSV(B)60º48.62%99.22%-
XYZ79.6692.7434.82-
YUV238.9866.5138-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.78%
GREEN value IS 253 (99.22% from 255) = 39.78%
BLUE value IS 130 (51.17% from 255) = 20.44%
R=39.78%
G=39.78%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253130000.490.016096.8575.1
HexFDFD82003113c614b
Octal3753752020061174141113
Binary11111101111111011000001000110001111110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFD82; }

 p { color: rgb(253,253,130); }

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

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

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

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

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

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

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