Color: #F25518

#F25518 Color Information

#F25518 is a dark color. The closest websafe version is #F25518. A complement of this color would be #18B4F2, perceived brightness is 0.49, and the grayscale version is #858585.

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

In a RGB color space, #F25518 is composed of 95% red, 33% green and 9% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 65% magenta, 90% yellow and 5% black.

In the Yxy color space, this color is represented as Y: 26.32, x: 0.5928, and y: 0.3684.

Color Code #F25518

#F25518rgb(242, 85, 24)
HEX
#F25518
RGB
rgb(242, 85, 24)
HSL
hsl(17, 89%, 52%)
HSV
hsv(17, 90%, 95%)
CMYK
0%, 65%, 90%, 5%
XYZ
X: 42.35, Y: 26.32, Z: 2.77
Lab
L: 58.34, a: 59.62, b: 63.65
Name

Shades of Color #F25518

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

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

#F25518rgb(242, 85, 24)

About #F25518 Color Code

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

  • HEX: #F25518
  • RGB: rgb(242, 85, 24)
  • HSL: hsl(17, 89%, 52%)
  • HSV: hsv(17, 90%, 95%)
  • CMYK: 0.00% cyan, 65.00% magenta, 90.00% yellow, 5.00% black
  • XYZ: 42.35, 26.32, 2.77
  • Yxy: 26.32, 0.5928, 0.3684
  • Hunter Lab: 58.34, 59.62, 63.65
  • CIE-Lab: 58.34, 59.62, 63.65

In the XYZ color space, this color is represented as X: 42.35, Y: 26.32, Z: 2.77. The Yxy representation further refines this as Y: 26.32, x: 0.5928, and y: 0.3684.

In the Hunter Lab color space, this color is represented as L: 58.34, a: 59.62, and b: 63.65. Similarly, in the CIE-Lab color space, it is represented as L: 58.34, a: 59.62, and b: 63.65.

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

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

Analogous Colors of #F25518

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

Split Complementary Colors of #F25518

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

Tetradic Colors of #F25518

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

Monochromatic Colors of #F25518

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

Complementary Color of #F25518

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

/* Using HEX */
body {
  background-color: #f25518;
}
/* Using RGB */
body {
  background-color: rgb(242, 85, 24);
}
/* Using RGB with opacity */
body {
  background-color: rgba(242, 85, 24, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(17, 89%, 52%);
}
/* Text color */
p {
  color: #f25518;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #f25518;
}
/* Border color */
.box {
  border: 4px solid #f25518;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #f25518;
}
Text Shadow Preview
/* Background with text */
div {
  background: #f25518;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#F25518
On Black Background
#F25518
On White Background
#F25518

HTML Examples of #F25518

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

Related Colors of #F25518

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