#FAF586

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

Shades of Milan #FAF586

Tints of Milan #FAF586

Color information

#FAF586 (or 0xFAF586) is unknown color: approx Milan. HEX triplet: FA, F5 and 86. RGB value is (250,245,134). Sum of RGB (Red+Green+Blue) = 250+245+134=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 245 (96.09% from 255 or 38.95% from 629); Blue value is 134 (52.73% from 255 or 21.30% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF586 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAF586 is #050A79. Grayscale: #EAEAEA. Windows color (decimal): -330362 or 8844794. OLE color: 8844794.

HSL color Cylindrical-coordinate representation of color #FAF586: hue angle of 57.41º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FAF586 is Cyan = 0, Magento = 0.02, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB250245134-
CMYK00.020.460.02
HSL57.41º92.06%75.29%-
HSV(B)57.41º46.4%98.04%-
XYZ76.3887.3535.39-
YUV233.8471.66139.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.75%
GREEN value IS 245 (96.09% from 255) = 38.95%
BLUE value IS 134 (52.73% from 255) = 21.30%
R=39.75%
G=38.95%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024513400.020.460.0257.4192.0675.29
HexFAF586022E2395c4b
Octal3723652060256271134113
Binary1111101011110101100001100101011101011100110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF586; }

 p { color: rgb(250,245,134); }

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

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

 a { background-color: rgb(250,245,134); }

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

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

 span { border-color: rgb(250,245,134); }

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