How to Create a favicon bookmark icon file for your website
If you keep a lot of bookmarks like most people do then you have seen those little icons that are found in url bars, bookmark folders or on your desktop if you drag a webpage url to your desktop from your browser.
Although there have been some innovations over the years the original file for this icon image is called a favicon.ico file.
This is a special type of image file that can hold variations of the same image that will be displayed depending on its location.
In your browser URL bar you will see a 16x16 pixel image.
On your desktop you will probably see a 48x48 pixel image.
And in your explorer directory browser when you are viewing files you are likely to see a 32x32 pixel image.
Notice that we are referring to Microsoft Windows and on other platforms or devices you might find icon images of different sizes.
Apple likes a 60x60 pixel image for many of their devices and no matter what operating system or device you are using these icons can scale based on your settings.
For that reason it is suggested that when you make your Website favicon.ico file that you include the three most common sizes.
48 × 48 pixels
32 × 32 pixels
16 × 16 pixels
In addition to the size of the image you also have color depth considerations.
The higher the color depth or bits then the better the image will look.
The standard color depths are 8bit 16bit and 32bit.
If you import a 24bit image /png file into your ico editor software it may also keep the 24bit image layer. We suggest you delete that layer.
Color depth is dependent on the hardware displaying the image.. most new computers and devices can display 32bit images but for things like small icons they may revert to 16bit or 8bit to save size.
In your browser url bar you will find 8bit is more than enough and for desktop icons 32bit works well.
You will also have the ability to define transparent areas of your icon however a white background is also good.
Transparency in small icon files is difficult to deal with because you often end up with outlines around your image where dithering occurs. This requires lots of zoomed in editing that may not result in spectacular results. So unless you are building a desktop application and getting paid try not to deal with transparency ... its a time eater.