Color: #FD813F

#FD813F Color Information

#FD813F is a light color. The closest websafe version is #FD813F. A complement of this color would be #3FBBFD, perceived brightness is 0.62, and the grayscale version is #9E9E9E.

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

In a RGB color space, #FD813F is composed of 99% red, 51% green and 25% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 49% magenta, 75% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 37.89, x: 0.5364, and y: 0.3909.

Color Code #FD813F

#FD813Frgb(253, 129, 63)
HEX
#FD813F
RGB
rgb(253, 129, 63)
HSL
hsl(21, 98%, 62%)
HSV
hsv(21, 75%, 99%)
CMYK
0%, 49%, 75%, 1%
XYZ
X: 52.00, Y: 37.89, Z: 7.05
Lab
L: 67.94, a: 45.16, b: 56.64
Name

Shades of Color #FD813F

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

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

#FD813Frgb(253, 129, 63)

About #FD813F Color Code

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

  • HEX: #FD813F
  • RGB: rgb(253, 129, 63)
  • HSL: hsl(21, 98%, 62%)
  • HSV: hsv(21, 75%, 99%)
  • CMYK: 0.00% cyan, 49.00% magenta, 75.00% yellow, 100.00% black
  • XYZ: 52.00, 37.89, 7.05
  • Yxy: 37.89, 0.5364, 0.3909
  • Hunter Lab: 67.94, 45.16, 56.64
  • CIE-Lab: 67.94, 45.16, 56.64

In the XYZ color space, this color is represented as X: 52.00, Y: 37.89, Z: 7.05. The Yxy representation further refines this as Y: 37.89, x: 0.5364, and y: 0.3909.

In the Hunter Lab color space, this color is represented as L: 67.94, a: 45.16, and b: 56.64. Similarly, in the CIE-Lab color space, it is represented as L: 67.94, a: 45.16, and b: 56.64.

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

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

Analogous Colors of #FD813F

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

Split Complementary Colors of #FD813F

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

Tetradic Colors of #FD813F

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

Monochromatic Colors of #FD813F

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

Complementary Color of #FD813F

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

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

HTML Examples of #FD813F

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

Related Colors of #FD813F

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