Color: #FA685B

#FA685B Color Information

#FA685B is a light color. The closest websafe version is #FA685B. A complement of this color would be #5CEDFA, perceived brightness is 0.57, and the grayscale version is #ABABAB.

In the HSL color space, this color has a hue angle of 5°,a saturation of 94%, and a lightness of 67%.The HSV representation shows a hue of 5°, a saturation of 64%, and a value of 98%.

In a RGB color space, #FA685B is composed of 98% red, 41% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 58% magenta, 64% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 31.83, x: 0.5361, and y: 0.3518.

Color Code #FA685B

#FA685Brgb(250, 104, 91)
HEX
#FA685B
RGB
rgb(250, 104, 91)
HSL
hsl(5, 94%, 67%)
HSV
hsv(5, 64%, 98%)
CMYK
0%, 58%, 64%, 2%
XYZ
X: 48.51, Y: 31.83, Z: 10.15
Lab
L: 63.20, a: 56.30, b: 37.10
Name

Shades of Color #FA685B

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

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

#FA685Brgb(250, 104, 91)

About #FA685B Color Code

In the HSL color space, this color has a hue angle of 5°, a saturation of 94%, and a lightness of 67%. The HSV representation shows a hue of 5°, a saturation of 64%, and a value of 98%.

  • HEX: #FA685B
  • RGB: rgb(250, 104, 91)
  • HSL: hsl(5, 94%, 67%)
  • HSV: hsv(5, 64%, 98%)
  • CMYK: 0.00% cyan, 58.00% magenta, 64.00% yellow, 2.00% black
  • XYZ: 48.51, 31.83, 10.15
  • Yxy: 31.83, 0.5361, 0.3518
  • Hunter Lab: 63.20, 56.30, 37.10
  • CIE-Lab: 63.20, 56.30, 37.10

In the XYZ color space, this color is represented as X: 48.51, Y: 31.83, Z: 10.15. The Yxy representation further refines this as Y: 31.83, x: 0.5361, and y: 0.3518.

In the Hunter Lab color space, this color is represented as L: 63.20, a: 56.30, and b: 37.10. Similarly, in the CIE-Lab color space, it is represented as L: 63.20, a: 56.30, and b: 37.10.

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

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

Analogous Colors of #FA685B

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

Split Complementary Colors of #FA685B

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

Tetradic Colors of #FA685B

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

Monochromatic Colors of #FA685B

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

Complementary Color of #FA685B

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

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

HTML Examples of #FA685B

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

Related Colors of #FA685B

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