Shades of Red Orange #FF4A21
Tints of Red Orange #FF4A21
RGB
CMYK
RGB Variations
Color information
#FF4A21 (or 0xFF4A21) is known color: Red Orange. HEX triplet: FF, 4A and 21. RGB value is (255,74,33). Sum of RGB (Red+Green+Blue) = 255+74+33=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 33 (13.28% from 255 or 9.12% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4A21 is #00B5DE. Grayscale: #7B7B7B. Windows color (decimal): -46559 or 2181887. OLE color: 2181887.
HSL color Cylindrical-coordinate representation of color #FF4A21: hue angle of 11.08º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF4A21 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 33 | - |
| CMYK | 0 | 0.71 | 0.87 | 0 |
| HSL | 11.08º | 1% | 0.56% | - |
| HSV(B) | 11.08º | 0.87% | 1% | - |
| XYZ | 43.96 | 26.27 | 4.19 | - |
| YUV | 123.45 | 76.97 | 221.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 33 | 0 | 0.71 | 0.87 | 0 | 11.08 | 1 | 0.56 |
| Hex | FF | 4A | 21 | 0 | 47 | 57 | 0 | B | 64 | 38 |
| Octal | 377 | 112 | 41 | 0 | 107 | 127 | 0 | 13 | 144 | 70 |
| Binary | 11111111 | 1001010 | 100001 | 0 | 1000111 | 1010111 | 0 | 1011 | 1100100 | 111000 |
Color Harmonies of #FF4A21
Complementary color
Monochromatic Colors of #FF4A21
Black with #FF4A21
Text Example
Text Example
White with #FF4A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A21; }
p { color: rgb(255,74,33); }
H1.HeaderClassName
{
color: #FF4A21;
}
.AnyTagClassName
{
color: #FF4A21;
}
</style>
background-color css
<style>
a { background-color: #FF4A21; }
a { background-color: rgb(255,74,33); }
div.DivClassName
{
background-color: #FF4A21;
}
.BgClassName
{
background-color: #FF4A21;
}
</style>
border-color css
<style>
span { border-color: #FF4A21; }
span { border-color: rgb(255,74,33); }
td.TdClassName
{
border-color: #FF4A21;
}
.TagClassName
{
border-color: #FF4A21;
}
</style>