#ff7f31 color space conversions
Hex:
        #ff7f31
        RGB:
        255, 127, 49
        CMY:
        0, 50, 81
        CMYK:
        0, 50, 81, 0
      HSL:
        23°, 100.0000%, 59.6078%
        HSV (HSB):
        23°, 80.7843%, 100.0000%
        XYZ:
        49.3837, 36.6605, 7.3791
        xyY:
        0.5286, 0.3924, 36.6605
      CIE-Lab:
        67.0215, 44.1108, 61.5992
        CIE-LCH:
        67.0215, 75.7643, 54.3938
        CIE-Luv:
        67.0215, 104.5820, 54.5499
        Hunter-Lab:
        60.5479, 39.6283, 35.1577
      #ff7f31 color charts
#ff7f31 RGB chart
      #ff7f31 CMYK chart
      #ff7f31 RGB pie chart
      #ff7f31 color shades, tints & tones
#ff7f31 color schemes
#ff7f31 color preview, HTML & CSS examples
           This text has a color of #ff7f31        
        
          <p style="color:#ff7f31;">Text here</p>
        
        
          .mytext {color:#ff7f31;}
        
        Text color #ff7f31
      
           This box has a color of #ff7f31        
        
          <div style="background-color:#ff7f31;">Content here</div>
        
        
          .mybackground {background-color:#ff7f31;}
        
        Background color #ff7f31
      
           Border around this has a color of #ff7f31        
        
          <div style="border:2px solid #ff7f31;">Content here</div>
        
        
          .myborder {border:2px solid #ff7f31;}
        
        Border color #ff7f31