#faff01 color space conversions
Hex:
        #faff01
        RGB:
        250, 255, 1
        CMY:
        2, 0, 100
        CMYK:
        2, 0, 100, 0
      HSL:
        61°, 100.0000%, 50.1961%
        HSV (HSB):
        61°, 99.6078%, 100.0000%
        XYZ:
        75.1898, 91.8462, 13.7939
        xyY:
        0.4158, 0.5079, 91.8462
      CIE-Lab:
        96.7574, -23.5959, 93.9619
        CIE-LCH:
        96.7574, 96.8793, 104.0967
        CIE-Luv:
        96.7574, 4.3220, 106.7360
        Hunter-Lab:
        95.8364, -27.6690, 58.5518
      #faff01 color charts
#faff01 RGB chart
      #faff01 CMYK chart
      #faff01 RGB pie chart
      #faff01 color shades, tints & tones
#faff01 color schemes
#faff01 color preview, HTML & CSS examples
           This text has a color of #faff01        
        
          <p style="color:#faff01;">Text here</p>
        
        
          .mytext {color:#faff01;}
        
        Text color #faff01
      
           This box has a color of #faff01        
        
          <div style="background-color:#faff01;">Content here</div>
        
        
          .mybackground {background-color:#faff01;}
        
        Background color #faff01
      
           Border around this has a color of #faff01        
        
          <div style="border:2px solid #faff01;">Content here</div>
        
        
          .myborder {border:2px solid #faff01;}
        
        Border color #faff01