Jul 24, 2008

Colors in Html - everything about colors

Free Web Hosting, No Ads > CONTRIBUTE > Computers > Programming Languages > HTML, XML etc..

free web hosting

Colors in Html - everything about colors

Liquid Fire
Hey...I've had a few problems with choosin the color in html language. I found a good page wich describes all you need to know..

http://bignosebird.com/colors.shtml

Next thing you need and it really is useful is a program that shows you the color code..you have it online here:

http://www.pagetutor.com/pagetutor/makapage/picker/


hope it helps ya....byeeeeee

Reply

Becca
Um...ok..

Reply

brandice
That color picker is pretty cool. Thanks for the link. I also like to use this color schemer place: http://www.colorschemer.com/online.html because it will show you what colors match with each other.

I thought of some questions for eveyone while I was in another thread so I'm going to come back in here and add to my post smile.gif ...

What do you think is the best color scheme for a website? The worst? Do you feel that people are starting to fall into a trap and only using a couple of different looks? (I see a lot of white&light blue or black&grey&silver) Or is it possible that those two are the best color color combos and we don't need to look any further?

Reply

Becca


I get my Hex Colors from Paint Shop Pro...It takes a while and there are probably lots of other way to get it..

This is the dumb thing I do:

I go to effects texture effects and then blinds I choose the color and where I choose the color at the bottom is a HTML thing...

I told you it was dumb and time consuming but I am like that and thats the way I find my Hex Codes...

Is it called Hex Codes ? huh.gif


Reply

biscuitrat
Yes, they're called hexidecimal codes. Hex (greek for six, which is why we have hexagon), and decimal (number, essentially, although the Latin root is decim, which means 10). So a six number/letter code for every color. My technique to this is to browse around and see if anything interests me. Otherwise, I simply type in a random 6-digit number/letter combination into my editor and see what it comes up with. That's my favorite method tongue.gif. Example...<font color="#183FAC">here's random colors for you!</font>

Reply

Becca
If I find an image or whatever and want a matching colour for a backgorund.
I just PRINT SCREEN or open up the image in PSP and then choose the color drop picker thing.....if you on paint brush just press CTRL whilst choosing the color...
Okey click on the colour you want on the image as yoru background...It will show the colour in the colour picker box thing double click that and below is the Hex Code you can use.
You do this instead of going through loads of colours trying to match the one you want =D

Reply

no9t9
QUOTE(biscuitrat @ Oct 16 2004, 03:17 PM)
Yes, they're called hexidecimal codes. Hex (greek for six, which is why we have hexagon), and decimal (number, essentially, although the Latin root is decim, which means 10). So a six number/letter code for every color.

Technically, hexidecimal does not mean there are 6 numbers. It actually is used to describe the base number which is 16 (deci + hex = 10 + 6 = 16) This refers to the number of units before carrying over to the next unit (or digit).

In base 10, which we all know, we count from 0 to 9, then we go back to 0 in the ones unit (digit) and we carry 1 over to the next unit (tens unit). Just think of it as an odometer in your car. Thats the way it works.

In the number, say 12, the left digit is the tens place and the right digit is the ones place. so the number "12", in base ten, means 1 in the tens unit, and 2 in the ones unit. Add them together and you get the number 12.

So for base 16 you actuall count from 0 to F (which is 16) before placing a 1 in the next digit. taking the same "12", the left digit does not represent tens but 16's. So 12 in hex means something different. 1 in the 16's unit and 2 in the ones unit. Adding this we get 18.

The reason why there are 6 numbers in choosing a color for HTML is simply because colors work on a red/green/blue (RGB) pallette. You will learn from science that any color can be produced using RGB (they are the primary colors of light). Each color on an 8 bit color scheme (RGB) has been designed to have a range of 0 - 256 (2^8). HTML chose to represent this using 2 hexidecimal digits to produce the range 0 - 256. 16 x 16 = 256.

So color=#RRGGBB in html. That's why when u say color=#FFFFFF you get white. You are basically saying maximum red, blue, and green (from science we know that RGB produces white light). And when you say color=#000000 you get black because you are saying no red, no blue, and no green. Again, from science we know that the black represents the absense of light (no RGB).

 

 

 


Reply

fowlball1010
go to google...do a search titled "html color code" and then go to the first link i believe and you will have every color you ever needed.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.
Confirm Code:

Similar Topics

