#FDFD83

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

Shades of Milan #FDFD83

Tints of Milan #FDFD83

Color information

#FDFD83 (or 0xFDFD83) is unknown color: approx Milan. HEX triplet: FD, FD and 83. RGB value is (253,253,131). Sum of RGB (Red+Green+Blue) = 253+253+131=637 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.72% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 131 (51.56% from 255 or 20.57% from 637); Max value from RGB is 253 - color contains mainly: red, green. Hex color #FDFD83 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFD83 is #02027C. Grayscale: #EFEFEF. Windows color (decimal): -131709 or 8650237. OLE color: 8650237.

HSL color Cylindrical-coordinate representation of color #FDFD83: 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.48%. Process color model (Four color, CMYK) of #FDFD83 is Cyan = 0, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB253253131-
CMYK000.480.01
HSL60º96.83%75.29%-
HSV(B)60º48.22%99.22%-
XYZ79.7392.7735.18-
YUV239.0967137.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.72%
GREEN value IS 253 (99.22% from 255) = 39.72%
BLUE value IS 131 (51.56% from 255) = 20.57%
R=39.72%
G=39.72%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253253131000.480.016096.8375.29
HexFDFD83003013c614b
Octal3753752030060174141113
Binary11111101111111011000001100110000111110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFD83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFD83; }

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

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

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

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

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

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

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

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