Color: #F70A04
#F70A04 Color Information
#F70A04 is a dark color. The closest websafe version is #F70A04. A complement of this color would be #04F2F6, perceived brightness is 0.31, and the grayscale version is #7E7E7E.
In the HSL color space, this color has a hue angle of 1°,a saturation of 97%, and a lightness of 49%.The HSV representation shows a hue of 1°, a saturation of 98%, and a value of 97%.
In a RGB color space, #F70A04 is composed of 97% red, 4% green and 2% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 96% magenta, 98% yellow and 3% black.
In the Yxy color space, this color is represented as Y: 20.92, x: 0.6457, and y: 0.3320.
Color Code #F70A04
Shades of Color #F70A04
Shades are created by darkening the original color #F70A04 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 #F70A04
Tints are created by lightening the original color #F70A04 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 #F70A04 Color Code
In the HSL color space, this color has a hue angle of 1°, a saturation of 97%, and a lightness of 49%. The HSV representation shows a hue of 1°, a saturation of 98%, and a value of 97%.
- HEX: #F70A04
- RGB: rgb(247, 10, 4)
- HSL: hsl(1, 97%, 49%)
- HSV: hsv(1, 98%, 97%)
- CMYK: 0.00% cyan, 96.00% magenta, 98.00% yellow, 3.00% black
- XYZ: 40.69, 20.92, 1.41
- Yxy: 20.92, 0.6457, 0.3320
- Hunter Lab: 52.86, 78.23, 67.19
- CIE-Lab: 52.86, 78.23, 67.19
In the XYZ color space, this color is represented as X: 40.69, Y: 20.92, Z: 1.41. The Yxy representation further refines this as Y: 20.92, x: 0.6457, and y: 0.3320.
In the Hunter Lab color space, this color is represented as L: 52.86, a: 78.23, and b: 67.19. Similarly, in the CIE-Lab color space, it is represented as L: 52.86, a: 78.23, and b: 67.19.
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 #F70A04
Triadic colors are three colors evenly spaced around the color wheel, including #F70A04. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #F70A04
Split complementary colors are two colors adjacent to the complementary color of #F70A04. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #F70A04
Monochromatic colors are variations of #F70A04, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #F70A04
The complementary color of #F70A04 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 #F70A04
/* Using HEX */ body { background-color: #f70a04; }
/* Using RGB */ body { background-color: rgb(247, 10, 4); }
/* Using RGB with opacity */ body { background-color: rgba(247, 10, 4, 0.5); }
/* Using HSL */ body { background-color: hsl(1, 97%, 49%); }
/* Text color */ p { color: #f70a04; }
/* Box shadow */ div { box-shadow: 4px 4px #f70a04; }
/* Border color */ .box { border: 4px solid #f70a04; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #f70a04; }
/* Background with text */ div { background: #f70a04; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #F70A04
<!-- Using HEX --> <div style="background-color: #f70a04; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(247, 10, 4); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(247, 10, 4, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(1, 97%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #f70a04;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #f70a04; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #f70a04; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #f70a04;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #f70a04; color: #fff; padding: 16px; border-radius: 8px;"> #F70A04 </div>
Related Colors of #F70A04
These colors are similar to #F70A04, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.