Shades of Red Orange #FF4820
Tints of Red Orange #FF4820
RGB
CMYK
RGB Variations
Color information
#FF4820 (or 0xFF4820) is known color: Red Orange. HEX triplet: FF, 48 and 20. RGB value is (255,72,32). Sum of RGB (Red+Green+Blue) = 255+72+32=359 (47% of max value = 765). Red value is 255 (100% from 255 or 71.03% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 32 (12.89% from 255 or 8.91% from 359); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4820 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4820 is #00B7DF. Grayscale: #7A7A7A. Windows color (decimal): -47072 or 2115839. OLE color: 2115839.
HSL color Cylindrical-coordinate representation of color #FF4820: hue angle of 10.76º 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 #FF4820 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 32 | - |
| CMYK | 0 | 0.72 | 0.87 | 0 |
| HSL | 10.76º | 1% | 0.56% | - |
| HSV(B) | 10.76º | 0.87% | 1% | - |
| XYZ | 43.82 | 26 | 4.08 | - |
| YUV | 122.16 | 77.13 | 222.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 32 | 0 | 0.72 | 0.87 | 0 | 10.76 | 1 | 0.56 |
| Hex | FF | 48 | 20 | 0 | 48 | 57 | 0 | B | 64 | 38 |
| Octal | 377 | 110 | 40 | 0 | 110 | 127 | 0 | 13 | 144 | 70 |
| Binary | 11111111 | 1001000 | 100000 | 0 | 1001000 | 1010111 | 0 | 1011 | 1100100 | 111000 |
Color Harmonies of #FF4820
Complementary color
Monochromatic Colors of #FF4820
Black with #FF4820
Text Example
Text Example
White with #FF4820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4820; }
p { color: rgb(255,72,32); }
H1.HeaderClassName
{
color: #FF4820;
}
.AnyTagClassName
{
color: #FF4820;
}
</style>
background-color css
<style>
a { background-color: #FF4820; }
a { background-color: rgb(255,72,32); }
div.DivClassName
{
background-color: #FF4820;
}
.BgClassName
{
background-color: #FF4820;
}
</style>
border-color css
<style>
span { border-color: #FF4820; }
span { border-color: rgb(255,72,32); }
td.TdClassName
{
border-color: #FF4820;
}
.TagClassName
{
border-color: #FF4820;
}
</style>