Shades of Orange Red #F54517
Tints of Orange Red #F54517
RGB
CMYK
RGB Variations
Color information
#F54517 (or 0xF54517) is known color: Orange Red. HEX triplet: F5, 45 and 17. RGB value is (245,69,23). Sum of RGB (Red+Green+Blue) = 245+69+23=337 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.70% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 23 (9.38% from 255 or 6.82% from 337); Max value from RGB is 245 - color contains mainly: red. Hex color #F54517 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54517 is #0ABAE8. Grayscale: #747474. Windows color (decimal): -703209 or 1525237. OLE color: 1525237.
HSL color Cylindrical-coordinate representation of color #F54517: hue angle of 12.43º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F54517 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 69 | 23 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.04 |
| HSL | 12.43º | 0.92% | 0.53% | - |
| HSV(B) | 12.43º | 0.91% | 0.96% | - |
| XYZ | 39.94 | 23.73 | 3.29 | - |
| YUV | 116.38 | 75.31 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 69 | 23 | 0 | 0.72 | 0.91 | 0.04 | 12.43 | 0.92 | 0.53 |
| Hex | F5 | 45 | 17 | 0 | 48 | 5B | 4 | C | 5C | 35 |
| Octal | 365 | 105 | 27 | 0 | 110 | 133 | 4 | 14 | 134 | 65 |
| Binary | 11110101 | 1000101 | 10111 | 0 | 1001000 | 1011011 | 100 | 1100 | 1011100 | 110101 |
Color Harmonies of #F54517
Complementary color
Monochromatic Colors of #F54517
Black with #F54517
Text Example
Text Example
White with #F54517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54517; }
p { color: rgb(245,69,23); }
H1.HeaderClassName
{
color: #F54517;
}
.AnyTagClassName
{
color: #F54517;
}
</style>
background-color css
<style>
a { background-color: #F54517; }
a { background-color: rgb(245,69,23); }
div.DivClassName
{
background-color: #F54517;
}
.BgClassName
{
background-color: #F54517;
}
</style>
border-color css
<style>
span { border-color: #F54517; }
span { border-color: rgb(245,69,23); }
td.TdClassName
{
border-color: #F54517;
}
.TagClassName
{
border-color: #F54517;
}
</style>