#166 DarkOrange3
#D75F00
ExtendedHEX#D75F00
RGB215, 95, 0
HSL27°, 100%, 42%
CMYK0%, 56%, 100%, 16%
Xterm ID166
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;166m Background (fondo)
\x1b[48;5;166m Bash echo
echo -e "\033[38;5;166mTexto\033[0m" Python
print(f"\033[38;5;166mTexto\033[0m") CSS
Color HEX
color: #D75F00; Color RGB
color: rgb(215, 95, 0); Background
background-color: #D75F00;