Shades of Orange Red #F5370F
Tints of Orange Red #F5370F
RGB
CMYK
RGB Variations
Color information
#F5370F (or 0xF5370F) is known color: Orange Red. HEX triplet: F5, 37 and 0F. RGB value is (245,55,15). Sum of RGB (Red+Green+Blue) = 245+55+15=315 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.78% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 245 - color contains mainly: red. Hex color #F5370F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5370F is #0AC8F0. Grayscale: #6B6B6B. Windows color (decimal): -706801 or 997365. OLE color: 997365.
HSL color Cylindrical-coordinate representation of color #F5370F: hue angle of 10.43º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5370F is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 15 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.04 |
| HSL | 10.43º | 0.92% | 0.51% | - |
| HSV(B) | 10.43º | 0.94% | 0.96% | - |
| XYZ | 39.11 | 22.18 | 2.67 | - |
| YUV | 107.25 | 75.95 | 226.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 15 | 0 | 0.78 | 0.94 | 0.04 | 10.43 | 0.92 | 0.51 |
| Hex | F5 | 37 | F | 0 | 4E | 5E | 4 | A | 5C | 33 |
| Octal | 365 | 67 | 17 | 0 | 116 | 136 | 4 | 12 | 134 | 63 |
| Binary | 11110101 | 110111 | 1111 | 0 | 1001110 | 1011110 | 100 | 1010 | 1011100 | 110011 |
Color Harmonies of #F5370F
Complementary color
Monochromatic Colors of #F5370F
Black with #F5370F
Text Example
Text Example
White with #F5370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5370F; }
p { color: rgb(245,55,15); }
H1.HeaderClassName
{
color: #F5370F;
}
.AnyTagClassName
{
color: #F5370F;
}
</style>
background-color css
<style>
a { background-color: #F5370F; }
a { background-color: rgb(245,55,15); }
div.DivClassName
{
background-color: #F5370F;
}
.BgClassName
{
background-color: #F5370F;
}
</style>
border-color css
<style>
span { border-color: #F5370F; }
span { border-color: rgb(245,55,15); }
td.TdClassName
{
border-color: #F5370F;
}
.TagClassName
{
border-color: #F5370F;
}
</style>