RGB - Hex Conversion
red
green
blue
no #
with #
HTML Entities
HTML Template
<!DOCTYPE html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Page title here</title> <link rel="shortcut icon" href="favicon.png" /> <!-- style --> <link rel="stylesheet" type="text/css" href="index.css"> <!-- javascript --> <script src="index.js"></script> </head> <body> <div></div> </body> </html>