Shades of Orange Red #F54911
Tints of Orange Red #F54911
RGB
CMYK
RGB Variations
Color information
#F54911 (or 0xF54911) is known color: Orange Red. HEX triplet: F5, 49 and 11. RGB value is (245,73,17). Sum of RGB (Red+Green+Blue) = 245+73+17=335 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.13% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 245 - color contains mainly: red. Hex color #F54911 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54911 is #0AB6EE. Grayscale: #767676. Windows color (decimal): -702191 or 1133045. OLE color: 1133045.
HSL color Cylindrical-coordinate representation of color #F54911: hue angle of 14.74º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F54911 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 17 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.04 |
| HSL | 14.74º | 0.92% | 0.51% | - |
| HSV(B) | 14.74º | 0.93% | 0.96% | - |
| XYZ | 40.14 | 24.22 | 3.09 | - |
| YUV | 118.04 | 70.98 | 218.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 17 | 0 | 0.70 | 0.93 | 0.04 | 14.74 | 0.92 | 0.51 |
| Hex | F5 | 49 | 11 | 0 | 46 | 5D | 4 | F | 5C | 33 |
| Octal | 365 | 111 | 21 | 0 | 106 | 135 | 4 | 17 | 134 | 63 |
| Binary | 11110101 | 1001001 | 10001 | 0 | 1000110 | 1011101 | 100 | 1111 | 1011100 | 110011 |
Color Harmonies of #F54911
Complementary color
Monochromatic Colors of #F54911
Black with #F54911
Text Example
Text Example
White with #F54911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54911; }
p { color: rgb(245,73,17); }
H1.HeaderClassName
{
color: #F54911;
}
.AnyTagClassName
{
color: #F54911;
}
</style>
background-color css
<style>
a { background-color: #F54911; }
a { background-color: rgb(245,73,17); }
div.DivClassName
{
background-color: #F54911;
}
.BgClassName
{
background-color: #F54911;
}
</style>
border-color css
<style>
span { border-color: #F54911; }
span { border-color: rgb(245,73,17); }
td.TdClassName
{
border-color: #F54911;
}
.TagClassName
{
border-color: #F54911;
}
</style>