#fec12a color space conversions
Hex:
        #fec12a
        RGB:
        254, 193, 42
        CMY:
        0, 24, 84
        CMYK:
        0, 24, 83, 0
      HSL:
        43°, 99.0654%, 58.0392%
        HSV (HSB):
        43°, 83.4646%, 99.6078%
        XYZ:
        60.3609, 59.3779, 10.4702
        xyY:
        0.4636, 0.4560, 59.3779
      CIE-Lab:
        81.4989, 9.5225, 76.4735
        CIE-LCH:
        81.4989, 77.0641, 82.9020
        CIE-Luv:
        81.4989, 50.7699, 80.1147
        Hunter-Lab:
        77.0571, 4.9741, 45.8839
      #fec12a color charts
#fec12a RGB chart
      #fec12a CMYK chart
      #fec12a RGB pie chart
      #fec12a color shades, tints & tones
#fec12a color schemes
#fec12a color preview, HTML & CSS examples
           This text has a color of #fec12a        
        
          <p style="color:#fec12a;">Text here</p>
        
        
          .mytext {color:#fec12a;}
        
        Text color #fec12a
      
           This box has a color of #fec12a        
        
          <div style="background-color:#fec12a;">Content here</div>
        
        
          .mybackground {background-color:#fec12a;}
        
        Background color #fec12a
      
           Border around this has a color of #fec12a        
        
          <div style="border:2px solid #fec12a;">Content here</div>
        
        
          .myborder {border:2px solid #fec12a;}
        
        Border color #fec12a