Shades of Orange Red #F54110
Tints of Orange Red #F54110
RGB
CMYK
RGB Variations
Color information
#F54110 (or 0xF54110) is known color: Orange Red. HEX triplet: F5, 41 and 10. RGB value is (245,65,16). Sum of RGB (Red+Green+Blue) = 245+65+16=326 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.15% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 245 - color contains mainly: red. Hex color #F54110 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54110 is #0ABEEF. Grayscale: #717171. Windows color (decimal): -704240 or 1065461. OLE color: 1065461.
HSL color Cylindrical-coordinate representation of color #F54110: hue angle of 12.84º 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 #F54110 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 65 | 16 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.04 |
| HSL | 12.84º | 0.92% | 0.51% | - |
| HSV(B) | 12.84º | 0.93% | 0.96% | - |
| XYZ | 39.64 | 23.23 | 2.88 | - |
| YUV | 113.23 | 73.13 | 221.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 65 | 16 | 0 | 0.73 | 0.93 | 0.04 | 12.84 | 0.92 | 0.51 |
| Hex | F5 | 41 | 10 | 0 | 49 | 5D | 4 | D | 5C | 33 |
| Octal | 365 | 101 | 20 | 0 | 111 | 135 | 4 | 15 | 134 | 63 |
| Binary | 11110101 | 1000001 | 10000 | 0 | 1001001 | 1011101 | 100 | 1101 | 1011100 | 110011 |
Color Harmonies of #F54110
Complementary color
Monochromatic Colors of #F54110
Black with #F54110
Text Example
Text Example
White with #F54110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54110; }
p { color: rgb(245,65,16); }
H1.HeaderClassName
{
color: #F54110;
}
.AnyTagClassName
{
color: #F54110;
}
</style>
background-color css
<style>
a { background-color: #F54110; }
a { background-color: rgb(245,65,16); }
div.DivClassName
{
background-color: #F54110;
}
.BgClassName
{
background-color: #F54110;
}
</style>
border-color css
<style>
span { border-color: #F54110; }
span { border-color: rgb(245,65,16); }
td.TdClassName
{
border-color: #F54110;
}
.TagClassName
{
border-color: #F54110;
}
</style>