Keywords : colors, html, colors

  1. Naming Web Page Files
    Which way you like- MyPage.html or my-page.html or my_page.html (5)
  2. Add Flashing Inbox To Invisionfree Forum
    Html code for invsiionfree!! (0)
    Do you find it annoying when you are on your invisionfree forum, and you get a new message, and it
    ends up taking you 5 minutes to notice? This code makes the inbox link flash bold red saying how
    many messages you have. In version 1 the word inbox stays the same, and doesnt change at all (for
    Example this is flashing: Inbox (2) In version 2 (the second code) the word inbox changes to
    messages (constantly, so that if you have none, it says messages (0) instead of inbox (0). It still
    flashes Red Put the following In the Header and Body Section (Admin Cp>>>Skinning ....
  3. What Is The Best Free Html Editor?
    (8)
    im looking for any kind that is free really.... i use windows but if you have one for a different
    platfor, go ahead and add it for reference for other users. If you have one for normal text editor
    and wysiwyg, add them both. i have been using notepad as my normal html editor but im looking for
    something different... at least so i can see the different colors of the codes. Right now i am
    downloading moxilla's seamonkey suite but im not sure how good it is... i will post a review if
    i ever use one. If you have used the html editor you suggest or you just heard abou....
  4. Html Problem
    (9)
    how to make my intro page in the middle not CENTER ....
  5. Flash Media Into Html/css Website
    does anyone know how to import a flash into a webpage with transparenc (1)
    Hi I need some help , Im designing this website for school studies However, I made a flash drop down
    menu, works perfectly, but you know how flash has a background when you export it in to a SWF file?
    For example my flash is width= 800, and height = 200 but my div box on my html page for my
    navigation is only 50 px my buttons is width of 50px and the rest of the content is the drop down
    animations i want to insert it into my navigation div box but i want to set the flash background to
    transparent so that when the drop down menu comes down it overlaps the text or whateva....
  6. Colors In Foods Have Different Health Purposes
    (6)
    I chanced upon a book called 'What Colour is Your Diet' by David Heber, which is about how
    different colored foods can help to nourish different parts of your body. Red and pink fruits and
    vegetables help protect the heart by controlling high blood pressure and protect against
    circulatory problems resulting from diabetes. Examples of these fruits and vegetables include
    watermelon, pink grapefruit, tomato, watermelon, strawberries, raspberries and beetroot. Green
    fruits and vegetables help to protect the liver. They are common in everyday food and should not....
  7. Learn Html, Css, C And C++ Online For Free
    Wanna learn to write programs and/or make websites? You can do it fre (12)
    Have you ever used an application or played a game and thought, "If you could only..." or "If I knew
    how I would add..." but didn't know where to start? I did and decided to do a lil research. I
    came across a site with great tutorials. There are many ranging from beginner all the way to
    advanced. After each tutorial there is a test to practice what you just learned. I dunno if I am
    allowed to post the url to these sites here due to spam filters but I will say that if you search
    for "c programming" in any major search engine it should be the first link (after the....
  8. Html Form!
    Using MySQL?! (4)
    Hey, I need your help again! I need some good working tutorial how I can update my SQL through
    HTML form. I did use some tutorials online found with the help of google; but they do not work
    properly; I mean there are still small mistakes. I need to have a good tutorial to follow. It
    should be based on security and more things. It has to be done in proper way.......
  9. A Twist On Basic Authentification
    html help (1)
    Alright, i am working on a website where a number of different users from different companies will
    be looking hooking into one website. What i want is to know how i can differentiate between the
    users based on the information passed by the webserver. I've been told to that information
    will be passed along html_user(and if i have a distinct user then i can just query the database with
    that info and get what i want) But how does this work? I am sorry i know this is cryptic i'm
    kind of searching to see if this strikes a bell with anyone. So to sum, many user....
  10. Html Page Not Showing Up In Firefox
    (1)
    Hi, I've tried to make a webpage in HTML using the frameset tag. Here is the code of the
    webpage Sai's Makeshift Wiki And it's not displaying in Firefox. (I
    mean is shows a blank page) It will show up in safari (I'm a mac user), all pages individually
    work on firefox, just not the above page. Any ideas as to why? Thanks....
  11. Html In Os X- Linking To An Alias
    (0)
    Is anyone able to tell me how to hyperlink in a HTML web page to a folder in OS X tiger and have it
    open in finder (not the web browser)? Or how to link to a local file on os x (outside of the web
    server's folder), I am not sure how to put it, is it just as simple as a
    href="/Users/saitunes/documents/doc1.doc" I am running the built in web server and all the folders
    I want to access would be located in the web server's directory E.G
    http://localhost/~user/folder or /Users/User/Sites/folder I don't know how to get directories
    opening on finder, nor do ....
  12. Help Making A Web Adress Bar Using Html/js
    (9)
    Hey I need to make an adress bar basically you imput into the field press enter and your away but it
    cant use php or any code that needs to be installed, its all part of a workaround for my school
    interenet!....
  13. Has Anybody Tried Ms Expression Web Html Editor
    It's much better than Frontpage (3)
    I was desperate to finish a site I was designing after I lost my hard drive and my software. I
    downloaded Expression Web from the Microsoft site for a 3 month free trial, and guess what? It's
    surprisingly good! Nothing like that crappy frontpage, it's standards compliant and very
    good for writing CSS. Haven't heard anybody mention the program and wondering if anybody else
    has tried it out. It's free to try from the MS site.....
  14. Best Html Webdesign Studio
    Make A Website Very Easily (2)
    QUOTE Antenna enables you to make great looking web sites rapidly. Create a professional web
    site to promote yourself or your company. You can create your own web pages and digital photo
    galleries in minutes, without any HTML knowledge. You can also create smooth gradient backgrounds
    and attractive glossy buttons without switching between applications - it's all built in!
    And Many More Download Antenna Web Design Studio 15 Days Trail Now For Free.
    http://www.stormdance.net/ copied from
    http://www.stormdance.net/software/antenna...%20overview.htm....
  15. How To: Html Tables.
    I find these really useful. (8)
    If you are a novice web designer, but want your site to look advanced and proffessional, then what
    better way to do so than to use HTML tables? HTML tables are a really easy way of formatting your
    text, to make your ste look proffesional. It looks good, and its easy, what more can you ask for?
    You have to use the tag, so first lets start off with: HTML Table > /table > In
    between theese two tags, we will add the data for the table, using the tags and . =Table
    Heading (Title) =Table Data (what you want in the table) =table row (new row) So, lets ....
  16. Html Ascii Codes - A Complete List
    downloadable php file (3)
    I was often frustrated at how, despite there being thousands of ASCII "special characters" such as
    &8659; , websites that claimed to list them all only listed the first 256. To combat this issue,
    I have created a table which lists the first 10,001 - from &#000; to &10000; I am sure
    there are many more but it is simply not feasible to create a table with many more rows as viewing
    it would put terrific strain on the browser.! You can download the file in two forms. One uses
    PHP to dynamically create the table (1KB), the other has it ready-made in pure HT....
  17. Job Site
    Colors alright? (8)
    http://www.jzambrano.trap17.com I've had this site for a while but have been starting to
    question whether I perhaps should change the colors to something less vivid and more neutral like
    navy blues, greys, etc. Do you think it needs to be changed, and if so, to what? Also, if you
    have any thoughts on site features or constructive criticism about the site, that would be
    appreciated too.....
  18. Where Is There A Good Site To Learn Web Html?
    (18)
    im a noob when it comes to web html to design web sites, can some one tell me where to find a good
    website that has good tutorials on how to use web html?....
  19. Colors/styles For Text?
    How do we change colors? (2)
    How do i change colors or styles of text in c++? like for colors eg. : hello world for styles:
    Hello World ....
  20. Html Code Tester. Online Script
    (15)
    Yes, yes. I have another script that I have written and I am distributing. I am not entirely sure if
    this works. I have not tested it yet, but I will later and post back with a demo and fix it up.
    Current script: CODE <?php //Save this as something like htmltest.php function
    CheckForm() { $html_unsafe=$_POST['code']; //Gives us our user
    input $html_safe=str_replace("<?php"," ",$html_unsafe);
    //Starts security measures $html_safe=str_replace("?>","
    ",$html_sa....
  21. Help! Php Or Just Html?
    i want to start buliding my website. which is better, php or basic htm (13)
    i try to start this topic in webhost category but it seems like i cant. i dont have the permission
    so i just post my topic here. im sorry mod.. i want to build a website which contains: - Links to
    videos - Informations - photos - flash i don't know if i should use php or just HTML. guys,
    what are your opinions..??....
  22. Learn Html Quick And Easy
    HTML, javascript, and CSS (14)
    well eversince i got interested in web desighn i've looked for tutorials but they where not that
    helpfull and uderstanderble but there where two web sites that i liked 1. my favorite one was
    htmldog it had tutorials on HTML, CSS, and a little bit of javascript. they where very
    comprehenseve . and i read through all of them, understoode them, in about less than a week. also
    has full references for HTML, and CSS tags. 2.since html dog did not provide realy good javascript
    tutorial i looked to w3school for that while it wasnt very understandable too me, maybe it....
  23. Adding Rows & Columns In Html Table Using Javascript
    (1)
    I'm trying to create a website with a form that collects some user information to store in MySQL
    database. However, I've a problem when I want to dynamically add new rows and columns in the
    HTML table so that the user can add more information in the dynamically added textboxes. Here's
    what I have: CODE                  <table border="0" width="90%"
    align="center" id="itemsTable">                   <tr>
                       <td width="20%">                     Quantity                   
    <....
  24. Html Countdown For Your Wallpaper For Your Computer?
    (5)
    Can you have a HTML countdown for your wallpaper for your computer? I know you can have a animation
    wallpaper for your computer. But can you have a HTML countdown as your wallpaper? I want to use a
    HTML countdown for my wallpaper for my computer. So the wallpaper for my computer would be a HTML
    countdown. Can you/does anyone know how to put a HTML countdown for your wallpaper for your
    computer?....
  25. Html To Php Convertor?
    (12)
    Hey.I have made a simple website http://pakdir.com this is in html.But its very difficult to
    update the html pages.I want to convert it to php site.But i dont know about php language ... is
    there any "PHP website builder" ?? is there anyway to build a php website without knowledge of php ,
    with the help of some program ? for example there is a frontpage for html etc.Please tell me any
    solution?....
  26. Html Tag For A Code Box
    Where You Put HTML Code For Your Users (4)
    Well I have seen it all over the web. Lots of sites have code boxes so you can promote them or they
    show you a code you can use for javascript and stuff like that. I would like to know the HTML code
    for those boxes. Thanks in advance for your help.....
  27. Html Cool Codes?
    (6)
    hey guys..whats up..well i ws just wondering if you guys have any cool codes for myspace or
    something..you know to design a page using html/css codes...see i tried googling around but all the
    sites had the same thing..they dont have a unique one...i want like games in my page...like my
    friend he had like tetris in his page..and i want a game// or anything like that to make my page
    cool /smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' />
    anybody????plz...PEAcE!....
  28. The Best And Free Website/html Editors + Text Editors
    A good collection! Check it out. (48)
    Here they are, the best html editors. Just pick one because they are all free, or choose one of the
    ones i most recommend. WebCore Designer 2005 http://www.mpsoftware.dk/webcoredesigner.php
    HTMLGate Free http://www.mpsoftware.dk/htmlgate.php Ma Page Web http://www.aldweb.com
    MAX's HTML Beauty++ 2004 http://www.htmlbeauty.com WebWorks http://w1.213.telia.com
    PageBuilder HTML Editor http://www.tafweb.com Website Mentor http://www.dark-street.com
    Cascade DTP http://www.price-media.demon.co.uk BPlainPro http://home5.swipnet.se/~w-52253/hy....
  29. Does Anyone Know Where I Can Get A Free Html Maker
    (13)
    I was curious. There is a program clled dreamweaver which does what I want but it cost to much.....
  30. where did you learn html from?
    (84)
    HI, i am intresting in knowing where you began learning html of what inspired you to start learning
    html. which programs did you use or which progs dyu use?....

    1. Looking for colors, html, colors

Searching Video's for colors, html, colors
Similar
Naming Web
Page Files -
Which way
you like-
MyPage.html
or
my-page.html
or
my_page.html
Add Flashing
Inbox To
Invisionfree
Forum - Html
code for
invsiionfree
!!
What Is The
Best Free
Html Editor?
Html Problem
Flash Media
Into
Html/css
Website -
does anyone
know how to
import a
flash into a
webpage with
transparenc
Colors In
Foods Have
Different
Health
Purposes
Learn Html,
Css, C And
C++ Online
For Free -
Wanna learn
to write
programs
and/or make
websites?
You can do
it fre
Html
Form! -
Using
MySQL?!
A Twist On
Basic
Authentifica
tion - html
help
Html Page
Not Showing
Up In
Firefox
Html In Os
X- Linking
To An Alias
Help Making
A Web Adress
Bar Using
Html/js
Has Anybody
Tried Ms
Expression
Web Html
Editor -
It's
much better
than
Frontpage
Best Html
Webdesign
Studio -
Make A
Website Very
Easily
How To: Html
Tables. - I
find these
really
useful.
Html Ascii
Codes - A
Complete
List -
downloadable
php file
Job Site -
Colors
alright?
Where Is
There A Good
Site To
Learn Web
Html?
Colors/style
s For Text?
- How do we
change
colors?
Html Code
Tester.
Online
Script
Help!
Php Or Just
Html? - i
want to
start
buliding my
website.
which is
better, php
or basic htm
Learn Html
Quick And
Easy - HTML,
javascript,
and CSS
Adding Rows
&
Columns In
Html Table
Using
Javascript
Html
Countdown
For Your
Wallpaper
For Your
Computer?
Html To Php
Convertor?
Html Tag For
A Code Box -
Where You
Put HTML
Code For
Your Users
Html Cool
Codes?
The Best And
Free
Website/html
Editors +
Text Editors
- A good
collection&#
33; Check it
out.
Does Anyone
Know Where I
Can Get A
Free Html
Maker
where did
you learn
html from?
advertisement



Colors in Html - everything about colors



 

 

 

 

ADD REPLY / Got an Opinion! Remove these ADs! RAPID SEARCH! Free Web Hosting [X]
Express your Opinions, Thoughts or Contribute more info. to help others.
Ask your Doubts & Queries to get answers, So that "Together We can help others!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE