Color: #FD460C

#FD460C Color Information

#FD460C is a dark color. The closest websafe version is #FD460C. A complement of this color would be #0DC5FD, perceived brightness is 0.46, and the grayscale version is #858585.

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

In a RGB color space, #FD460C is composed of 99% red, 27% green and 5% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 72% magenta, 95% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 26.27, x: 0.6135, and y: 0.3563.

Color Code #FD460C

#FD460Crgb(253, 70, 12)
HEX
#FD460C
RGB
rgb(253, 70, 12)
HSL
hsl(14, 98%, 52%)
HSV
hsv(14, 95%, 99%)
CMYK
0%, 72%, 95%, 1%
XYZ
X: 45.24, Y: 26.27, Z: 2.23
Lab
L: 58.29, a: 68.32, b: 68.11
Name

Shades of Color #FD460C

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

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

#FD460Crgb(253, 70, 12)

About #FD460C Color Code

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

  • HEX: #FD460C
  • RGB: rgb(253, 70, 12)
  • HSL: hsl(14, 98%, 52%)
  • HSV: hsv(14, 95%, 99%)
  • CMYK: 0.00% cyan, 72.00% magenta, 95.00% yellow, 100.00% black
  • XYZ: 45.24, 26.27, 2.23
  • Yxy: 26.27, 0.6135, 0.3563
  • Hunter Lab: 58.29, 68.32, 68.11
  • CIE-Lab: 58.29, 68.32, 68.11

In the XYZ color space, this color is represented as X: 45.24, Y: 26.27, Z: 2.23. The Yxy representation further refines this as Y: 26.27, x: 0.6135, and y: 0.3563.

In the Hunter Lab color space, this color is represented as L: 58.29, a: 68.32, and b: 68.11. Similarly, in the CIE-Lab color space, it is represented as L: 58.29, a: 68.32, and b: 68.11.

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

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

Analogous Colors of #FD460C

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

Split Complementary Colors of #FD460C

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

Tetradic Colors of #FD460C

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

Monochromatic Colors of #FD460C

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

Complementary Color of #FD460C

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

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

HTML Examples of #FD460C

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

Related Colors of #FD460C

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