Color: #F24C2C

#F24C2C Color Information

#F24C2C is a dark color. The closest websafe version is #F24C2C. A complement of this color would be #2CD1F2, perceived brightness is 0.48, and the grayscale version is #8F8F8F.

In the HSL color space, this color has a hue angle of 10°,a saturation of 88%, and a lightness of 56%.The HSV representation shows a hue of 10°, a saturation of 82%, and a value of 95%.

In a RGB color space, #F24C2C is composed of 95% red, 30% green and 17% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 69% magenta, 82% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 25.09, x: 0.5922, and y: 0.3549.

Color Code #F24C2C

#F24C2Crgb(242, 76, 44)
HEX
#F24C2C
RGB
rgb(242, 76, 44)
HSL
hsl(10, 88%, 56%)
HSV
hsv(10, 82%, 95%)
CMYK
0%, 69%, 82%, 5%
XYZ
X: 41.86, Y: 25.09, Z: 3.74
Lab
L: 57.16, a: 63.25, b: 54.85
Name

Shades of Color #F24C2C

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

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

#F24C2Crgb(242, 76, 44)

About #F24C2C Color Code

In the HSL color space, this color has a hue angle of 10°, a saturation of 88%, and a lightness of 56%. The HSV representation shows a hue of 10°, a saturation of 82%, and a value of 95%.

  • HEX: #F24C2C
  • RGB: rgb(242, 76, 44)
  • HSL: hsl(10, 88%, 56%)
  • HSV: hsv(10, 82%, 95%)
  • CMYK: 0.00% cyan, 69.00% magenta, 82.00% yellow, 5.00% black
  • XYZ: 41.86, 25.09, 3.74
  • Yxy: 25.09, 0.5922, 0.3549
  • Hunter Lab: 57.16, 63.25, 54.85
  • CIE-Lab: 57.16, 63.25, 54.85

In the XYZ color space, this color is represented as X: 41.86, Y: 25.09, Z: 3.74. The Yxy representation further refines this as Y: 25.09, x: 0.5922, and y: 0.3549.

In the Hunter Lab color space, this color is represented as L: 57.16, a: 63.25, and b: 54.85. Similarly, in the CIE-Lab color space, it is represented as L: 57.16, a: 63.25, and b: 54.85.

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

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

Analogous Colors of #F24C2C

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

Monochromatic Colors of #F24C2C

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

Complementary Color of #F24C2C

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

/* Using HEX */
body {
  background-color: #f24c2c;
}
/* Using RGB */
body {
  background-color: rgb(242, 76, 44);
}
/* Using RGB with opacity */
body {
  background-color: rgba(242, 76, 44, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(10, 88%, 56%);
}
/* Text color */
p {
  color: #f24c2c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f24c2c;
}
/* Border color */
.box {
  border: 4px solid #f24c2c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #f24c2c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #f24c2c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#F24C2C
On Black Background
#F24C2C
On White Background
#F24C2C

HTML Examples of #F24C2C

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

Related Colors of #F24C2C

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