Shades of Orange Red #F54810
Tints of Orange Red #F54810
RGB
CMYK
RGB Variations
Color information
#F54810 (or 0xF54810) is known color: Orange Red. HEX triplet: F5, 48 and 10. RGB value is (245,72,16). Sum of RGB (Red+Green+Blue) = 245+72+16=333 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.57% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 245 - color contains mainly: red. Hex color #F54810 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54810 is #0AB7EF. Grayscale: #757575. Windows color (decimal): -702448 or 1067253. OLE color: 1067253.
HSL color Cylindrical-coordinate representation of color #F54810: hue angle of 14.67º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F54810 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 72 | 16 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.04 |
| HSL | 14.67º | 0.92% | 0.51% | - |
| HSV(B) | 14.67º | 0.93% | 0.96% | - |
| XYZ | 40.07 | 24.08 | 3.03 | - |
| YUV | 117.34 | 70.81 | 219.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 72 | 16 | 0 | 0.71 | 0.93 | 0.04 | 14.67 | 0.92 | 0.51 |
| Hex | F5 | 48 | 10 | 0 | 47 | 5D | 4 | F | 5C | 33 |
| Octal | 365 | 110 | 20 | 0 | 107 | 135 | 4 | 17 | 134 | 63 |
| Binary | 11110101 | 1001000 | 10000 | 0 | 1000111 | 1011101 | 100 | 1111 | 1011100 | 110011 |
Color Harmonies of #F54810
Complementary color
Monochromatic Colors of #F54810
Black with #F54810
Text Example
Text Example
White with #F54810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54810; }
p { color: rgb(245,72,16); }
H1.HeaderClassName
{
color: #F54810;
}
.AnyTagClassName
{
color: #F54810;
}
</style>
background-color css
<style>
a { background-color: #F54810; }
a { background-color: rgb(245,72,16); }
div.DivClassName
{
background-color: #F54810;
}
.BgClassName
{
background-color: #F54810;
}
</style>
border-color css
<style>
span { border-color: #F54810; }
span { border-color: rgb(245,72,16); }
td.TdClassName
{
border-color: #F54810;
}
.TagClassName
{
border-color: #F54810;
}
</style>