#fffc2a color space conversions
Hex:
        #fffc2a
        RGB:
        255, 252, 42
        CMY:
        0, 1, 84
        CMYK:
        0, 1, 84, 0
      HSL:
        59°, 100.0000%, 58.2353%
        HSV (HSB):
        59°, 83.5294%, 100.0000%
        XYZ:
        76.4683, 91.0480, 15.7342
        xyY:
        0.4173, 0.4968, 91.0480
      CIE-Lab:
        96.4298, -19.5775, 88.8923
        CIE-LCH:
        96.4298, 91.0226, 102.4205
        CIE-Luv:
        96.4298, 9.4374, 102.5973
        Hunter-Lab:
        95.4191, -23.9344, 57.0167
      #fffc2a color charts
#fffc2a RGB chart
      #fffc2a CMYK chart
      #fffc2a RGB pie chart
      #fffc2a color shades, tints & tones
#fffc2a color schemes
#fffc2a color preview, HTML & CSS examples
           This text has a color of #fffc2a        
        
          <p style="color:#fffc2a;">Text here</p>
        
        
          .mytext {color:#fffc2a;}
        
        Text color #fffc2a
      
           This box has a color of #fffc2a        
        
          <div style="background-color:#fffc2a;">Content here</div>
        
        
          .mybackground {background-color:#fffc2a;}
        
        Background color #fffc2a
      
           Border around this has a color of #fffc2a        
        
          <div style="border:2px solid #fffc2a;">Content here</div>
        
        
          .myborder {border:2px solid #fffc2a;}
        
        Border color #fffc2a