Color Picker
Easily select and adjust colors with our Online Color Picker. Get codes in Hex, RGB, and RGBA formats for your design and web development projects.
Table of Contents
Common Color Table
Color | Name | HEX | RGB |
---|---|---|---|
White | #FFFFFF | rgb(255, 255, 255) | |
Black | #000000 | rgb(0, 0, 0) | |
Red | #FF0000 | rgb(255, 0, 0) | |
Green | #00FF00 | rgb(0, 255, 0) | |
Blue | #0000FF | rgb(0, 0, 255) | |
Yellow | #FFFF00 | rgb(255, 255, 0) | |
Orange | #FFA500 | rgb(255, 165, 0) | |
Purple | #800080 | rgb(128, 0, 128) | |
Gray | #808080 | rgb(128, 128, 128) | |
Cyan / Aqua | #00FFFF | rgb(0, 255, 255) |
Frequently Asked Questions
What does the HEX value of a color mean?
The HEX value is a 6-digit hexadecimal code representing the intensity of red, green, and blue (e.g., #FF0000 is red).
What's the difference between RGB and HEX?
RGB uses decimal values (0 to 255) for red, green, and blue, while HEX represents the same values using hexadecimal notation.