Color Picker for Embedded Developers

Pick a color with a clear wheel button or eyedropper, then copy values as RGB (0-255), HEX, 0xRRGGBB, and RGB565.

Color Picker

Pick color

Need manual value conversion? Use Color Code Converter.

Choose a color to get values.

Preview & values

RGB (0-255)
HEX
0xRRGGBB
RGB565 (hex)
RGB565 (dec)

Why this is useful in embedded projects

Designers often share colors as HEX values, while firmware code may need decimal RGB channels or compact 16-bit color values. This tool helps you move quickly between common formats.

FAQ

Can I pick color from outside browser content?

If your browser supports the EyeDropper API and the page runs on HTTPS, yes.

Which format should I use in C/C++ firmware code?

Most codebases use 0xRRGGBB for 24-bit values. For 16-bit displays, use RGB565.

I already have HEX or RGB numbers. Where do I convert formats?

Use the Color Code Converter page for direct value-to-value conversion.

Related tools

Image Converter · LED Resistor Calculator · HEX ⇄ ASCII ⇄ Binary