CalcuClubCalcuClub Logo

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

ColorNameHEXRGB
White#FFFFFFrgb(255, 255, 255)
Black#000000rgb(0, 0, 0)
Red#FF0000rgb(255, 0, 0)
Green#00FF00rgb(0, 255, 0)
Blue#0000FFrgb(0, 0, 255)
Yellow#FFFF00rgb(255, 255, 0)
Orange#FFA500rgb(255, 165, 0)
Purple#800080rgb(128, 0, 128)
Gray#808080rgb(128, 128, 128)
Cyan / Aqua#00FFFFrgb(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.

How was this page? Share feedback.