Color Picker
Use this to pick a color in RGB or hex and view its values.
Picker
RGB: rgb(255, 87, 51)
Hex: #FF5733
HSL: hsl(11, 100%, 60%)
HSV: hsv(11, 80%, 100%)
Xterm 256 Colors
The xterm 256 color palette is an extension to the ANSI color standard for command-line environments. It’s still used by various command-line tools for color definitions.
Select one of the colors from the table to populate the RGB wheel above. Additionally, the color chosen above will highlight the closest color in the xterm table.