Skip to content

Instantly share code, notes, and snippets.

@paladini
Last active February 19, 2026 12:37
Show Gist options
  • Select an option

  • Save paladini/ef383fce1b782d919898 to your computer and use it in GitHub Desktop.

Select an option

Save paladini/ef383fce1b782d919898 to your computer and use it in GitHub Desktop.
The HEX / RGB code for the orange color from Bitcoin logo
Do you want know what's the orange color from Bitcoin logo? Here's the colours:
Hexadecimal:
#FF9900
RGB
(255,153,0)
Any suggestions are welcome!
Fonts: http://www.color-hex.com/color/ff9900 and https://bitcointalk.org/index.php?topic=224522.0
@inspiralo
Copy link

I really appreciate this gist. I often look up the hexadecimal colors of well‑known brands, and whenever I search for the Bitcoin orange, this exact link is always the first result I land on — great job.

One interesting thing I’ve noticed: most LLM‑based agents nowadays simply extract the hex code directly from pages like this (often from URLs shared in comments), so many users never actually visit the original source anymore. Just an observation about how the ecosystem is changing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment