ToolPuma Logo

RGB to HEX

Convert RGB values into a hex color code.

Enter three comma-separated values from 0 to 255, e.g. 255, 99, 71 or rgb(255, 99, 71).

What Is a RGB to HEX?

The RGB to HEX converter turns red, green, and blue channel values into a single hex color code. Convert rgb(255, 87, 51) into #ff5733 in an instant for cleaner, shorter color declarations.

How to Use This RGB to HEX

  1. 1
    Enter RGB valuesType them as 255, 87, 51 or rgb(255, 87, 51).
  2. 2
    See the hex codeThe matching hex value appears instantly.
  3. 3
    Copy the resultCopy the hex code into your markup or stylesheet.

Frequently Asked Questions

Each channel is converted to base 16: 255 becomes ff, 87 becomes 57, and 51 becomes 33, giving #ff5733.
Each channel ranges from 0 to 255.
Yes, the generated code is a standard 6-digit hex color that works in every modern browser.