Shades of Red Orange #F53519
Tints of Red Orange #F53519
RGB
CMYK
RGB Variations
Color information
#F53519 (or 0xF53519) is known color: Red Orange. HEX triplet: F5, 35 and 19. RGB value is (245,53,25). Sum of RGB (Red+Green+Blue) = 245+53+25=323 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.85% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 245 - color contains mainly: red. Hex color #F53519 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53519 is #0ACAE6. Grayscale: #6B6B6B. Windows color (decimal): -707303 or 1652213. OLE color: 1652213.
HSL color Cylindrical-coordinate representation of color #F53519: hue angle of 7.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 #F53519 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 53 | 25 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.04 |
| HSL | 7.64º | 0.92% | 0.53% | - |
| HSV(B) | 7.64º | 0.9% | 0.96% | - |
| XYZ | 39.1 | 22.03 | 3.11 | - |
| YUV | 107.22 | 81.61 | 226.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 53 | 25 | 0 | 0.78 | 0.90 | 0.04 | 7.64 | 0.92 | 0.53 |
| Hex | F5 | 35 | 19 | 0 | 4E | 5A | 4 | 8 | 5C | 35 |
| Octal | 365 | 65 | 31 | 0 | 116 | 132 | 4 | 10 | 134 | 65 |
| Binary | 11110101 | 110101 | 11001 | 0 | 1001110 | 1011010 | 100 | 1000 | 1011100 | 110101 |
Color Harmonies of #F53519
Complementary color
Monochromatic Colors of #F53519
Black with #F53519
Text Example
Text Example
White with #F53519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53519; }
p { color: rgb(245,53,25); }
H1.HeaderClassName
{
color: #F53519;
}
.AnyTagClassName
{
color: #F53519;
}
</style>
background-color css
<style>
a { background-color: #F53519; }
a { background-color: rgb(245,53,25); }
div.DivClassName
{
background-color: #F53519;
}
.BgClassName
{
background-color: #F53519;
}
</style>
border-color css
<style>
span { border-color: #F53519; }
span { border-color: rgb(245,53,25); }
td.TdClassName
{
border-color: #F53519;
}
.TagClassName
{
border-color: #F53519;
}
</style>