Skip to content

Instantly share code, notes, and snippets.

@sergeant-wizard
Created September 8, 2015 08:08
Show Gist options
  • Save sergeant-wizard/09d8dcac3e01468b39e0 to your computer and use it in GitHub Desktop.
Save sergeant-wizard/09d8dcac3e01468b39e0 to your computer and use it in GitHub Desktop.
rgb to hex
[254, 253, 3].map { |v| v.to_s(16).rjust(2, '0') }.join
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment