#FDF58D

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

Shades of Milan #FDF58D

Tints of Milan #FDF58D

Color information

#FDF58D (or 0xFDF58D) is unknown color: approx Milan. HEX triplet: FD, F5 and 8D. RGB value is (253,245,141). Sum of RGB (Red+Green+Blue) = 253+245+141=639 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.59% from 639); Green value is 245 (96.09% from 255 or 38.34% from 639); Blue value is 141 (55.47% from 255 or 22.07% from 639); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF58D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF58D is #020A72. Grayscale: #EBEBEB. Windows color (decimal): -133747 or 9303549. OLE color: 9303549.

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

Color convert

RGB253245141-
CMYK00.030.440.01
HSL55.71º96.55%77.25%-
HSV(B)55.71º44.27%99.22%-
XYZ77.9788.1138.1-
YUV235.5474.65140.46-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.59%
GREEN value IS 245 (96.09% from 255) = 38.34%
BLUE value IS 141 (55.47% from 255) = 22.07%
R=39.59%
G=38.34%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324514100.030.440.0155.7196.5577.25
HexFDF58D032C138614d
Octal3753652150354170141115
Binary111111011111010110001101011101100111100011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF58D; }

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

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

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

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

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

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

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

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