#fd600c color space conversions
Hex:
        #fd600c
        RGB:
        253, 96, 12
        CMY:
        1, 62, 95
        CMYK:
        0, 62, 95, 1
      HSL:
        21°, 98.3673%, 51.9608%
        HSV (HSB):
        21°, 95.2569%, 99.2157%
        XYZ:
        44.7572, 29.2749, 3.6395
        xyY:
        0.5762, 0.3769, 29.2749
      CIE-Lab:
        61.0235, 56.9980, 68.3738
        CIE-LCH:
        61.0235, 89.0154, 50.1846
        CIE-Luv:
        61.0235, 130.0873, 50.8911
        Hunter-Lab:
        54.1063, 52.9708, 33.8863
      #fd600c color charts
#fd600c RGB chart
      #fd600c CMYK chart
      #fd600c RGB pie chart
      #fd600c color shades, tints & tones
#fd600c color schemes
#fd600c color preview, HTML & CSS examples
           This text has a color of #fd600c        
        
          <p style="color:#fd600c;">Text here</p>
        
        
          .mytext {color:#fd600c;}
        
        Text color #fd600c
      
           This box has a color of #fd600c        
        
          <div style="background-color:#fd600c;">Content here</div>
        
        
          .mybackground {background-color:#fd600c;}
        
        Background color #fd600c
      
           Border around this has a color of #fd600c        
        
          <div style="border:2px solid #fd600c;">Content here</div>
        
        
          .myborder {border:2px solid #fd600c;}
        
        Border color #fd600c