#facb64 color space conversions
Hex:
        #facb64
        RGB:
        250, 203, 100
        CMY:
        2, 20, 61
        CMYK:
        0, 19, 60, 2
      HSL:
        41°, 93.7500%, 68.6275%
        HSV (HSB):
        41°, 60.0000%, 98.0392%
        XYZ:
        63.0805, 63.9560, 21.0766
        xyY:
        0.4259, 0.4318, 63.9560
      CIE-Lab:
        83.9428, 5.3483, 56.6214
        CIE-LCH:
        83.9428, 56.8734, 84.6040
        CIE-Luv:
        83.9428, 37.7312, 67.5013
        Hunter-Lab:
        79.9725, 0.8450, 40.3549
      #facb64 color charts
#facb64 RGB chart
      #facb64 CMYK chart
      #facb64 RGB pie chart
      #facb64 color shades, tints & tones
#facb64 color schemes
#facb64 color preview, HTML & CSS examples
           This text has a color of #facb64        
        
          <p style="color:#facb64;">Text here</p>
        
        
          .mytext {color:#facb64;}
        
        Text color #facb64
      
           This box has a color of #facb64        
        
          <div style="background-color:#facb64;">Content here</div>
        
        
          .mybackground {background-color:#facb64;}
        
        Background color #facb64
      
           Border around this has a color of #facb64        
        
          <div style="border:2px solid #facb64;">Content here</div>
        
        
          .myborder {border:2px solid #facb64;}
        
        Border color #facb64