#FDF785

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

Shades of Milan #FDF785

Tints of Milan #FDF785

Color information

#FDF785 (or 0xFDF785) is unknown color: approx Milan. HEX triplet: FD, F7 and 85. RGB value is (253,247,133). Sum of RGB (Red+Green+Blue) = 253+247+133=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 247 (96.88% from 255 or 39.02% from 633); Blue value is 133 (52.34% from 255 or 21.01% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF785 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF785 is #02087A. Grayscale: #ECECEC. Windows color (decimal): -133243 or 8779773. OLE color: 8779773.

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

Color convert

RGB253247133-
CMYK00.020.470.01
HSL57º96.77%75.69%-
HSV(B)57º47.43%99.22%-
XYZ7889.135.28-
YUV235.869.99140.27-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.97%
GREEN value IS 247 (96.88% from 255) = 39.02%
BLUE value IS 133 (52.34% from 255) = 21.01%
R=39.97%
G=39.02%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324713300.020.470.015796.7775.69
HexFDF785022F139614c
Octal3753672050257171141114
Binary111111011111011110000101010101111111100111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF785; }

 p { color: rgb(253,247,133); }

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

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

 a { background-color: rgb(253,247,133); }

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

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

 span { border-color: rgb(253,247,133); }

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