#faff35 color space conversions
Hex:
        #faff35
        RGB:
        250, 255, 53
        CMY:
        2, 0, 79
        CMYK:
        2, 0, 79, 0
      HSL:
        61°, 100.0000%, 60.3922%
        HSV (HSB):
        61°, 79.2157%, 100.0000%
        XYZ:
        75.8269, 92.1010, 17.1489
        xyY:
        0.4097, 0.4976, 92.1010
      CIE-Lab:
        96.8616, -22.7425, 86.5810
        CIE-LCH:
        96.8616, 89.5181, 104.7176
        CIE-Luv:
        96.8616, 4.0137, 102.0592
        Hunter-Lab:
        95.9693, -26.9104, 56.5839
      #faff35 color charts
#faff35 RGB chart
      #faff35 CMYK chart
      #faff35 RGB pie chart
      #faff35 color shades, tints & tones
#faff35 color schemes
#faff35 color preview, HTML & CSS examples
           This text has a color of #faff35        
        
          <p style="color:#faff35;">Text here</p>
        
        
          .mytext {color:#faff35;}
        
        Text color #faff35
      
           This box has a color of #faff35        
        
          <div style="background-color:#faff35;">Content here</div>
        
        
          .mybackground {background-color:#faff35;}
        
        Background color #faff35
      
           Border around this has a color of #faff35        
        
          <div style="border:2px solid #faff35;">Content here</div>
        
        
          .myborder {border:2px solid #faff35;}
        
        Border color #faff35