Shades of Orange Red #FF490F
Tints of Orange Red #FF490F
RGB
CMYK
RGB Variations
Color information
#FF490F (or 0xFF490F) is known color: Orange Red. HEX triplet: FF, 49 and 0F. RGB value is (255,73,15). Sum of RGB (Red+Green+Blue) = 255+73+15=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF490F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF490F is #00B6F0. Grayscale: #797979. Windows color (decimal): -46833 or 1001983. OLE color: 1001983.
HSL color Cylindrical-coordinate representation of color #FF490F: hue angle of 14.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF490F is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 15 | - |
| CMYK | 0 | 0.71 | 0.94 | 0 |
| HSL | 14.5º | 1% | 0.53% | - |
| HSV(B) | 14.5º | 0.94% | 1% | - |
| XYZ | 43.71 | 26.06 | 3.18 | - |
| YUV | 120.81 | 68.3 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 15 | 0 | 0.71 | 0.94 | 0 | 14.5 | 1 | 0.53 |
| Hex | FF | 49 | F | 0 | 47 | 5E | 0 | E | 64 | 35 |
| Octal | 377 | 111 | 17 | 0 | 107 | 136 | 0 | 16 | 144 | 65 |
| Binary | 11111111 | 1001001 | 1111 | 0 | 1000111 | 1011110 | 0 | 1110 | 1100100 | 110101 |
Color Harmonies of #FF490F
Complementary color
Monochromatic Colors of #FF490F
Black with #FF490F
Text Example
Text Example
White with #FF490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF490F; }
p { color: rgb(255,73,15); }
H1.HeaderClassName
{
color: #FF490F;
}
.AnyTagClassName
{
color: #FF490F;
}
</style>
background-color css
<style>
a { background-color: #FF490F; }
a { background-color: rgb(255,73,15); }
div.DivClassName
{
background-color: #FF490F;
}
.BgClassName
{
background-color: #FF490F;
}
</style>
border-color css
<style>
span { border-color: #FF490F; }
span { border-color: rgb(255,73,15); }
td.TdClassName
{
border-color: #FF490F;
}
.TagClassName
{
border-color: #FF490F;
}
</style>