Color: #FB965C

#FB965C Color Information

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

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

In a RGB color space, #FB965C is composed of 98% red, 59% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 40% magenta, 63% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 43.98, x: 0.4973, and y: 0.3953.

Color Code #FB965C

#FB965Crgb(251, 150, 92)
HEX
#FB965C
RGB
rgb(251, 150, 92)
HSL
hsl(22, 95%, 67%)
HSV
hsv(22, 63%, 98%)
CMYK
0%, 40%, 63%, 2%
XYZ
X: 55.34, Y: 43.98, Z: 11.95
Lab
L: 72.21, a: 35.30, b: 47.07
Name

Shades of Color #FB965C

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

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

#FB965Crgb(251, 150, 92)

About #FB965C Color Code

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

  • HEX: #FB965C
  • RGB: rgb(251, 150, 92)
  • HSL: hsl(22, 95%, 67%)
  • HSV: hsv(22, 63%, 98%)
  • CMYK: 0.00% cyan, 40.00% magenta, 63.00% yellow, 2.00% black
  • XYZ: 55.34, 43.98, 11.95
  • Yxy: 43.98, 0.4973, 0.3953
  • Hunter Lab: 72.21, 35.30, 47.07
  • CIE-Lab: 72.21, 35.30, 47.07

In the XYZ color space, this color is represented as X: 55.34, Y: 43.98, Z: 11.95. The Yxy representation further refines this as Y: 43.98, x: 0.4973, and y: 0.3953.

In the Hunter Lab color space, this color is represented as L: 72.21, a: 35.30, and b: 47.07. Similarly, in the CIE-Lab color space, it is represented as L: 72.21, a: 35.30, and b: 47.07.

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

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

Analogous Colors of #FB965C

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

Monochromatic Colors of #FB965C

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

Complementary Color of #FB965C

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

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

HTML Examples of #FB965C

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

Related Colors of #FB965C

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