#fac12b color space conversions
Hex:
        #fac12b
        RGB:
        250, 193, 43
        CMY:
        2, 24, 83
        CMYK:
        0, 23, 83, 2
      HSL:
        43°, 95.3917%, 57.4510%
        HSV (HSB):
        43°, 82.8000%, 98.0392%
        XYZ:
        58.9304, 58.6383, 10.4979
        xyY:
        0.4602, 0.4579, 58.6383
      CIE-Lab:
        81.0924, 7.8522, 75.6920
        CIE-LCH:
        81.0924, 76.0982, 84.0774
        CIE-Luv:
        81.0924, 47.6206, 79.8360
        Hunter-Lab:
        76.5757, 3.3608, 45.4748
      #fac12b color charts
#fac12b RGB chart
      #fac12b CMYK chart
      #fac12b RGB pie chart
      #fac12b color shades, tints & tones
#fac12b color schemes
#fac12b color preview, HTML & CSS examples
           This text has a color of #fac12b        
        
          <p style="color:#fac12b;">Text here</p>
        
        
          .mytext {color:#fac12b;}
        
        Text color #fac12b
      
           This box has a color of #fac12b        
        
          <div style="background-color:#fac12b;">Content here</div>
        
        
          .mybackground {background-color:#fac12b;}
        
        Background color #fac12b
      
           Border around this has a color of #fac12b        
        
          <div style="border:2px solid #fac12b;">Content here</div>
        
        
          .myborder {border:2px solid #fac12b;}
        
        Border color #fac12b