how do i get my computers color codes for an html file?

im doing an html file need color codes for my comp to change font co,or etc

Public Comments

  1. There are dozens of ways. - websites, try this: http://html-color-codes.com/ - Paint Shop Pro and Photoshop provides them, so pick the color from the palate and go. - use Google and search for "html color codes" Good luck
  2. Alright For mor einfor go tohttp://www.htmldog.com/ But for color if your are using inline all i know is bgcolor="red" but play aroud with textcolor="red" and so forth. But css and external P { background-color: red; (this = text color -> p { color: red } If this dose no make much sence to you go to the htmldog site and look around Hope it helps...
  3. Here are some: http://www.computerhope.com/htmcolor.htm
  4. i always check in photoshop or dreamweaver you'd better not to specify colors as: color: red; in css file like you had been recommended - some browsers won't see that.
Powered by Yahoo! Answers