#fd500f color space conversions
Hex:
        #fd500f
        RGB:
        253, 80, 15
        CMY:
        1, 69, 94
        CMYK:
        0, 68, 94, 1
      HSL:
        16°, 98.3471%, 52.5490%
        HSV (HSB):
        16°, 94.0711%, 99.2157%
        XYZ:
        43.4629, 26.6545, 3.3060
        xyY:
        0.5919, 0.3630, 26.6545
      CIE-Lab:
        58.6531, 63.4286, 66.3180
        CIE-LCH:
        58.6531, 91.7674, 46.2757
        CIE-Luv:
        58.6531, 141.6487, 46.5053
        Hunter-Lab:
        51.6280, 59.9210, 32.3429
      #fd500f color charts
#fd500f RGB chart
      #fd500f CMYK chart
      #fd500f RGB pie chart
      #fd500f color shades, tints & tones
#fd500f color schemes
#fd500f color preview, HTML & CSS examples
           This text has a color of #fd500f        
        
          <p style="color:#fd500f;">Text here</p>
        
        
          .mytext {color:#fd500f;}
        
        Text color #fd500f
      
           This box has a color of #fd500f        
        
          <div style="background-color:#fd500f;">Content here</div>
        
        
          .mybackground {background-color:#fd500f;}
        
        Background color #fd500f
      
           Border around this has a color of #fd500f        
        
          <div style="border:2px solid #fd500f;">Content here</div>
        
        
          .myborder {border:2px solid #fd500f;}
        
        Border color #fd500f