<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1036953" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1036953</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/simple-ways-learn-web-designing-colour-codes#comment-1212779</link>
    <description> &lt;p&gt;yaa that is wat i was saying..... in hexa when we use #FF00FF, the first two characters, here &quot;FF&quot; stand for the value of red, the second two characters, here &quot;00&quot; stand for the value of green and like wise the last two stand for the value of blue....&lt;/p&gt;
&lt;p&gt;therfore #FF00FF = rgb(255,0,255) and will be thus a color that is a mixture of red and blue.... varying the values of colors from 0 to 255 vary the intensity of that color in the overall color that results....&lt;/p&gt;
&lt;p&gt;now what does FF 00 mean&lt;br /&gt;
hexa as we under stand from its name is means six... therefore there are six characters two for each namely red blue and green in sequence....&lt;/p&gt;
&lt;p&gt;in hexa numbering system we have the advantage that a number of 3 characters in decimal numbering system can be represented in two characters in hexa system..... the conversion system used it that instead of repletion of sequence after 10 numbers the repetition occurs after 16 number. see below&lt;/p&gt;
&lt;p&gt;in decimal system we have (000,001,002,003,004,005,006,007,008,009,010,011.......255)&lt;br /&gt;
in hexa we have(00,01,02,03,04,05,06,07,08,09,0A,0B,0C,0D,0E,0F,10.....FF)&lt;/p&gt;
&lt;p&gt;therefore the equalent of A in hexa is 10 in decimal... and equivalent of 10 in hexa is 16 and FF in hexa is equal to 255 in decimal... and so on.... these conversions need not to be remember by heart as the window&#039;s calculator can make these conversions in a click....&lt;/p&gt;
 </description>
     <pubDate>Wed, 27 Dec 2006 16:34:05 +0000</pubDate>
 <dc:creator>The Coder</dc:creator>
 <guid isPermaLink="false">comment 1212779 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/simple-ways-learn-web-designing-colour-codes#comment-1212763</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;The Coder;212681 wrote:&lt;/strong&gt; i would recommend u to use rgb codes which are much easier to under stand and remember.....&lt;br /&gt;
if u dont know whats the logic then here is an example&lt;br /&gt;
RED: rgb(255,0,0)&lt;br /&gt;
Green: rgb(0,255,0)&lt;br /&gt;
blue: rgb(0,0,255)&lt;br /&gt;
white: rgb(255,255,255)&lt;br /&gt;
black: rgb(0,0,0)&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;That&#039;s really no different from hex though.&lt;/p&gt;
&lt;p&gt;Red:  FF0000&lt;br /&gt;
Greeen: 00FF00&lt;br /&gt;
Blue: 0000FF&lt;br /&gt;
White: FFFFFF&lt;br /&gt;
black: 000000&lt;/p&gt;
&lt;p&gt;I don&#039;t think there&#039;s a huge advantage in using one method over the other. Most people do use hex, which means it might be a little easier for others to work with your CSS (some may not be familiar with RGB). It&#039;s also a lot easier to transfer a hex code over from your graphics program. That&#039;s one field - copy and paste, rather than having to copy &amp;amp; paste three fields for each colour. That could get tedious if you have to do it a lot.&lt;/p&gt;
 </description>
     <pubDate>Wed, 27 Dec 2006 15:44:54 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1212763 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/simple-ways-learn-web-designing-colour-codes#comment-1212755</link>
    <description> &lt;p&gt;i some how agree that file size should be kept in mind but i don&#039;t think we need to even scale in bytes... you know, a very small picture has a size that would be as big as to be more than than all the color codes on a site... furthermore these days css is used.... it does not require the color codes to written again and again.... therefore the factor of size goes out..... how ever the real advantage of hexa is that it is very well understood by all the browsers....&lt;/p&gt;
 </description>
     <pubDate>Wed, 27 Dec 2006 15:13:31 +0000</pubDate>
 <dc:creator>The Coder</dc:creator>
 <guid isPermaLink="false">comment 1212755 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/simple-ways-learn-web-designing-colour-codes#comment-1212689</link>
    <description> &lt;p&gt;Personally, I wouldn&#039;t recommend using RGB in CSS if you&#039;re trying to keep file sizes down (one of the main reasons to use CSS).&lt;/p&gt;
