#FDF584

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

Shades of Milan #FDF584

Tints of Milan #FDF584

Color information

#FDF584 (or 0xFDF584) is unknown color: approx Milan. HEX triplet: FD, F5 and 84. RGB value is (253,245,132). Sum of RGB (Red+Green+Blue) = 253+245+132=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 245 (96.09% from 255 or 38.89% from 630); Blue value is 132 (51.95% from 255 or 20.95% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF584 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF584 is #020A7B. Grayscale: #EAEAEA. Windows color (decimal): -133756 or 8713725. OLE color: 8713725.

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

Color convert

RGB253245132-
CMYK00.030.480.01
HSL56.03º96.8%75.49%-
HSV(B)56.03º47.83%99.22%-
XYZ77.3387.8534.71-
YUV234.5170.15141.19-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.16%
GREEN value IS 245 (96.09% from 255) = 38.89%
BLUE value IS 132 (51.95% from 255) = 20.95%
R=40.16%
G=38.89%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324513200.030.480.0156.0396.875.49
HexFDF5840330138614b
Octal3753652040360170141113
Binary111111011111010110000100011110000111100011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF584; }

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

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

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

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

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

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

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

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