Last active
February 19, 2026 12:37
-
-
Save paladini/ef383fce1b782d919898 to your computer and use it in GitHub Desktop.
The HEX / RGB code for the orange color from Bitcoin logo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.