#f0f070 color space conversions
Hex:
        #f0f070
        RGB:
        240, 240, 112
        CMY:
        6, 6, 56
        CMYK:
        0, 0, 53, 6
      HSL:
        60°, 81.0127%, 69.0196%
        HSV (HSB):
        60°, 53.3333%, 94.1176%
        XYZ:
        70.0199, 82.0153, 27.4693
        xyY:
        0.3901, 0.4569, 82.0153
      CIE-Lab:
        92.5816, -16.4480, 60.8352
        CIE-LCH:
        92.5816, 63.0195, 105.1293
        CIE-Luv:
        92.5816, 5.6885, 78.8550
        Hunter-Lab:
        90.5623, -20.4735, 45.4098
      #f0f070 color charts
#f0f070 RGB chart
      #f0f070 CMYK chart
      #f0f070 RGB pie chart
      #f0f070 color shades, tints & tones
#f0f070 color schemes
#f0f070 color preview, HTML & CSS examples
           This text has a color of #f0f070        
        
          <p style="color:#f0f070;">Text here</p>
        
        
          .mytext {color:#f0f070;}
        
        Text color #f0f070
      
           This box has a color of #f0f070        
        
          <div style="background-color:#f0f070;">Content here</div>
        
        
          .mybackground {background-color:#f0f070;}
        
        Background color #f0f070
      
           Border around this has a color of #f0f070        
        
          <div style="border:2px solid #f0f070;">Content here</div>
        
        
          .myborder {border:2px solid #f0f070;}
        
        Border color #f0f070