#FDF985

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

Shades of Milan #FDF985

Tints of Milan #FDF985

Color information

#FDF985 (or 0xFDF985) is unknown color: approx Milan. HEX triplet: FD, F9 and 85. RGB value is (253,249,133). Sum of RGB (Red+Green+Blue) = 253+249+133=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 249 (97.66% from 255 or 39.21% from 635); Blue value is 133 (52.34% from 255 or 20.94% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF985 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF985 is #02067A. Grayscale: #EDEDED. Windows color (decimal): -132731 or 8780285. OLE color: 8780285.

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

Color convert

RGB253249133-
CMYK00.020.470.01
HSL58º96.77%75.69%-
HSV(B)58º47.43%99.22%-
XYZ78.6290.3335.48-
YUV236.9769.33139.43-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.84%
GREEN value IS 249 (97.66% from 255) = 39.21%
BLUE value IS 133 (52.34% from 255) = 20.94%
R=39.84%
G=39.21%
B=20.94%

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
Decimal25324913300.020.470.015896.7775.69
HexFDF985022F13a614c
Octal3753712050257172141114
Binary111111011111100110000101010101111111101011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF985; }

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

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

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

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

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

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

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

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