#fadd1a color space conversions
Hex:
        #fadd1a
        RGB:
        250, 221, 26
        CMY:
        2, 13, 90
        CMYK:
        0, 12, 90, 2
      HSL:
        52°, 95.7265%, 54.1176%
        HSV (HSB):
        52°, 89.6000%, 98.0392%
        XYZ:
        65.4672, 72.1115, 11.4457
        xyY:
        0.4393, 0.4839, 72.1115
      CIE-Lab:
        88.0222, -6.8027, 84.9591
        CIE-LCH:
        88.0222, 85.2310, 94.5779
        CIE-Luv:
        88.0222, 27.2406, 92.6635
        Hunter-Lab:
        84.9185, -10.9941, 51.4516
      #fadd1a color charts
#fadd1a RGB chart
      #fadd1a CMYK chart
      #fadd1a RGB pie chart
      #fadd1a color shades, tints & tones
#fadd1a color schemes
#fadd1a color preview, HTML & CSS examples
           This text has a color of #fadd1a        
        
          <p style="color:#fadd1a;">Text here</p>
        
        
          .mytext {color:#fadd1a;}
        
        Text color #fadd1a
      
           This box has a color of #fadd1a        
        
          <div style="background-color:#fadd1a;">Content here</div>
        
        
          .mybackground {background-color:#fadd1a;}
        
        Background color #fadd1a
      
           Border around this has a color of #fadd1a        
        
          <div style="border:2px solid #fadd1a;">Content here</div>
        
        
          .myborder {border:2px solid #fadd1a;}
        
        Border color #fadd1a