Shades of Red Orange #FF4A20
Tints of Red Orange #FF4A20
RGB
CMYK
RGB Variations
Color information
#FF4A20 (or 0xFF4A20) is known color: Red Orange. HEX triplet: FF, 4A and 20. RGB value is (255,74,32). Sum of RGB (Red+Green+Blue) = 255+74+32=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4A20 is #00B5DF. Grayscale: #7B7B7B. Windows color (decimal): -46560 or 2116351. OLE color: 2116351.
HSL color Cylindrical-coordinate representation of color #FF4A20: hue angle of 11.3º 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 #FF4A20 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 32 | - |
| CMYK | 0 | 0.71 | 0.87 | 0 |
| HSL | 11.3º | 1% | 0.56% | - |
| HSV(B) | 11.3º | 0.87% | 1% | - |
| XYZ | 43.95 | 26.26 | 4.12 | - |
| YUV | 123.33 | 76.47 | 221.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 32 | 0 | 0.71 | 0.87 | 0 | 11.3 | 1 | 0.56 |
| Hex | FF | 4A | 20 | 0 | 47 | 57 | 0 | B | 64 | 38 |
| Octal | 377 | 112 | 40 | 0 | 107 | 127 | 0 | 13 | 144 | 70 |
| Binary | 11111111 | 1001010 | 100000 | 0 | 1000111 | 1010111 | 0 | 1011 | 1100100 | 111000 |
Color Harmonies of #FF4A20
Complementary color
Monochromatic Colors of #FF4A20
Black with #FF4A20
Text Example
Text Example
White with #FF4A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A20; }
p { color: rgb(255,74,32); }
H1.HeaderClassName
{
color: #FF4A20;
}
.AnyTagClassName
{
color: #FF4A20;
}
</style>
background-color css
<style>
a { background-color: #FF4A20; }
a { background-color: rgb(255,74,32); }
div.DivClassName
{
background-color: #FF4A20;
}
.BgClassName
{
background-color: #FF4A20;
}
</style>
border-color css
<style>
span { border-color: #FF4A20; }
span { border-color: rgb(255,74,32); }
td.TdClassName
{
border-color: #FF4A20;
}
.TagClassName
{
border-color: #FF4A20;
}
</style>