Results 1 to 7 of 7

Thread: What are all HTML Colorcodes

  1. #1
    Join Date
    Nov 2009
    Posts
    624

    What are all HTML Colorcodes

    Hi,
    What are the all color codes used in HTML. I need list of them. I have built up a site which has some blocks. Each blocks needs to be filled with colors and defines a property. But I not so aware of all the color codes. What are they and what is the condition of implementing the same. If possible then also suggest some html color software. Thanks in advance.

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Re: What are all HTML Colorcodes

    The color of an object is defined by a code of 6 letters or numbers called RGB. You can also call a color by name, but it is preferable to use the code as it is understood by different browsers. The example below will give the same result is white. Color = white and Color = # FFFFFF. RGB are the color standards used in HTML. Which is R R for red (red), G for green (green) and B Blue (blue).

  3. #3
    Join Date
    May 2008
    Posts
    2,012

    Re: What are all HTML Colorcodes

    The most basic colors used are as follows. The first one is aqua - # 00FFFF, black - # 000000, blue - # 0000FF, gray - # 808080, green - 008000, Lime - # 00FF00, maroon - # 800000, navy - # 000080, Olive - # 808000, purple - #800080, red - # FF0000, silver - #C0C0C0, teal - # 008080, white - # FFFFFF and yellow - # FFFF00.

  4. #4
    Join Date
    Apr 2008
    Posts
    2,005

    Re: What are all HTML Colorcodes

    Colors can be specified by a hexadecimal code or designation significantly easier to remember. The hexadecimal encoding is recognized by most browsers. The significant coding is not interpreted differently by different browsers. However recent versions of browsers for example Netscape Navigator 3.0 and Microsoft Internet Explorer 3.02 does recognize the overall color of new codes.

  5. #5
    Join Date
    May 2008
    Posts
    2,297

    Re: What are all HTML Colorcodes

    The common colors of older versions of Netscape Navigator and Microsoft Explorer. The same result is obtained by orders: bgcolor = green or bgcolor = "# 008000". More examples of this colors is white - FFFFFF, ghostwhite - F8F8FF, WhiteSmoke - F5F5F5, snow - FFFAFA , azure - F0FFFF , honeydew - F0FFF0, mintcream - F5FFFA, lightyellow - FFFFE0

  6. #6
    Join Date
    Oct 2005
    Posts
    2,393

    Re: What are all HTML Colorcodes

    Instead of going and getting all the color words why don't you try Color Picker is a simple program to use.It gives you access to 216 colors compatible with Netscape Navigator. Once you've made your choice, you can apply to any elements of your web page including text and funds. The changes you make can be viewed on a separate window.

  7. #7
    Join Date
    May 2008
    Posts
    2,389

    Re: What are all HTML Colorcodes

    Yes it is true that it will take a very long time to get the list of colors. A free to use software will be better for you. You can use Color Picker for that. This allows you to create different color combination's and assess their effect. Once you've made your choice, it'll just use the code that appears in the window.You can do the same thing with the fonts and characters with the difference that the codes must be created manually. With Color Picker, you can also add a background image.

Similar Threads

  1. html help
    By saffu khan in forum Software Development
    Replies: 3
    Last Post: 03-05-2010, 01:01 PM
  2. XML vs HTML
    By technika in forum Software Development
    Replies: 5
    Last Post: 22-01-2010, 09:14 AM
  3. Replies: 3
    Last Post: 22-09-2009, 01:12 PM
  4. HTML and CSS to PDF
    By Miltongomes in forum Software Development
    Replies: 3
    Last Post: 18-03-2009, 10:25 PM
  5. How do I get the HTML code to display as HTML code?
    By NAYASA in forum Software Development
    Replies: 3
    Last Post: 26-12-2008, 01:35 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,128,257.03717 seconds with 16 queries