Shades of Orange Red #F54310
Tints of Orange Red #F54310
RGB
CMYK
RGB Variations
Color information
#F54310 (or 0xF54310) is known color: Orange Red. HEX triplet: F5, 43 and 10. RGB value is (245,67,16). Sum of RGB (Red+Green+Blue) = 245+67+16=328 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.70% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 245 - color contains mainly: red. Hex color #F54310 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54310 is #0ABCEF. Grayscale: #727272. Windows color (decimal): -703728 or 1065973. OLE color: 1065973.
HSL color Cylindrical-coordinate representation of color #F54310: hue angle of 13.36º 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 #F54310 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 67 | 16 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.04 |
| HSL | 13.36º | 0.92% | 0.51% | - |
| HSV(B) | 13.36º | 0.93% | 0.96% | - |
| XYZ | 39.76 | 23.46 | 2.92 | - |
| YUV | 114.41 | 72.47 | 221.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 67 | 16 | 0 | 0.73 | 0.93 | 0.04 | 13.36 | 0.92 | 0.51 |
| Hex | F5 | 43 | 10 | 0 | 49 | 5D | 4 | D | 5C | 33 |
| Octal | 365 | 103 | 20 | 0 | 111 | 135 | 4 | 15 | 134 | 63 |
| Binary | 11110101 | 1000011 | 10000 | 0 | 1001001 | 1011101 | 100 | 1101 | 1011100 | 110011 |
Color Harmonies of #F54310
Complementary color
Monochromatic Colors of #F54310
Black with #F54310
Text Example
Text Example
White with #F54310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54310; }
p { color: rgb(245,67,16); }
H1.HeaderClassName
{
color: #F54310;
}
.AnyTagClassName
{
color: #F54310;
}
</style>
background-color css
<style>
a { background-color: #F54310; }
a { background-color: rgb(245,67,16); }
div.DivClassName
{
background-color: #F54310;
}
.BgClassName
{
background-color: #F54310;
}
</style>
border-color css
<style>
span { border-color: #F54310; }
span { border-color: rgb(245,67,16); }
td.TdClassName
{
border-color: #F54310;
}
.TagClassName
{
border-color: #F54310;
}
</style>