#ff7125 color space conversions
Hex:
        #ff7125
        RGB:
        255, 113, 37
        CMY:
        0, 56, 85
        CMYK:
        0, 56, 85, 0
      HSL:
        21°, 100.0000%, 57.2549%
        HSV (HSB):
        21°, 85.4902%, 100.0000%
        XYZ:
        47.4791, 33.2038, 5.6568
        xyY:
        0.5499, 0.3846, 33.2038
      CIE-Lab:
        64.3256, 50.4954, 63.8646
        CIE-LCH:
        64.3256, 81.4155, 51.6679
        CIE-Luv:
        64.3256, 116.8927, 52.6144
        Hunter-Lab:
        57.6228, 46.2377, 34.5154
      #ff7125 color charts
#ff7125 RGB chart
      #ff7125 CMYK chart
      #ff7125 RGB pie chart
      #ff7125 color shades, tints & tones
#ff7125 color schemes
#ff7125 color preview, HTML & CSS examples
           This text has a color of #ff7125        
        
          <p style="color:#ff7125;">Text here</p>
        
        
          .mytext {color:#ff7125;}
        
        Text color #ff7125
      
           This box has a color of #ff7125        
        
          <div style="background-color:#ff7125;">Content here</div>
        
        
          .mybackground {background-color:#ff7125;}
        
        Background color #ff7125
      
           Border around this has a color of #ff7125        
        
          <div style="border:2px solid #ff7125;">Content here</div>
        
        
          .myborder {border:2px solid #ff7125;}
        
        Border color #ff7125