Color: #FA080C

#FA080C Color Information

#FA080C is a dark color. The closest websafe version is #FA080C. A complement of this color would be #0AFAF6, perceived brightness is 0.32, and the grayscale version is #818181.

In the HSL color space, this color has a hue angle of 359°,a saturation of 96%, and a lightness of 51%.The HSV representation shows a hue of 359°, a saturation of 97%, and a value of 98%.

In a RGB color space, #FA080C is composed of 98% red, 3% green and 5% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 97% magenta, 95% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 21.47, x: 0.6443, and y: 0.3307.

Color Code #FA080C

#FA080Crgb(250, 8, 12)
HEX
#FA080C
RGB
rgb(250, 8, 12)
HSL
hsl(359, 96%, 51%)
HSV
hsv(359, 97%, 98%)
CMYK
0%, 97%, 95%, 2%
XYZ
X: 41.83, Y: 21.47, Z: 1.62
Lab
L: 53.46, a: 79.13, b: 65.82
Name

Shades of Color #FA080C

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

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

#FA080Crgb(250, 8, 12)

About #FA080C Color Code

In the HSL color space, this color has a hue angle of 359°, a saturation of 96%, and a lightness of 51%. The HSV representation shows a hue of 359°, a saturation of 97%, and a value of 98%.

  • HEX: #FA080C
  • RGB: rgb(250, 8, 12)
  • HSL: hsl(359, 96%, 51%)
  • HSV: hsv(359, 97%, 98%)
  • CMYK: 0.00% cyan, 97.00% magenta, 95.00% yellow, 2.00% black
  • XYZ: 41.83, 21.47, 1.62
  • Yxy: 21.47, 0.6443, 0.3307
  • Hunter Lab: 53.46, 79.13, 65.82
  • CIE-Lab: 53.46, 79.13, 65.82

In the XYZ color space, this color is represented as X: 41.83, Y: 21.47, Z: 1.62. The Yxy representation further refines this as Y: 21.47, x: 0.6443, and y: 0.3307.

In the Hunter Lab color space, this color is represented as L: 53.46, a: 79.13, and b: 65.82. Similarly, in the CIE-Lab color space, it is represented as L: 53.46, a: 79.13, and b: 65.82.

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

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

Analogous Colors of #FA080C

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

Split Complementary Colors of #FA080C

Split complementary colors are two colors adjacent to the complementary color of #FA080C. They create a balanced and visually appealing color scheme.

Tetradic Colors of #FA080C

Tetradic colors form a rectangle on the color wheel, including #FA080C. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #FA080C

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

Complementary Color of #FA080C

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

/* Using HEX */
body {
  background-color: #fa080c;
}
/* Using RGB */
body {
  background-color: rgb(250, 8, 12);
}
/* Using RGB with opacity */
body {
  background-color: rgba(250, 8, 12, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(359, 96%, 51%);
}
/* Text color */
p {
  color: #fa080c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fa080c;
}
/* Border color */
.box {
  border: 4px solid #fa080c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fa080c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fa080c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FA080C
On Black Background
#FA080C
On White Background
#FA080C

HTML Examples of #FA080C

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

Related Colors of #FA080C

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