#FDF285

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

Shades of Milan #FDF285

Tints of Milan #FDF285

Color information

#FDF285 (or 0xFDF285) is unknown color: approx Milan. HEX triplet: FD, F2 and 85. RGB value is (253,242,133). Sum of RGB (Red+Green+Blue) = 253+242+133=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 242 (94.92% from 255 or 38.54% from 628); Blue value is 133 (52.34% from 255 or 21.18% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF285 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF285 is #020D7A. Grayscale: #E9E9E9. Windows color (decimal): -134523 or 8778493. OLE color: 8778493.

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

Color convert

RGB253242133-
CMYK00.040.470.01
HSL54.5º96.77%75.69%-
HSV(B)54.5º47.43%99.22%-
XYZ76.4986.0834.77-
YUV232.8671.64142.36-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 40.29%
GREEN value IS 242 (94.92% from 255) = 38.54%
BLUE value IS 133 (52.34% from 255) = 21.18%
R=40.29%
G=38.54%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324213300.040.470.0154.596.7775.69
HexFDF285042F136614c
Octal3753622050457166141114
Binary1111110111110010100001010100101111111011011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF285; }

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

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

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

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

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

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

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

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