In a RGB color space, #ff6633 hex color (also known as Halt and Catch Fire) is composed of 100% red, 40% green and 20% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 60% magenta, 80% yellow and 0% black. It has a hue angle of 15 degrees, a saturation of 100% and a lightness of 60%. #ff6633 color hex could be obtained by blending #ffcc66 with #ff0000. #ff6633(or #f63) is a websafe color.
The hexadecimal color #ff6633 has RGB values of R:255, G:102, B:51 and CMYK values of C:0, M:0.6, Y:0.8, K:0. Its decimal value is 16737843.
Hex triplet | ff6633 | #ff6633 |
RGB Decimal | 255, 102, 51 | rgb(255,102,51) |
RGB Percent | 100, 40, 20 | rgb(100%,40%,20%) |
CMYK | 0, 60, 80, 0 | |
HSL | 15°, 100, 60 | hsl(15,100%,60%) |
HSV(HSB) | 15°, 80, 100 | |
Web Safe | ff6633 | #f63 |
XYZ | 46.589, 31.002, 6.66 |
xyY | 0.553, 0.368, 31.002 |
CIE-LAB | 62.509, 55.83, 56.557 |
CIE-LCH | 62.509, 79.472, 45.371 |
CIE-LUV | 62.509, 124.102, 45.935 |
Hunter-Lab | 55.679, 51.919, 31.883 |
Binary | 11111111, 01100110, 00110011 |
Below, you can see some colors close to #ff6633. 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 #ff6633.
<span style="color:#ff6633">Text here</span>
This paragraph has a background color of #ff6633.
<p style="background-color:#ff6633;">Content here</p>
This element has a border color of #ff6633.
<div style="border:1px #ff6633;">Content here</div>
.text {color:#ff6633;}
.background {background-color:#ff6633;}
.border {border:1px solid #ff6633;}
.text-shadow {border:1px solid #ff6633;}
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, #080200 is the darkest color, while #fff5f2 is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #999999 is the less saturated color, while #f76a3b is the most saturated one.