Hex to RGB Converter
RGB: rgb(255, 87, 51)
RGB to Hex Converter
Hex: #ff5733
1. What is a Hex Color Code?
Hex codes represent colors using a six-digit combination of numbers and letters. They are commonly used in web design to specify colors, e.g., #ff5733.
2. How does RGB Color work?
RGB stands for Red, Green, and Blue. Colors are created by mixing these three in different intensities. This model is widely used in digital screens and image processing.
Color Reference Table
Color | Hex Code | RGB |
---|---|---|
#ff0000 | rgb(255, 0, 0) | |
#00ff00 | rgb(0, 255, 0) | |
#0000ff | rgb(0, 0, 255) | |
#ffff00 | rgb(255, 255, 0) | |
#00ffff | rgb(0, 255, 255) | |
#ff00ff | rgb(255, 0, 255) | |
#ffa500 | rgb(255, 165, 0) | |
#800080 | rgb(128, 0, 128) | |
#ffc0cb | rgb(255, 192, 203) | |
#a52a2a | rgb(165, 42, 42) | |
#808080 | rgb(128, 128, 128) | |
#ffffff | rgb(255, 255, 255) | |
#000000 | rgb(0, 0, 0) | |
#00ff00 | rgb(0, 255, 0) | |
#4b0082 | rgb(75, 0, 130) | |
#ffd700 | rgb(255, 215, 0) | |
#f5f5dc | rgb(245, 245, 220) | |
#008080 | rgb(0, 128, 128) | |
#fa8072 | rgb(250, 128, 114) |