Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<title>Hex to RGB</title>
<meta charset='utf-8'>
<meta name='viewport' content='initial-scale=1.0'>
<script type='text/javascript' src='http://code.jquery.com/jquery-1.9.1.min.js'></script>
<script type="text/javascript" src="http://acko.net/files/farbtastic/demo/farbtastic.js"></script>
<link rel="stylesheet" href="http://acko.net/files/farbtastic/demo/farbtastic.css" type="text/css" />
</head>
<body>
  <center>
    <form>
      <input type="text" id="color" name="color" value="#123456" />
    </form>
    
    <div id="colorpicker"></div><br />
    
    RGB: <input type="text" class="torgb" placeholder="to rgb" /><br />
    RGBA: <input type="text" class="torgb torgba" placeholder="to rgba" />
  </center>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers