Shades of Orange Red #F54019
Tints of Orange Red #F54019
RGB
CMYK
RGB Variations
Color information
#F54019 (or 0xF54019) is known color: Orange Red. HEX triplet: F5, 40 and 19. RGB value is (245,64,25). Sum of RGB (Red+Green+Blue) = 245+64+25=334 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.35% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 245 - color contains mainly: red. Hex color #F54019 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54019 is #0ABFE6. Grayscale: #727272. Windows color (decimal): -704487 or 1655029. OLE color: 1655029.
HSL color Cylindrical-coordinate representation of color #F54019: hue angle of 10.64º 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 #F54019 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 64 | 25 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.04 |
| HSL | 10.64º | 0.92% | 0.53% | - |
| HSV(B) | 10.64º | 0.9% | 0.96% | - |
| XYZ | 39.67 | 23.15 | 3.3 | - |
| YUV | 113.67 | 77.97 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 25 | 0 | 0.74 | 0.90 | 0.04 | 10.64 | 0.92 | 0.53 |
| Hex | F5 | 40 | 19 | 0 | 4A | 5A | 4 | B | 5C | 35 |
| Octal | 365 | 100 | 31 | 0 | 112 | 132 | 4 | 13 | 134 | 65 |
| Binary | 11110101 | 1000000 | 11001 | 0 | 1001010 | 1011010 | 100 | 1011 | 1011100 | 110101 |
Color Harmonies of #F54019
Complementary color
Monochromatic Colors of #F54019
Black with #F54019
Text Example
Text Example
White with #F54019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54019; }
p { color: rgb(245,64,25); }
H1.HeaderClassName
{
color: #F54019;
}
.AnyTagClassName
{
color: #F54019;
}
</style>
background-color css
<style>
a { background-color: #F54019; }
a { background-color: rgb(245,64,25); }
div.DivClassName
{
background-color: #F54019;
}
.BgClassName
{
background-color: #F54019;
}
</style>
border-color css
<style>
span { border-color: #F54019; }
span { border-color: rgb(245,64,25); }
td.TdClassName
{
border-color: #F54019;
}
.TagClassName
{
border-color: #F54019;
}
</style>