Shades of Orange Red #F54515
Tints of Orange Red #F54515
RGB
CMYK
RGB Variations
Color information
#F54515 (or 0xF54515) is known color: Orange Red. HEX triplet: F5, 45 and 15. RGB value is (245,69,21). Sum of RGB (Red+Green+Blue) = 245+69+21=335 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.13% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 245 - color contains mainly: red. Hex color #F54515 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54515 is #0ABAEA. Grayscale: #747474. Windows color (decimal): -703211 or 1394165. OLE color: 1394165.
HSL color Cylindrical-coordinate representation of color #F54515: hue angle of 12.86º 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 #F54515 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 21 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.04 |
| HSL | 12.86º | 0.92% | 0.52% | - |
| HSV(B) | 12.86º | 0.91% | 0.96% | - |
| XYZ | 39.92 | 23.72 | 3.18 | - |
| YUV | 116.15 | 74.31 | 219.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 21 | 0 | 0.72 | 0.91 | 0.04 | 12.86 | 0.92 | 0.52 |
| Hex | F5 | 45 | 15 | 0 | 48 | 5B | 4 | D | 5C | 34 |
| Octal | 365 | 105 | 25 | 0 | 110 | 133 | 4 | 15 | 134 | 64 |
| Binary | 11110101 | 1000101 | 10101 | 0 | 1001000 | 1011011 | 100 | 1101 | 1011100 | 110100 |
Color Harmonies of #F54515
Complementary color
Monochromatic Colors of #F54515
Black with #F54515
Text Example
Text Example
White with #F54515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54515; }
p { color: rgb(245,69,21); }
H1.HeaderClassName
{
color: #F54515;
}
.AnyTagClassName
{
color: #F54515;
}
</style>
background-color css
<style>
a { background-color: #F54515; }
a { background-color: rgb(245,69,21); }
div.DivClassName
{
background-color: #F54515;
}
.BgClassName
{
background-color: #F54515;
}
</style>
border-color css
<style>
span { border-color: #F54515; }
span { border-color: rgb(245,69,21); }
td.TdClassName
{
border-color: #F54515;
}
.TagClassName
{
border-color: #F54515;
}
</style>