#fd950b color space conversions
Hex:
        #fd950b
        RGB:
        253, 149, 11
        CMY:
        1, 42, 96
        CMYK:
        0, 41, 96, 1
      HSL:
        34°, 98.3740%, 51.7647%
        HSV (HSB):
        34°, 95.6522%, 99.2157%
        XYZ:
        51.3159, 42.4017, 5.7963
        xyY:
        0.5157, 0.4261, 42.4017
      CIE-Lab:
        71.1470, 31.5039, 75.0172
        CIE-LCH:
        71.1470, 81.3638, 67.2198
        CIE-Luv:
        71.1470, 86.4102, 67.6749
        Hunter-Lab:
        65.1166, 26.7149, 40.3039
      #fd950b color charts
#fd950b RGB chart
      #fd950b CMYK chart
      #fd950b RGB pie chart
      #fd950b color shades, tints & tones
#fd950b color schemes
#fd950b color preview, HTML & CSS examples
           This text has a color of #fd950b        
        
          <p style="color:#fd950b;">Text here</p>
        
        
          .mytext {color:#fd950b;}
        
        Text color #fd950b
      
           This box has a color of #fd950b        
        
          <div style="background-color:#fd950b;">Content here</div>
        
        
          .mybackground {background-color:#fd950b;}
        
        Background color #fd950b
      
           Border around this has a color of #fd950b        
        
          <div style="border:2px solid #fd950b;">Content here</div>
        
        
          .myborder {border:2px solid #fd950b;}
        
        Border color #fd950b