#fafd02 color space conversions
Hex:
        #fafd02
        RGB:
        250, 253, 2
        CMY:
        2, 1, 99
        CMYK:
        1, 0, 99, 1
      HSL:
        61°, 98.4314%, 50.0000%
        HSV (HSB):
        61°, 99.2095%, 99.2157%
        XYZ:
        74.5606, 90.5789, 13.6112
        xyY:
        0.4171, 0.5067, 90.5789
      CIE-Lab:
        96.2364, -22.6438, 93.5091
        CIE-LCH:
        96.2364, 96.2117, 103.6125
        CIE-Luv:
        96.2364, 5.6109, 105.9589
        Hunter-Lab:
        95.1730, -26.7119, 58.1417
      #fafd02 color charts
#fafd02 RGB chart
      #fafd02 CMYK chart
      #fafd02 RGB pie chart
      #fafd02 color shades, tints & tones
#fafd02 color schemes
#fafd02 color preview, HTML & CSS examples
           This text has a color of #fafd02        
        
          <p style="color:#fafd02;">Text here</p>
        
        
          .mytext {color:#fafd02;}
        
        Text color #fafd02
      
           This box has a color of #fafd02        
        
          <div style="background-color:#fafd02;">Content here</div>
        
        
          .mybackground {background-color:#fafd02;}
        
        Background color #fafd02
      
           Border around this has a color of #fafd02        
        
          <div style="border:2px solid #fafd02;">Content here</div>
        
        
          .myborder {border:2px solid #fafd02;}
        
        Border color #fafd02