&lt;p&gt;Compare:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;RGB white:&lt;/strong&gt; rgb(255,255,255) (16 characters)&lt;br /&gt;
&lt;strong&gt;Hex white: &lt;/strong&gt;#fff (4 characters or 7 characters if you use the full code - #ffffff)&lt;/p&gt;
&lt;p&gt;A lot of people aren&#039;t that fussy about file sizes in this modern world of broadband download speeds, but I think we should all make an effort to save every byte possible as it reduces load on the server, page load times and makes the internet faster for everyone. By that&#039;s just my personal opinion, feel free to ignore it if you like. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 24 Dec 2006 14:48:43 +0000</pubDate>
 <dc:creator>andy206uk</dc:creator>
 <guid isPermaLink="false">comment 1212689 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/simple-ways-learn-web-designing-colour-codes#comment-1212683</link>
    <description> &lt;p&gt;addition: calculators of later models than ms 570 can also be used&lt;/p&gt;
 </description>
     <pubDate>Sat, 23 Dec 2006 20:47:50 +0000</pubDate>
 <dc:creator>The Coder</dc:creator>
 <guid isPermaLink="false">comment 1212683 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/simple-ways-learn-web-designing-colour-codes#comment-1212682</link>
    <description> &lt;p&gt;and if yu have calculator like casio ms 570 then u can use it to make conversions... if u want to learn how to use the calculator then reply...&lt;/p&gt;
 </description>
     <pubDate>Sat, 23 Dec 2006 20:44:49 +0000</pubDate>
 <dc:creator>The Coder</dc:creator>
 <guid isPermaLink="false">comment 1212682 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/simple-ways-learn-web-designing-colour-codes#comment-1212681</link>
    <description> &lt;p&gt;i would recommend u to use rgb codes which are much easier to under stand and remember.....&lt;br /&gt;
if u dont know whats the logic then here is an example&lt;br /&gt;
RED: rgb(255,0,0)&lt;br /&gt;
Green: rgb(0,255,0)&lt;br /&gt;
blue: rgb(0,0,255)&lt;br /&gt;
white: rgb(255,255,255)&lt;br /&gt;
black: rgb(0,0,0)&lt;/p&gt;
&lt;p&gt;and for other colors u just need to change the proportions of red blue and green colors&lt;br /&gt;
and each color can range from 0 to 255.....&lt;/p&gt;
&lt;p&gt;some old browsers dont understand some rgb so u can easily convert them to hex... all u need to do is learn how to make the conversions...&lt;/p&gt;
 </description>
     <pubDate>Sat, 23 Dec 2006 20:39:39 +0000</pubDate>
 <dc:creator>The Coder</dc:creator>
 <guid isPermaLink="false">comment 1212681 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/simple-ways-learn-web-designing-colour-codes#comment-1212641</link>
    <description> &lt;p&gt;There are so many neat little color coder systems out there. I recently bought one called &quot;Color Schemer Studio.&quot; It didn&#039;t cost too much and you can actually match web colors.&lt;/p&gt;
 </description>
     <pubDate>Fri, 22 Dec 2006 19:07:24 +0000</pubDate>
 <dc:creator>LenBradshaw</dc:creator>
 <guid isPermaLink="false">comment 1212641 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/simple-ways-learn-web-designing-colour-codes#comment-1212359</link>
    <description> &lt;p&gt;I know black, white and a lot of grey tones off by heart, but that&#039;s just because I use them a lot in general web design and I&#039;ve been doing it for a long time (8 years now!). You&#039;ll find when you do a lot of web design, you&#039;ll start remembering the odd hex code here and there - it just comes with experience. Don&#039;t rush it, there&#039;s really no need.&lt;/p&gt;
 </description>
     <pubDate>Mon, 18 Dec 2006 12:46:18 +0000</pubDate>
 <dc:creator>andy206uk</dc:creator>
 <guid isPermaLink="false">comment 1212359 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/simple-ways-learn-web-designing-colour-codes#comment-1212296</link>
    <description> &lt;p&gt;Download this program - &lt;a href=&quot;http://www.colorschemer.com/&quot; class=&quot;bb-url&quot;&gt;Color Schemer&lt;/a&gt;. Launch this nifty little utility, grab a color from the screen and paste it in! It also shows you color harmonies.&lt;/p&gt;
&lt;p&gt;You&#039;d need a really good memory to remember a lot of hex codes!&lt;/p&gt;
 </description>
     <pubDate>Sun, 17 Dec 2006 19:11:54 +0000</pubDate>
 <dc:creator>Roo</dc:creator>
 <guid isPermaLink="false">comment 1212296 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
