Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <meta name="author" content="Jacob Howard">
- <meta name="description" content="A small demonstration of a hex-color table.">
- <meta name="keywords" content="color, html, colorwheel, hexadecimal, milwee">
- <link rel="shortcut icon" type="image/png" href="img\favicons\orangehex.gif">
- <link rel="stylesheet" type="text/css" href="css\5.6_orangepalette.css">
- <title>Florida Color Table</title>
- </head>
- <body>
- <center>
- <div stlye="width:100%; height:100px;">
- <h1>Florida Shades Of Orange Table</h1>
- </div>
- <br>
- <table border="1">
- <tr>
- <td id="box1" style="background-color:#FF983D;">
- <p><a target="blank" href="http://color.hailpixel.com/#FF983D,"><button>"The color on the left"</button></a></p>
- </td>
- <td id="box2" style="background-color:#FF932E;">
- <p><a target="blank" href="http://color.hailpixel.com/#FF932E,"><button>Hey, that looks like the color on the left!</button></a></p>
- </td>
- <td id="box3" style="background-color:#FF8E14;">
- <p><a target="blank" href="http://color.hailpixel.com/#FF8E14,"><button>Orangeish-Yellow</button></a></p>
- </td>
- <td id="box4" style="background-color:#FA7D00;">
- <p><a target="blank" href="http://color.hailpixel.com/#FA7D00,"><button>The Orange Used In The Favicon</button></a></p>
- </td>
- <td id="box5" style="background-color:#FF700A;">
- <p><a target="blank" href="http://color.hailpixel.com/#FF700A,"><button>Fallen Tangerine</button></a></p>
- </td>
- </tr>
- </table>
- </center>
- </body>
- </html>
Advertisement