Hsl2Hex | R Documentation |
Internal function:
Hsl2Hex(c_hsl)
c_hsl |
SLA (based on https://www.rapidtables.com/convert/color/hsl-to-rgb.html)
c_hex = '#FFA550'
c_hsl = Hex2Hsl(c_hex)
c_hsl_180 = AdjustColorPhi(c_hsl)
c_hex_180 = Hsl2Hex(c_hsl_180)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.