Color: #FB724F

#FB724F Color Information

#FB724F is a light color. The closest websafe version is #FB724F. A complement of this color would be #50D9FB, perceived brightness is 0.59, and the grayscale version is #A5A5A5.

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

In a RGB color space, #FB724F is composed of 98% red, 45% green and 31% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 55% magenta, 69% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 34.00, x: 0.5385, and y: 0.3686.

Color Code #FB724F

#FB724Frgb(251, 114, 79)
HEX
#FB724F
RGB
rgb(251, 114, 79)
HSL
hsl(12, 96%, 65%)
HSV
hsv(12, 69%, 98%)
CMYK
0%, 55%, 69%, 2%
XYZ
X: 49.67, Y: 34.00, Z: 8.56
Lab
L: 64.96, a: 51.82, b: 45.61
Name

Shades of Color #FB724F

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

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

#FB724Frgb(251, 114, 79)

About #FB724F Color Code

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

  • HEX: #FB724F
  • RGB: rgb(251, 114, 79)
  • HSL: hsl(12, 96%, 65%)
  • HSV: hsv(12, 69%, 98%)
  • CMYK: 0.00% cyan, 55.00% magenta, 69.00% yellow, 2.00% black
  • XYZ: 49.67, 34.00, 8.56
  • Yxy: 34.00, 0.5385, 0.3686
  • Hunter Lab: 64.96, 51.82, 45.61
  • CIE-Lab: 64.96, 51.82, 45.61

In the XYZ color space, this color is represented as X: 49.67, Y: 34.00, Z: 8.56. The Yxy representation further refines this as Y: 34.00, x: 0.5385, and y: 0.3686.

In the Hunter Lab color space, this color is represented as L: 64.96, a: 51.82, and b: 45.61. Similarly, in the CIE-Lab color space, it is represented as L: 64.96, a: 51.82, and b: 45.61.

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

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

Analogous Colors of #FB724F

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

Split Complementary Colors of #FB724F

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

Tetradic Colors of #FB724F

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

Monochromatic Colors of #FB724F

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

Complementary Color of #FB724F

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

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

HTML Examples of #FB724F

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

Related Colors of #FB724F

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