HighDots Forums  

orange

alt.html alt.html


Discuss orange in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
menu boy
 
Posts: n/a

Default orange - 02-02-2005 , 12:34 PM






Can someone provide me a good html # for orange? I can't
seem to quite get it right. I tried F6910, but it seems
too much like a peach color. F7800 is too dark with too
much red. TIA



Reply With Quote
  #2  
Old   
Els
 
Posts: n/a

Default Re: orange - 02-02-2005 , 12:41 PM






menu boy wrote:

Quote:
Can someone provide me a good html # for orange? I can't
seem to quite get it right. I tried F6910, but it seems
too much like a peach color. F7800 is too dark with too
much red. TIA
Orange should be #FFA500, or do you mean a # code: 42495 ?
Never used that one, but my colorpicker translates HTML #FFA500
to # 42495. (and to rgb(255,165,0))

--
Els
http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -


Reply With Quote
  #3  
Old   
Phil Thompson
 
Posts: n/a

Default Re: orange - 02-02-2005 , 12:51 PM




"menu boy" <ilmobixSPAMIT (AT) hotmail (DOT) com> wrote

Quote:
Can someone provide me a good html # for orange? I can't
seem to quite get it right. I tried F6910, but it seems
too much like a peach color. F7800 is too dark with too
much red. TIA


personally i like #F60 but you can find all the colours here:
http://www.morecrayons.com/palettes/.../colorcube.php


--
Phil Thompson
http://www.doubleonegative.com/




Reply With Quote
  #4  
Old   
Jukka K. Korpela
 
Posts: n/a

Default Re: orange - 02-02-2005 , 01:51 PM



Els <els.aNOSPAM (AT) tiscali (DOT) nl> wrote:

Quote:
Orange should be #FFA500
Should it? The name orange is undefined as a color name in CSS 1 and CSS 2,
as well as in HTML. Thus, a conforming browser ignores a CSS rule or HTML
attribute to the extent that it uses that name.

In the CSS 2.1 draft, orange is (completely pointlessly) suggested to be
defined as meaning #FFA500.

But we cannot read the OP's mind and say what he means by "orange".
What he really needs is a numeric code for the color he wants.
A color picker is a suitable tool for that.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Pages about Web authoring: http://www.cs.tut.fi/~jkorpela/www.html




Reply With Quote
  #5  
Old   
Els
 
Posts: n/a

Default Re: orange - 02-02-2005 , 02:22 PM



Jukka K. Korpela wrote:

Quote:
Els <els.aNOSPAM (AT) tiscali (DOT) nl> wrote:

Orange should be #FFA500

Should it?
I'm sorry. I should have mentioned that this particular use of
the word 'should' was not intended the way you read it.

Quote:
The name orange is undefined as a color name in
CSS 1 and CSS 2, as well as in HTML. Thus, a conforming
browser ignores a CSS rule or HTML attribute to the extent
that it uses that name.

In the CSS 2.1 draft, orange is (completely pointlessly)
suggested to be defined as meaning #FFA500.
I don't see it as pointless. If I tell the browser to give
some element background-colorrange, it's useful to know it
translates that colour to #FFA500.

Quote:
But we cannot read the OP's mind and say what he means by
"orange". What he really needs is a numeric code for the
color he wants. A color picker is a suitable tool for that.
Yes, and that's what I use. I didn't however have the url to
an online tool at hand, so I did the best I could, I answered
his question, which was "Can someone provide me a good html #
for orange?".

I did exactly that. I provided him with a good html # for
orange. Whether he decides it's the one he wants is up to him.

--
Els
http://locusmeus.com/
Sonhos vem. Sonhos vão. O resto é imperfeito.
- Renato Russo -


Reply With Quote
  #6  
Old   
Nik Coughin
 
Posts: n/a

Default Re: orange - 02-02-2005 , 02:58 PM



menu boy wrote:
Quote:
Can someone provide me a good html # for orange? I can't
seem to quite get it right. I tried F6910, but it seems
too much like a peach color. F7800 is too dark with too
much red. TIA
I like #ff7f00, the midpoint between red #ff0000 and yellow #ffff00.




Reply With Quote
  #7  
Old   
JDS
 
Posts: n/a

Default Re: orange - 02-02-2005 , 04:06 PM



On Wed, 02 Feb 2005 17:51:51 +0000, Phil Thompson wrote:

Quote:
personally i like #F60 but you can find all the colours here:
http://www.morecrayons.com/palettes/.../colorcube.php
Cool site!

--
JDS | jeffrey (AT) go (DOT) away.com



Reply With Quote
  #8  
Old   
mscir
 
Posts: n/a

Default Re: orange - 02-02-2005 , 04:44 PM



Phil Thompson wrote:

Quote:
personally i like #F60 but you can find all the colours here:
http://www.morecrayons.com/palettes/.../colorcube.php
I like this one:

http://wellstyled.com/tools/colorscheme2/index-en.html


Reply With Quote
  #9  
Old   
menu boy
 
Posts: n/a

Default Re: orange - 02-02-2005 , 10:46 PM




"Els" <els.aNOSPAM (AT) tiscali (DOT) nl> wrote

Quote:
Jukka K. Korpela wrote:

Els <els.aNOSPAM (AT) tiscali (DOT) nl> wrote:

Orange should be #FFA500

Should it?

I'm sorry. I should have mentioned that this particular use of
the word 'should' was not intended the way you read it.

The name orange is undefined as a color name in
CSS 1 and CSS 2, as well as in HTML. Thus, a conforming
browser ignores a CSS rule or HTML attribute to the extent
that it uses that name.

In the CSS 2.1 draft, orange is (completely pointlessly)
suggested to be defined as meaning #FFA500.

I don't see it as pointless. If I tell the browser to give
some element background-colorrange, it's useful to know it
translates that colour to #FFA500.

But we cannot read the OP's mind and say what he means by
"orange". What he really needs is a numeric code for the
color he wants. A color picker is a suitable tool for that.

Yes, and that's what I use. I didn't however have the url to
an online tool at hand, so I did the best I could, I answered
his question, which was "Can someone provide me a good html #
for orange?".

I did exactly that. I provided him with a good html # for
orange. Whether he decides it's the one he wants is up to him.
The # was perfect. Thanks.




Reply With Quote
  #10  
Old   
Richard
 
Posts: n/a

Default Re: orange - 02-02-2005 , 11:08 PM



On Wed, 02 Feb 2005 17:34:10 GMT menu boy wrote:

Quote:
Can someone provide me a good html # for orange? I can't
seem to quite get it right. I tried F6910, but it seems
too much like a peach color. F7800 is too dark with too
much red. TIA

#F72 works close.




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.