Color: #FA634C

#FA634C Color Information

#FA634C is a light color. The closest websafe version is #FA634C. A complement of this color would be #4CE3FA, perceived brightness is 0.56, and the grayscale version is #A3A3A3.

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

In a RGB color space, #FA634C is composed of 98% red, 39% green and 30% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 60% magenta, 70% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 30.65, x: 0.5534, and y: 0.3569.

Color Code #FA634C

#FA634Crgb(250, 99, 76)
HEX
#FA634C
RGB
rgb(250, 99, 76)
HSL
hsl(8, 95%, 64%)
HSV
hsv(8, 70%, 98%)
CMYK
0%, 60%, 70%, 2%
XYZ
X: 47.53, Y: 30.65, Z: 7.70
Lab
L: 62.21, a: 57.83, b: 44.12
Name

Shades of Color #FA634C

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

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

#FA634Crgb(250, 99, 76)

About #FA634C Color Code

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

  • HEX: #FA634C
  • RGB: rgb(250, 99, 76)
  • HSL: hsl(8, 95%, 64%)
  • HSV: hsv(8, 70%, 98%)
  • CMYK: 0.00% cyan, 60.00% magenta, 70.00% yellow, 2.00% black
  • XYZ: 47.53, 30.65, 7.70
  • Yxy: 30.65, 0.5534, 0.3569
  • Hunter Lab: 62.21, 57.83, 44.12
  • CIE-Lab: 62.21, 57.83, 44.12

In the XYZ color space, this color is represented as X: 47.53, Y: 30.65, Z: 7.70. The Yxy representation further refines this as Y: 30.65, x: 0.5534, and y: 0.3569.

In the Hunter Lab color space, this color is represented as L: 62.21, a: 57.83, and b: 44.12. Similarly, in the CIE-Lab color space, it is represented as L: 62.21, a: 57.83, and b: 44.12.

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

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

Analogous Colors of #FA634C

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

Monochromatic Colors of #FA634C

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

Complementary Color of #FA634C

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

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

HTML Examples of #FA634C

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

Related Colors of #FA634C

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