Color: #FD752C

#FD752C Color Information

#FD752C is a light color. The closest websafe version is #FD752C. A complement of this color would be #2BB3FD, perceived brightness is 0.59, and the grayscale version is #959595.

In the HSL color space, this color has a hue angle of 21°,a saturation of 98%, and a lightness of 58%.The HSV representation shows a hue of 21°, a saturation of 83%, and a value of 99%.

In a RGB color space, #FD752C is composed of 99% red, 46% green and 17% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 54% magenta, 83% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 34.76, x: 0.5579, and y: 0.3876.

Color Code #FD752C

#FD752Crgb(253, 117, 44)
HEX
#FD752C
RGB
rgb(253, 117, 44)
HSL
hsl(21, 98%, 58%)
HSV
hsv(21, 83%, 99%)
CMYK
0%, 54%, 83%, 1%
XYZ
X: 50.04, Y: 34.76, Z: 4.89
Lab
L: 65.56, a: 50.26, b: 62.63
Name

Shades of Color #FD752C

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

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

#FD752Crgb(253, 117, 44)

About #FD752C Color Code

In the HSL color space, this color has a hue angle of 21°, a saturation of 98%, and a lightness of 58%. The HSV representation shows a hue of 21°, a saturation of 83%, and a value of 99%.

  • HEX: #FD752C
  • RGB: rgb(253, 117, 44)
  • HSL: hsl(21, 98%, 58%)
  • HSV: hsv(21, 83%, 99%)
  • CMYK: 0.00% cyan, 54.00% magenta, 83.00% yellow, 100.00% black
  • XYZ: 50.04, 34.76, 4.89
  • Yxy: 34.76, 0.5579, 0.3876
  • Hunter Lab: 65.56, 50.26, 62.63
  • CIE-Lab: 65.56, 50.26, 62.63

In the XYZ color space, this color is represented as X: 50.04, Y: 34.76, Z: 4.89. The Yxy representation further refines this as Y: 34.76, x: 0.5579, and y: 0.3876.

In the Hunter Lab color space, this color is represented as L: 65.56, a: 50.26, and b: 62.63. Similarly, in the CIE-Lab color space, it is represented as L: 65.56, a: 50.26, and b: 62.63.

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

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

Analogous Colors of #FD752C

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

Monochromatic Colors of #FD752C

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

Complementary Color of #FD752C

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

/* Using HEX */
body {
  background-color: #fd752c;
}
/* Using RGB */
body {
  background-color: rgb(253, 117, 44);
}
/* Using RGB with opacity */
body {
  background-color: rgba(253, 117, 44, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(21, 98%, 58%);
}
/* Text color */
p {
  color: #fd752c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #fd752c;
}
/* Border color */
.box {
  border: 4px solid #fd752c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #fd752c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #fd752c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FD752C
On Black Background
#FD752C
On White Background
#FD752C

HTML Examples of #FD752C

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

Related Colors of #FD752C

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