Shades of Red Orange #FF4D20
Tints of Red Orange #FF4D20
RGB
CMYK
RGB Variations
Color information
#FF4D20 (or 0xFF4D20) is known color: Red Orange. HEX triplet: FF, 4D and 20. RGB value is (255,77,32). Sum of RGB (Red+Green+Blue) = 255+77+32=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 32 (12.89% from 255 or 8.79% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF4D20 is #00B2DF. Grayscale: #7D7D7D. Windows color (decimal): -45792 or 2117119. OLE color: 2117119.
HSL color Cylindrical-coordinate representation of color #FF4D20: hue angle of 12.11º 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 #FF4D20 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 32 | - |
| CMYK | 0 | 0.70 | 0.87 | 0 |
| HSL | 12.11º | 1% | 0.56% | - |
| HSV(B) | 12.11º | 0.87% | 1% | - |
| XYZ | 44.15 | 26.67 | 4.19 | - |
| YUV | 125.09 | 75.47 | 220.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 32 | 0 | 0.70 | 0.87 | 0 | 12.11 | 1 | 0.56 |
| Hex | FF | 4D | 20 | 0 | 46 | 57 | 0 | C | 64 | 38 |
| Octal | 377 | 115 | 40 | 0 | 106 | 127 | 0 | 14 | 144 | 70 |
| Binary | 11111111 | 1001101 | 100000 | 0 | 1000110 | 1010111 | 0 | 1100 | 1100100 | 111000 |
Color Harmonies of #FF4D20
Complementary color
Monochromatic Colors of #FF4D20
Black with #FF4D20
Text Example
Text Example
White with #FF4D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D20; }
p { color: rgb(255,77,32); }
H1.HeaderClassName
{
color: #FF4D20;
}
.AnyTagClassName
{
color: #FF4D20;
}
</style>
background-color css
<style>
a { background-color: #FF4D20; }
a { background-color: rgb(255,77,32); }
div.DivClassName
{
background-color: #FF4D20;
}
.BgClassName
{
background-color: #FF4D20;
}
</style>
border-color css
<style>
span { border-color: #FF4D20; }
span { border-color: rgb(255,77,32); }
td.TdClassName
{
border-color: #FF4D20;
}
.TagClassName
{
border-color: #FF4D20;
}
</style>