#FDFA87

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

Shades of Milan #FDFA87

Tints of Milan #FDFA87

Color information

#FDFA87 (or 0xFDFA87) is unknown color: approx Milan. HEX triplet: FD, FA and 87. RGB value is (253,250,135). Sum of RGB (Red+Green+Blue) = 253+250+135=638 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.66% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 135 (53.12% from 255 or 21.16% from 638); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFA87 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDFA87 is #020578. Grayscale: #EEEEEE. Windows color (decimal): -132473 or 8911613. OLE color: 8911613.

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

Color convert

RGB253250135-
CMYK00.010.470.01
HSL58.47º96.72%76.08%-
HSV(B)58.47º46.64%99.22%-
XYZ79.079136.32-
YUV237.7969.99138.85-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.66%
GREEN value IS 250 (98.05% from 255) = 39.18%
BLUE value IS 135 (53.12% from 255) = 21.16%
R=39.66%
G=39.18%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25325013500.010.470.0158.4796.7276.08
HexFDFA87012F13a614c
Octal3753722070157172141114
Binary11111101111110101000011101101111111101011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFA87; }

 p { color: rgb(253,250,135); }

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

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

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

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

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

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

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