The digit 0 is the lowest number in hex code, and represents a complete absence of color.
The digit F is the highest number in hex code, and represents the maximum possible brightness.
Final Code
<style>.red-text{color:#FF0000;}.green-text{color:#00FF00;}.dodger-blue-text{color:#1E90FF;}.orange-text{color:#FFA500;}</style><h1class="red-text">I am red!</h1><h1class="green-text">I am green!</h1><h1class="dodger-blue-text">I am dodger blue!</h1><h1class="orange-text">I am orange!</h1>