Shades of Orange Red #F54905
Tints of Orange Red #F54905
RGB
CMYK
RGB Variations
Color information
#F54905 (or 0xF54905) is known color: Orange Red. HEX triplet: F5, 49 and 05. RGB value is (245,73,5). Sum of RGB (Red+Green+Blue) = 245+73+5=323 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.85% from 323); Green value is 73 (28.91% from 255 or 22.60% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 245 - color contains mainly: red. Hex color #F54905 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54905 is #0AB6FA. Grayscale: #757575. Windows color (decimal): -702203 or 346613. OLE color: 346613.
HSL color Cylindrical-coordinate representation of color #F54905: hue angle of 17º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F54905 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 5 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.04 |
| HSL | 17º | 0.96% | 0.49% | - |
| HSV(B) | 17º | 0.98% | 0.96% | - |
| XYZ | 40.07 | 24.19 | 2.7 | - |
| YUV | 116.68 | 64.98 | 219.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 5 | 0 | 0.70 | 0.98 | 0.04 | 17 | 0.96 | 0.49 |
| Hex | F5 | 49 | 5 | 0 | 46 | 62 | 4 | 11 | 60 | 31 |
| Octal | 365 | 111 | 5 | 0 | 106 | 142 | 4 | 21 | 140 | 61 |
| Binary | 11110101 | 1001001 | 101 | 0 | 1000110 | 1100010 | 100 | 10001 | 1100000 | 110001 |
Color Harmonies of #F54905
Complementary color
Monochromatic Colors of #F54905
Black with #F54905
Text Example
Text Example
White with #F54905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54905; }
p { color: rgb(245,73,5); }
H1.HeaderClassName
{
color: #F54905;
}
.AnyTagClassName
{
color: #F54905;
}
</style>
background-color css
<style>
a { background-color: #F54905; }
a { background-color: rgb(245,73,5); }
div.DivClassName
{
background-color: #F54905;
}
.BgClassName
{
background-color: #F54905;
}
</style>
border-color css
<style>
span { border-color: #F54905; }
span { border-color: rgb(245,73,5); }
td.TdClassName
{
border-color: #F54905;
}
.TagClassName
{
border-color: #F54905;
}
</style>