Interactive Color Wheel

Click a hexagon to add a color sample. Also see Hexadecimal Color Names

images/color-wheel.js

How it Works

Every color on this wheel is made by mixing three colored lights: Red, Green, and Blue (often called RGB).

We can show these mixtures using Hexadecimal Colors (Base 16). The values range from 00 (completely off) to FF (maximum brightness). Together, they form a 6-digit code like #RRGGBB.

Try this: Find a bright, pure Red on the wheel. What's its code? It should look like #FF0000 because it has full Red, zero Green, and zero Blue.