Color: #F0A12C
#F0A12C Color Information
#F0A12C is a light color. The closest websafe version is #F0A12C. A complement of this color would be #2D7BF0, perceived brightness is 0.67, and the grayscale version is #8E8E8E.
In the HSL color space, this color has a hue angle of 36°,a saturation of 87%, and a lightness of 56%.The HSV representation shows a hue of 36°, a saturation of 82%, and a value of 94%.
In a RGB color space, #F0A12C is composed of 94% red, 63% green and 17% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 33% magenta, 82% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 45.09, x: 0.5025, and y: 0.4351.
Color Code #F0A12C
Shades of Color #F0A12C
Shades are created by darkening the original color #F0A12C in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #F0A12C
Tints are created by lightening the original color #F0A12C in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #F0A12C Color Code
In the HSL color space, this color has a hue angle of 36°, a saturation of 87%, and a lightness of 56%. The HSV representation shows a hue of 36°, a saturation of 82%, and a value of 94%.
- HEX: #F0A12C
- RGB: rgb(240, 161, 44)
- HSL: hsl(36, 87%, 56%)
- HSV: hsv(36, 82%, 94%)
- CMYK: 0.00% cyan, 33.00% magenta, 82.00% yellow, 6.00% black
- XYZ: 52.08, 45.09, 6.47
- Yxy: 45.09, 0.5025, 0.4351
- Hunter Lab: 72.95, 23.79, 67.75
- CIE-Lab: 72.95, 23.79, 67.75
In the XYZ color space, this color is represented as X: 52.08, Y: 45.09, Z: 6.47. The Yxy representation further refines this as Y: 45.09, x: 0.5025, and y: 0.4351.
In the Hunter Lab color space, this color is represented as L: 72.95, a: 23.79, and b: 67.75. Similarly, in the CIE-Lab color space, it is represented as L: 72.95, a: 23.79, and b: 67.75.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #F0A12C
Triadic colors are three colors evenly spaced around the color wheel, including #F0A12C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #F0A12C
Monochromatic colors are variations of #F0A12C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #F0A12C
The complementary color of #F0A12C is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #F0A12C
/* Using HEX */ body { background-color: #f0a12c; }
/* Using RGB */ body { background-color: rgb(240, 161, 44); }
/* Using RGB with opacity */ body { background-color: rgba(240, 161, 44, 0.5); }
/* Using HSL */ body { background-color: hsl(36, 87%, 56%); }
/* Text color */ p { color: #f0a12c; }
/* Box shadow */ div { box-shadow: 4px 4px #f0a12c; }
/* Border color */ .box { border: 4px solid #f0a12c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #f0a12c; }
/* Background with text */ div { background: #f0a12c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #F0A12C
<!-- Using HEX --> <div style="background-color: #f0a12c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(240, 161, 44); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(240, 161, 44, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(36, 87%, 56%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #f0a12c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #f0a12c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #f0a12c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #f0a12c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #f0a12c; color: #fff; padding: 16px; border-radius: 8px;"> #F0A12C </div>
Related Colors of #F0A12C
These colors are similar to #F0A12C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.