Shades of Orange Red #F54119
Tints of Orange Red #F54119
RGB
CMYK
RGB Variations
Color information
#F54119 (or 0xF54119) is known color: Orange Red. HEX triplet: F5, 41 and 19. RGB value is (245,65,25). Sum of RGB (Red+Green+Blue) = 245+65+25=335 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.13% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 245 - color contains mainly: red. Hex color #F54119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54119 is #0ABEE6. Grayscale: #727272. Windows color (decimal): -704231 or 1655285. OLE color: 1655285.
HSL color Cylindrical-coordinate representation of color #F54119: hue angle of 10.91º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F54119 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 65 | 25 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.04 |
| HSL | 10.91º | 0.92% | 0.53% | - |
| HSV(B) | 10.91º | 0.9% | 0.96% | - |
| XYZ | 39.72 | 23.26 | 3.32 | - |
| YUV | 114.26 | 77.63 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 65 | 25 | 0 | 0.73 | 0.90 | 0.04 | 10.91 | 0.92 | 0.53 |
| Hex | F5 | 41 | 19 | 0 | 49 | 5A | 4 | B | 5C | 35 |
| Octal | 365 | 101 | 31 | 0 | 111 | 132 | 4 | 13 | 134 | 65 |
| Binary | 11110101 | 1000001 | 11001 | 0 | 1001001 | 1011010 | 100 | 1011 | 1011100 | 110101 |
Color Harmonies of #F54119
Complementary color
Monochromatic Colors of #F54119
Black with #F54119
Text Example
Text Example
White with #F54119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54119; }
p { color: rgb(245,65,25); }
H1.HeaderClassName
{
color: #F54119;
}
.AnyTagClassName
{
color: #F54119;
}
</style>
background-color css
<style>
a { background-color: #F54119; }
a { background-color: rgb(245,65,25); }
div.DivClassName
{
background-color: #F54119;
}
.BgClassName
{
background-color: #F54119;
}
</style>
border-color css
<style>
span { border-color: #F54119; }
span { border-color: rgb(245,65,25); }
td.TdClassName
{
border-color: #F54119;
}
.TagClassName
{
border-color: #F54119;
}
</style>