Shades of Orange Red #F54311
Tints of Orange Red #F54311
RGB
CMYK
RGB Variations
Color information
#F54311 (or 0xF54311) is known color: Orange Red. HEX triplet: F5, 43 and 11. RGB value is (245,67,17). Sum of RGB (Red+Green+Blue) = 245+67+17=329 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.47% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 245 - color contains mainly: red. Hex color #F54311 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54311 is #0ABCEE. Grayscale: #727272. Windows color (decimal): -703727 or 1131509. OLE color: 1131509.
HSL color Cylindrical-coordinate representation of color #F54311: hue angle of 13.16º 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 #F54311 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 67 | 17 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.04 |
| HSL | 13.16º | 0.92% | 0.51% | - |
| HSV(B) | 13.16º | 0.93% | 0.96% | - |
| XYZ | 39.76 | 23.47 | 2.96 | - |
| YUV | 114.52 | 72.97 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 67 | 17 | 0 | 0.73 | 0.93 | 0.04 | 13.16 | 0.92 | 0.51 |
| Hex | F5 | 43 | 11 | 0 | 49 | 5D | 4 | D | 5C | 33 |
| Octal | 365 | 103 | 21 | 0 | 111 | 135 | 4 | 15 | 134 | 63 |
| Binary | 11110101 | 1000011 | 10001 | 0 | 1001001 | 1011101 | 100 | 1101 | 1011100 | 110011 |
Color Harmonies of #F54311
Complementary color
Monochromatic Colors of #F54311
Black with #F54311
Text Example
Text Example
White with #F54311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54311; }
p { color: rgb(245,67,17); }
H1.HeaderClassName
{
color: #F54311;
}
.AnyTagClassName
{
color: #F54311;
}
</style>
background-color css
<style>
a { background-color: #F54311; }
a { background-color: rgb(245,67,17); }
div.DivClassName
{
background-color: #F54311;
}
.BgClassName
{
background-color: #F54311;
}
</style>
border-color css
<style>
span { border-color: #F54311; }
span { border-color: rgb(245,67,17); }
td.TdClassName
{
border-color: #F54311;
}
.TagClassName
{
border-color: #F54311;
}
</style>