In a RGB color space, #ff4500 hex color (also known as Red Dit) is composed of 100% red, 27.1% green and 0% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 72.9% magenta, 100% yellow and 0% black. It has a hue angle of 16.2 degrees, a saturation of 100% and a lightness of 50%. #ff4500 color hex could be obtained by blending #ff8a00 with #ff0000. Closest websafe color is: #ff3300.
The hexadecimal color #ff4500 has RGB values of R:255, G:69, B:0 and CMYK values of C:0, M:0.73, Y:1, K:0. Its decimal value is 16729344.
Hex triplet | ff4500 | #ff4500 |
RGB Decimal | 255, 69, 0 | rgb(255,69,0) |
RGB Percent | 100, 27.1, 0 | rgb(100%,27.1%,0%) |
CMYK | 0, 72.9, 100, 0 | |
HSL | 16.2°, 100, 50 | hsl(16.2,100%,50%) |
HSV(HSB) | 16.2°, 100, 100 | |
Web Safe | ff3300 | #f30 |
XYZ | 43.368, 25.516, 2.639 |
xyY | 0.606, 0.357, 25.516 |
CIE-LAB | 57.575, 67.795, 68.971 |
CIE-LCH | 57.575, 96.712, 45.493 |
CIE-LUV | 57.575, 151.071, 45.482 |
Hunter-Lab | 50.514, 64.851, 32.262 |
Binary | 11111111, 01000101, 00000000 |
Below, you can see some colors close to #ff4500. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #ff4500.
<span style="color:#ff4500">Text here</span>
This paragraph has a background color of #ff4500.
<p style="background-color:#ff4500;">Content here</p>
This element has a border color of #ff4500.
<div style="border:1px #ff4500;">Content here</div>
.text {color:#ff4500;}
.background {background-color:#ff4500;}
.border {border:1px solid #ff4500;}
.text-shadow {border:1px solid #ff4500;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000000 is the darkest color, while #fff0ea is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #807f7f is the less saturated color, while #f44a0b is the most saturated one.