Shades of Orange Red #F54915
Tints of Orange Red #F54915
RGB
CMYK
RGB Variations
Color information
#F54915 (or 0xF54915) is known color: Orange Red. HEX triplet: F5, 49 and 15. RGB value is (245,73,21). Sum of RGB (Red+Green+Blue) = 245+73+21=339 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.27% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 21 (8.59% from 255 or 6.19% from 339); Max value from RGB is 245 - color contains mainly: red. Hex color #F54915 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54915 is #0AB6EA. Grayscale: #767676. Windows color (decimal): -702187 or 1395189. OLE color: 1395189.
HSL color Cylindrical-coordinate representation of color #F54915: hue angle of 13.93º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F54915 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 21 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.04 |
| HSL | 13.93º | 0.92% | 0.52% | - |
| HSV(B) | 13.93º | 0.91% | 0.96% | - |
| XYZ | 40.17 | 24.23 | 3.27 | - |
| YUV | 118.5 | 72.98 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 21 | 0 | 0.70 | 0.91 | 0.04 | 13.93 | 0.92 | 0.52 |
| Hex | F5 | 49 | 15 | 0 | 46 | 5B | 4 | E | 5C | 34 |
| Octal | 365 | 111 | 25 | 0 | 106 | 133 | 4 | 16 | 134 | 64 |
| Binary | 11110101 | 1001001 | 10101 | 0 | 1000110 | 1011011 | 100 | 1110 | 1011100 | 110100 |
Color Harmonies of #F54915
Complementary color
Monochromatic Colors of #F54915
Black with #F54915
Text Example
Text Example
White with #F54915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54915; }
p { color: rgb(245,73,21); }
H1.HeaderClassName
{
color: #F54915;
}
.AnyTagClassName
{
color: #F54915;
}
</style>
background-color css
<style>
a { background-color: #F54915; }
a { background-color: rgb(245,73,21); }
div.DivClassName
{
background-color: #F54915;
}
.BgClassName
{
background-color: #F54915;
}
</style>
border-color css
<style>
span { border-color: #F54915; }
span { border-color: rgb(245,73,21); }
td.TdClassName
{
border-color: #F54915;
}
.TagClassName
{
border-color: #F54915;
}
</style>