Converts a hexadecimal color code to its corresponding hue value.
Calculates the hue (0–360 degrees) of the color based on its RGB components.
A hexadecimal color code (e.g., "#FF5733").
The hue value as a number between 0 and 360.
Converts a hexadecimal color code to its corresponding hue value.
Calculates the hue (0–360 degrees) of the color based on its RGB components.