Code Golf: RGB to Hex 

Run Settings
LanguageBash
Language Version
Run Command
x(){ printf \#;printf %02x $@;} while read r g b; do printf '%d,%d,%d -> %s\n' "$r" "$g" "$b" "$(x "$r" "$g" "$b")" done
Editor Settings
Theme
Key bindings
Full width
Lines