#208 DarkOrange
#FF8700
ExtendedHEX#FF8700
RGB255, 135, 0
HSL32°, 100%, 50%
CMYK0%, 47%, 100%, 0%
Xterm ID208
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;208m Background (fondo)
\x1b[48;5;208m Bash echo
echo -e "\033[38;5;208mTexto\033[0m" Python
print(f"\033[38;5;208mTexto\033[0m") CSS
Color HEX
color: #FF8700; Color RGB
color: rgb(255, 135, 0); Background
background-color: #FF8700;