#fd160c color space conversions
Hex:
        #fd160c
        RGB:
        253, 22, 12
        CMY:
        1, 91, 95
        CMYK:
        0, 91, 95, 1
      HSL:
        2°, 98.3673%, 51.9608%
        HSV (HSB):
        2°, 95.2569%, 99.2157%
        XYZ:
        40.8613, 21.4830, 2.3408
        xyY:
        0.6317, 0.3321, 21.4830
      CIE-Lab:
        53.4741, 77.9072, 64.1712
        CIE-LCH:
        53.4741, 100.9330, 39.4778
        CIE-Luv:
        53.4741, 169.4461, 37.5676
        Hunter-Lab:
        46.3498, 76.2509, 29.4505
      #fd160c color charts
#fd160c RGB chart
      #fd160c CMYK chart
      #fd160c RGB pie chart
      #fd160c color shades, tints & tones
#fd160c color schemes
#fd160c color preview, HTML & CSS examples
           This text has a color of #fd160c        
        
          <p style="color:#fd160c;">Text here</p>
        
        
          .mytext {color:#fd160c;}
        
        Text color #fd160c
      
           This box has a color of #fd160c        
        
          <div style="background-color:#fd160c;">Content here</div>
        
        
          .mybackground {background-color:#fd160c;}
        
        Background color #fd160c
      
           Border around this has a color of #fd160c        
        
          <div style="border:2px solid #fd160c;">Content here</div>
        
        
          .myborder {border:2px solid #fd160c;}
        
        Border color #fd160c