Skip to content

Instantly share code, notes, and snippets.

@jhyland87
Last active June 26, 2018 17:25
Show Gist options
  • Save jhyland87/fd9961e35bc2ecd82913662e50f25ef8 to your computer and use it in GitHub Desktop.
Save jhyland87/fd9961e35bc2ecd82913662e50f25ef8 to your computer and use it in GitHub Desktop.
Color Scale
COLOR SCALE
% HEX R G B HUE SATURATION VALUE
0% #FFFFFF 255 255 255 0° 0.0% 100.0%
10% #FFE98E 255 233 142 48° 44.3% 100.0%
25% #FFD072 255 208 114 40° 55.3% 100.0%
50% #FCB119 252 177 25 40° 90.1% 98.8%
75% #FA7E21 250 126 33 26° 86.8% 98.0%
100% #E75800 231 88 0 23° 100.0% 90.6%
Above data generated by passing the hex value of each color in the above color scale to https://www.rapidtables.com/convert/color/rgb-to-hsv.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment