#FDF596

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

Shades of Milan #FDF596

Tints of Milan #FDF596

Color information

#FDF596 (or 0xFDF596) is unknown color: approx Milan. HEX triplet: FD, F5 and 96. RGB value is (253,245,150). Sum of RGB (Red+Green+Blue) = 253+245+150=648 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.04% from 648); Green value is 245 (96.09% from 255 or 37.81% from 648); Blue value is 150 (58.98% from 255 or 23.15% from 648); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF596 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF596 is #020A69. Grayscale: #ECECEC. Windows color (decimal): -133738 or 9893373. OLE color: 9893373.

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

Color convert

RGB253245150-
CMYK00.030.410.01
HSL55.34º96.26%79.02%-
HSV(B)55.34º40.71%99.22%-
XYZ78.6788.3941.77-
YUV236.5679.15139.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.04%
GREEN value IS 245 (96.09% from 255) = 37.81%
BLUE value IS 150 (58.98% from 255) = 23.15%
R=39.04%
G=37.81%
B=23.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324515000.030.410.0155.3496.2679.02
HexFDF5960329137604f
Octal3753652260351167140117
Binary111111011111010110010110011101001111011111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF596; }

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

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

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

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

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

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

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

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