#fafd15 color space conversions
Hex:
        #fafd15
        RGB:
        250, 253, 21
        CMY:
        2, 1, 92
        CMYK:
        1, 0, 92, 1
      HSL:
        61°, 98.3051%, 53.7255%
        HSV (HSB):
        61°, 91.6996%, 99.2157%
        XYZ:
        74.6850, 90.6287, 14.2662
        xyY:
        0.4159, 0.5047, 90.6287
      CIE-Lab:
        96.2569, -22.4760, 91.9653
        CIE-LCH:
        96.2569, 94.6720, 103.7337
        CIE-Luv:
        96.2569, 5.5475, 105.0321
        Hunter-Lab:
        95.1991, -26.5628, 57.7544
      #fafd15 color charts
#fafd15 RGB chart
      #fafd15 CMYK chart
      #fafd15 RGB pie chart
      #fafd15 color shades, tints & tones
#fafd15 color schemes
#fafd15 color preview, HTML & CSS examples
           This text has a color of #fafd15        
        
          <p style="color:#fafd15;">Text here</p>
        
        
          .mytext {color:#fafd15;}
        
        Text color #fafd15
      
           This box has a color of #fafd15        
        
          <div style="background-color:#fafd15;">Content here</div>
        
        
          .mybackground {background-color:#fafd15;}
        
        Background color #fafd15
      
           Border around this has a color of #fafd15        
        
          <div style="border:2px solid #fafd15;">Content here</div>
        
        
          .myborder {border:2px solid #fafd15;}
        
        Border color #fafd15