Results 1 to 3 of 3

Thread: Hex Colour Codes
      
   

  1. #1
    FPRob's Avatar
    FPRob is offline Colonel
    Join Date
    Aug 2006
    Location
    Near some trees
    Posts
    955

    Default Hex Colour Codes

    As we know, selecting colours is a vital thing, making the elments of your sitre blend together is a vital thing for a smooth and nice appearance but... sometimes selecting colours can be a nightmare especially when dealing with Hex Colour Codes such as the examples below...

    Code:
    #000000 = Black
    #FFFFFF = White
    #0000FF = Blue
    #FF0000 = Red
    The problem is compounded by the fact that a lot of colours will appear differently on some screens than the colour you see on your screen. This is a particular problem with Red, Blue and Green so a particular pallette of what are know as WebSafe Colours is the best one too work with.

    Here is a link to a page where you can see a list of all the WebSafe Colours along with their Hex Colour Code. Bookmark it and use it for the best results in your colour schemes (and for results that the rest of us will like a lot).

    http://www.w3schools.com/css/css_colornames.asp

  2. #2
    Join Date
    Oct 2005
    Location
    England, UK
    Posts
    4,207

    Default Re: Hex Colour Codes

    Quote Originally Posted by FPRob
    As we know, selecting colours is a vital thing, making the elments of your sitre blend together is a vital thing for a smooth and nice appearance but... sometimes selecting colours can be a nightmare especially when dealing with Hex Colour Codes such as the examples below...

    Code:
     
    #000000 = Black
    #FFFFFF = White
    #0000FF = Blue
    #FF0000 = Red
    The problem is compounded by the fact that a lot of colours will appear differently on some screens than the colour you see on your screen. This is a particular problem with Red, Blue and Green so a particular pallette of what are know as WebSafe Colours is the best one too work with.

    Here is a link to a page where you can see a list of all the WebSafe Colours along with their Hex Colour Code. Bookmark it and use it for the best results in your colour schemes (and for results that the rest of us will like a lot).

    http://www.w3schools.com/css/css_colornames.asp
    Thanks, Rob. That's useful.

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  3. #3
    FPRob's Avatar
    FPRob is offline Colonel
    Join Date
    Aug 2006
    Location
    Near some trees
    Posts
    955

    Default Re: Hex Colour Codes

    Thank you GOTH :) I always use this site (link in my original post) for every single design. The WebSafe Colours listed there more or less guarantee that what is seen on other peoples screens is identical to what you see on your screen.

    Some would say "ahhhh I cannot be bothered with looking up the Hex Code for the colours that I need" but.... If that's the case then I can only say that you cannot be bothered about giving your webvisitors a proper experience.

    My only other tip when it comes to Hex Codes (and all other areas of webdesign) is that you are far better to spend an extra ten minutes getting your site correct and good and spending that few extra moments making it perfect. It really does make a difference.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49