#fadc27 color space conversions
Hex:
        #fadc27
        RGB:
        250, 220, 39
        CMY:
        2, 14, 85
        CMYK:
        0, 12, 84, 2
      HSL:
        51°, 95.4751%, 56.6667%
        HSV (HSB):
        51°, 84.4000%, 98.0392%
        XYZ:
        65.3837, 71.6569, 12.3045
        xyY:
        0.4378, 0.4798, 71.6569
      CIE-Lab:
        87.8032, -6.0463, 82.2773
        CIE-LCH:
        87.8032, 82.4991, 94.2029
        CIE-Luv:
        87.8032, 27.7787, 90.7699
        Hunter-Lab:
        84.6504, -10.2652, 50.6371
      #fadc27 color charts
#fadc27 RGB chart
      #fadc27 CMYK chart
      #fadc27 RGB pie chart
      #fadc27 color shades, tints & tones
#fadc27 color schemes
#fadc27 color preview, HTML & CSS examples
           This text has a color of #fadc27        
        
          <p style="color:#fadc27;">Text here</p>
        
        
          .mytext {color:#fadc27;}
        
        Text color #fadc27
      
           This box has a color of #fadc27        
        
          <div style="background-color:#fadc27;">Content here</div>
        
        
          .mybackground {background-color:#fadc27;}
        
        Background color #fadc27
      
           Border around this has a color of #fadc27        
        
          <div style="border:2px solid #fadc27;">Content here</div>
        
        
          .myborder {border:2px solid #fadc27;}
        
        Border color #fadc27