Shades of Red Orange #FF491E
Tints of Red Orange #FF491E
RGB
CMYK
RGB Variations
Color information
#FF491E (or 0xFF491E) is known color: Red Orange. HEX triplet: FF, 49 and 1E. RGB value is (255,73,30). Sum of RGB (Red+Green+Blue) = 255+73+30=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 30 (12.11% from 255 or 8.38% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF491E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF491E is #00B6E1. Grayscale: #7A7A7A. Windows color (decimal): -46818 or 1985023. OLE color: 1985023.
HSL color Cylindrical-coordinate representation of color #FF491E: hue angle of 11.47º 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 #FF491E is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 30 | - |
| CMYK | 0 | 0.71 | 0.88 | 0 |
| HSL | 11.47º | 1% | 0.56% | - |
| HSV(B) | 11.47º | 0.88% | 1% | - |
| XYZ | 43.86 | 26.12 | 3.96 | - |
| YUV | 122.52 | 75.8 | 222.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 30 | 0 | 0.71 | 0.88 | 0 | 11.47 | 1 | 0.56 |
| Hex | FF | 49 | 1E | 0 | 47 | 58 | 0 | B | 64 | 38 |
| Octal | 377 | 111 | 36 | 0 | 107 | 130 | 0 | 13 | 144 | 70 |
| Binary | 11111111 | 1001001 | 11110 | 0 | 1000111 | 1011000 | 0 | 1011 | 1100100 | 111000 |
Color Harmonies of #FF491E
Complementary color
Monochromatic Colors of #FF491E
Black with #FF491E
Text Example
Text Example
White with #FF491E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF491E; }
p { color: rgb(255,73,30); }
H1.HeaderClassName
{
color: #FF491E;
}
.AnyTagClassName
{
color: #FF491E;
}
</style>
background-color css
<style>
a { background-color: #FF491E; }
a { background-color: rgb(255,73,30); }
div.DivClassName
{
background-color: #FF491E;
}
.BgClassName
{
background-color: #FF491E;
}
</style>
border-color css
<style>
span { border-color: #FF491E; }
span { border-color: rgb(255,73,30); }
td.TdClassName
{
border-color: #FF491E;
}
.TagClassName
{
border-color: #FF491E;
}
</style>