#ffbf2a color space conversions
Hex:
        #ffbf2a
        RGB:
        255, 191, 42
        CMY:
        0, 25, 84
        CMYK:
        0, 25, 84, 0
      HSL:
        42°, 100.0000%, 58.2353%
        HSV (HSB):
        42°, 83.5294%, 100.0000%
        XYZ:
        60.2887, 58.6888, 10.3410
        xyY:
        0.4662, 0.4538, 58.6888
      CIE-Lab:
        81.1202, 10.9833, 76.1991
        CIE-LCH:
        81.1202, 76.9866, 81.7979
        CIE-Luv:
        81.1202, 53.1004, 79.3851
        Hunter-Lab:
        76.6086, 6.4092, 45.6228
      #ffbf2a color charts
#ffbf2a RGB chart
      #ffbf2a CMYK chart
      #ffbf2a RGB pie chart
      #ffbf2a color shades, tints & tones
#ffbf2a color schemes
#ffbf2a color preview, HTML & CSS examples
           This text has a color of #ffbf2a        
        
          <p style="color:#ffbf2a;">Text here</p>
        
        
          .mytext {color:#ffbf2a;}
        
        Text color #ffbf2a
      
           This box has a color of #ffbf2a        
        
          <div style="background-color:#ffbf2a;">Content here</div>
        
        
          .mybackground {background-color:#ffbf2a;}
        
        Background color #ffbf2a
      
           Border around this has a color of #ffbf2a        
        
          <div style="border:2px solid #ffbf2a;">Content here</div>
        
        
          .myborder {border:2px solid #ffbf2a;}
        
        Border color #ffbf2a