#FDF590

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

Shades of Milan #FDF590

Tints of Milan #FDF590

Color information

#FDF590 (or 0xFDF590) is unknown color: approx Milan. HEX triplet: FD, F5 and 90. RGB value is (253,245,144). Sum of RGB (Red+Green+Blue) = 253+245+144=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 245 (96.09% from 255 or 38.16% from 642); Blue value is 144 (56.64% from 255 or 22.43% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF590 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF590 is #020A6F. Grayscale: #ECECEC. Windows color (decimal): -133744 or 9500157. OLE color: 9500157.

HSL color Cylindrical-coordinate representation of color #FDF590: hue angle of 55.6º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDF590 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB253245144-
CMYK00.030.430.01
HSL55.6º96.46%77.84%-
HSV(B)55.6º43.08%99.22%-
XYZ78.1988.239.29-
YUV235.8876.15140.21-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.41%
GREEN value IS 245 (96.09% from 255) = 38.16%
BLUE value IS 144 (56.64% from 255) = 22.43%
R=39.41%
G=38.16%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324514400.030.430.0155.696.4677.84
HexFDF590032B138604e
Octal3753652200353170140116
Binary111111011111010110010000011101011111100011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF590; }

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

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

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

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

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

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

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

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