Color: #FF641C

#FF641C Color Information

#FF641C is a light color. The closest websafe version is #FF641C. A complement of this color would be #19B6FF, perceived brightness is 0.54, and the grayscale version is #8E8E8E.

In the HSL color space, this color has a hue angle of 19°,a saturation of 99%, and a lightness of 55%.The HSV representation shows a hue of 19°, a saturation of 89%, and a value of 100%.

In a RGB color space, #FF641C is composed of 100% red, 39% green and 11% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 61% magenta, 89% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 31.46, x: 0.5823, and y: 0.3763.

Color Code #FF641C

#FF641Crgb(255, 100, 28)
HEX
#FF641C
RGB
rgb(255, 100, 28)
HSL
hsl(19, 100%, 55%)
HSV
hsv(19, 89%, 100%)
CMYK
0%, 61%, 89%, 0%
XYZ
X: 48.68, Y: 31.46, Z: 3.46
Lab
L: 62.89, a: 58.09, b: 66.54
Name

Shades of Color #FF641C

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

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

#FF641Crgb(255, 100, 28)

About #FF641C Color Code

In the HSL color space, this color has a hue angle of 19°, a saturation of 100%, and a lightness of 55%. The HSV representation shows a hue of 19°, a saturation of 89%, and a value of 100%.

  • HEX: #FF641C
  • RGB: rgb(255, 100, 28)
  • HSL: hsl(19, 100%, 55%)
  • HSV: hsv(19, 89%, 100%)
  • CMYK: 0.00% cyan, 61.00% magenta, 89.00% yellow, 0.00% black
  • XYZ: 48.68, 31.46, 3.46
  • Yxy: 31.46, 0.5823, 0.3763
  • Hunter Lab: 62.89, 58.09, 66.54
  • CIE-Lab: 62.89, 58.09, 66.54

In the XYZ color space, this color is represented as X: 48.68, Y: 31.46, Z: 3.46. The Yxy representation further refines this as Y: 31.46, x: 0.5823, and y: 0.3763.

In the Hunter Lab color space, this color is represented as L: 62.89, a: 58.09, and b: 66.54. Similarly, in the CIE-Lab color space, it is represented as L: 62.89, a: 58.09, and b: 66.54.

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

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

Analogous Colors of #FF641C

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

Monochromatic Colors of #FF641C

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

Complementary Color of #FF641C

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

/* Using HEX */
body {
  background-color: #ff641c;
}
/* Using RGB */
body {
  background-color: rgb(255, 100, 28);
}
/* Using RGB with opacity */
body {
  background-color: rgba(255, 100, 28, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(19, 100%, 55%);
}
/* Text color */
p {
  color: #ff641c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ff641c;
}
/* Border color */
.box {
  border: 4px solid #ff641c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ff641c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ff641c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#FF641C
On Black Background
#FF641C
On White Background
#FF641C

HTML Examples of #FF641C

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

Related Colors of #FF641C

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