#facb2b color space conversions
Hex:
        #facb2b
        RGB:
        250, 203, 43
        CMY:
        2, 20, 83
        CMYK:
        0, 19, 83, 2
      HSL:
        46°, 95.3917%, 57.4510%
        HSV (HSB):
        46°, 82.8000%, 98.0392%
        XYZ:
        61.2163, 63.2103, 11.2599
        xyY:
        0.4512, 0.4659, 63.2103
      CIE-Lab:
        83.5529, 2.6897, 77.7670
        CIE-LCH:
        83.5529, 77.8135, 88.0191
        CIE-Luv:
        83.5529, 40.0766, 83.6624
        Hunter-Lab:
        79.5049, -1.6941, 47.2565
      #facb2b color charts
#facb2b RGB chart
      #facb2b CMYK chart
      #facb2b RGB pie chart
      #facb2b color shades, tints & tones
#facb2b color schemes
#facb2b color preview, HTML & CSS examples
           This text has a color of #facb2b        
        
          <p style="color:#facb2b;">Text here</p>
        
        
          .mytext {color:#facb2b;}
        
        Text color #facb2b
      
           This box has a color of #facb2b        
        
          <div style="background-color:#facb2b;">Content here</div>
        
        
          .mybackground {background-color:#facb2b;}
        
        Background color #facb2b
      
           Border around this has a color of #facb2b        
        
          <div style="border:2px solid #facb2b;">Content here</div>
        
        
          .myborder {border:2px solid #facb2b;}
        
        Border color #facb2b