Color: #F90A06

#F90A06 Color Information

#F90A06 is a dark color. The closest websafe version is #F90A06. A complement of this color would be #06F5F9, perceived brightness is 0.32, and the grayscale version is #808080.

In the HSL color space, this color has a hue angle of 1°,a saturation of 95%, and a lightness of 50%.The HSV representation shows a hue of 1°, a saturation of 98%, and a value of 98%.

In a RGB color space, #F90A06 is composed of 98% red, 4% green and 2% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 96% magenta, 98% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 21.31, x: 0.6452, and y: 0.3317.

Color Code #F90A06

#F90A06rgb(249, 10, 6)
HEX
#F90A06
RGB
rgb(249, 10, 6)
HSL
hsl(1, 95%, 50%)
HSV
hsv(1, 98%, 98%)
CMYK
0%, 96%, 98%, 2%
XYZ
X: 41.45, Y: 21.31, Z: 1.48
Lab
L: 53.28, a: 78.73, b: 67.11
Name

Shades of Color #F90A06

Shades are created by darkening the original color #F90A06 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 #F90A06

Tints are created by lightening the original color #F90A06 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.

#F90A06rgb(249, 10, 6)

About #F90A06 Color Code

In the HSL color space, this color has a hue angle of 1°, a saturation of 95%, and a lightness of 50%. The HSV representation shows a hue of 1°, a saturation of 98%, and a value of 98%.

  • HEX: #F90A06
  • RGB: rgb(249, 10, 6)
  • HSL: hsl(1, 95%, 50%)
  • HSV: hsv(1, 98%, 98%)
  • CMYK: 0.00% cyan, 96.00% magenta, 98.00% yellow, 2.00% black
  • XYZ: 41.45, 21.31, 1.48
  • Yxy: 21.31, 0.6452, 0.3317
  • Hunter Lab: 53.28, 78.73, 67.11
  • CIE-Lab: 53.28, 78.73, 67.11

In the XYZ color space, this color is represented as X: 41.45, Y: 21.31, Z: 1.48. The Yxy representation further refines this as Y: 21.31, x: 0.6452, and y: 0.3317.

In the Hunter Lab color space, this color is represented as L: 53.28, a: 78.73, and b: 67.11. Similarly, in the CIE-Lab color space, it is represented as L: 53.28, a: 78.73, and b: 67.11.

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 #F90A06

Triadic colors are three colors evenly spaced around the color wheel, including #F90A06. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #F90A06

Analogous colors are adjacent to #F90A06 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #F90A06

Monochromatic colors are variations of #F90A06, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #F90A06

The complementary color of #F90A06 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 #F90A06

/* Using HEX */
body {
  background-color: #f90a06;
}
/* Using RGB */
body {
  background-color: rgb(249, 10, 6);
}
/* Using RGB with opacity */
body {
  background-color: rgba(249, 10, 6, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(1, 95%, 50%);
}
/* Text color */
p {
  color: #f90a06;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f90a06;
}
/* Border color */
.box {
  border: 4px solid #f90a06;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #f90a06;
}
Text Shadow Preview
/* Background with text */
div {
  background: #f90a06;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#F90A06
On Black Background
#F90A06
On White Background
#F90A06

HTML Examples of #F90A06

<!-- Using HEX -->
<div style="background-color: #f90a06; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(249, 10, 6); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(249, 10, 6, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(1, 95%, 50%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #f90a06;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #f90a06; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #f90a06; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #f90a06;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #f90a06; color: #fff; padding: 16px; border-radius: 8px;">
  #F90A06
</div>
#F90A06
On Black Background
#F90A06
On White Background
#F90A06

Related Colors of #F90A06

These colors are similar to #F90A06, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.