Shades of Red Orange #FF481E
Tints of Red Orange #FF481E
RGB
CMYK
RGB Variations
Color information
#FF481E (or 0xFF481E) is known color: Red Orange. HEX triplet: FF, 48 and 1E. RGB value is (255,72,30). Sum of RGB (Red+Green+Blue) = 255+72+30=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF481E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF481E is #00B7E1. Grayscale: #7A7A7A. Windows color (decimal): -47074 or 1984767. OLE color: 1984767.
HSL color Cylindrical-coordinate representation of color #FF481E: hue angle of 11.2º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF481E is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 30 | - |
| CMYK | 0 | 0.72 | 0.88 | 0 |
| HSL | 11.2º | 1% | 0.56% | - |
| HSV(B) | 11.2º | 0.88% | 1% | - |
| XYZ | 43.79 | 25.99 | 3.94 | - |
| YUV | 121.93 | 76.13 | 222.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 30 | 0 | 0.72 | 0.88 | 0 | 11.2 | 1 | 0.56 |
| Hex | FF | 48 | 1E | 0 | 48 | 58 | 0 | B | 64 | 38 |
| Octal | 377 | 110 | 36 | 0 | 110 | 130 | 0 | 13 | 144 | 70 |
| Binary | 11111111 | 1001000 | 11110 | 0 | 1001000 | 1011000 | 0 | 1011 | 1100100 | 111000 |
Color Harmonies of #FF481E
Complementary color
Monochromatic Colors of #FF481E
Black with #FF481E
Text Example
Text Example
White with #FF481E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF481E; }
p { color: rgb(255,72,30); }
H1.HeaderClassName
{
color: #FF481E;
}
.AnyTagClassName
{
color: #FF481E;
}
</style>
background-color css
<style>
a { background-color: #FF481E; }
a { background-color: rgb(255,72,30); }
div.DivClassName
{
background-color: #FF481E;
}
.BgClassName
{
background-color: #FF481E;
}
</style>
border-color css
<style>
span { border-color: #FF481E; }
span { border-color: rgb(255,72,30); }
td.TdClassName
{
border-color: #FF481E;
}
.TagClassName
{
border-color: #FF481E;
}
</style>