#F7F585

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

Shades of Milan #F7F585

Tints of Milan #F7F585

Color information

#F7F585 (or 0xF7F585) is unknown color: approx Milan. HEX triplet: F7, F5 and 85. RGB value is (247,245,133). Sum of RGB (Red+Green+Blue) = 247+245+133=625 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.52% from 625); Green value is 245 (96.09% from 255 or 39.2% from 625); Blue value is 133 (52.34% from 255 or 21.28% from 625); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F585 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F585 is #080A7A. Grayscale: #E9E9E9. Windows color (decimal): -526971 or 8779255. OLE color: 8779255.

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

Color convert

RGB247245133-
CMYK00.010.460.03
HSL58.95º87.69%74.51%-
HSV(B)58.95º46.15%96.86%-
XYZ75.2486.7734.97-
YUV232.8371.66138.11-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 39.52%
GREEN value IS 245 (96.09% from 255) = 39.2%
BLUE value IS 133 (52.34% from 255) = 21.28%
R=39.52%
G=39.2%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724513300.010.460.0358.9587.6974.51
HexF7F585012E33b584b
Octal3673652050156373130113
Binary111101111111010110000101011011101111101110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F585; }

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

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

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

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

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

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

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

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