#fac01e color space conversions
Hex:
        #fac01e
        RGB:
        250, 192, 30
        CMY:
        2, 25, 88
        CMYK:
        0, 23, 88, 2
      HSL:
        44°, 95.6522%, 54.9020%
        HSV (HSB):
        44°, 88.0000%, 98.0392%
        XYZ:
        58.5083, 58.1170, 9.3623
        xyY:
        0.4644, 0.4613, 58.1170
      CIE-Lab:
        80.8038, 8.0759, 78.6282
        CIE-LCH:
        80.8038, 79.0419, 84.1357
        CIE-Luv:
        80.8038, 48.7036, 81.3558
        Hunter-Lab:
        76.2345, 3.5845, 46.0828
      #fac01e color charts
#fac01e RGB chart
      #fac01e CMYK chart
      #fac01e RGB pie chart
      #fac01e color shades, tints & tones
#fac01e color schemes
#fac01e color preview, HTML & CSS examples
           This text has a color of #fac01e        
        
          <p style="color:#fac01e;">Text here</p>
        
        
          .mytext {color:#fac01e;}
        
        Text color #fac01e
      
           This box has a color of #fac01e        
        
          <div style="background-color:#fac01e;">Content here</div>
        
        
          .mybackground {background-color:#fac01e;}
        
        Background color #fac01e
      
           Border around this has a color of #fac01e        
        
          <div style="border:2px solid #fac01e;">Content here</div>
        
        
          .myborder {border:2px solid #fac01e;}
        
        Border color #fac01e