#ff980d color space conversions
Hex:
        #ff980d
        RGB:
        255, 152, 13
        CMY:
        0, 40, 95
        CMYK:
        0, 40, 95, 0
      HSL:
        34°, 100.0000%, 52.5490%
        HSV (HSB):
        34°, 94.9020%, 100.0000%
        XYZ:
        52.5409, 43.7455, 6.0553
        xyY:
        0.5134, 0.4274, 43.7455
      CIE-Lab:
        72.0581, 30.7911, 75.4838
        CIE-LCH:
        72.0581, 81.5223, 67.8086
        CIE-Luv:
        72.0581, 85.5139, 68.6640
        Hunter-Lab:
        66.1404, 26.0518, 40.8702
      #ff980d color charts
#ff980d RGB chart
      #ff980d CMYK chart
      #ff980d RGB pie chart
      #ff980d color shades, tints & tones
#ff980d color schemes
#ff980d color preview, HTML & CSS examples
           This text has a color of #ff980d        
        
          <p style="color:#ff980d;">Text here</p>
        
        
          .mytext {color:#ff980d;}
        
        Text color #ff980d
      
           This box has a color of #ff980d        
        
          <div style="background-color:#ff980d;">Content here</div>
        
        
          .mybackground {background-color:#ff980d;}
        
        Background color #ff980d
      
           Border around this has a color of #ff980d        
        
          <div style="border:2px solid #ff980d;">Content here</div>
        
        
          .myborder {border:2px solid #ff980d;}
        
        Border color #ff980d