Shades of Orange Red #F54611
Tints of Orange Red #F54611
RGB
CMYK
RGB Variations
Color information
#F54611 (or 0xF54611) is known color: Orange Red. HEX triplet: F5, 46 and 11. RGB value is (245,70,17). Sum of RGB (Red+Green+Blue) = 245+70+17=332 (43% of max value = 765). Red value is 245 (96.09% from 255 or 73.80% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 245 - color contains mainly: red. Hex color #F54611 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54611 is #0AB9EE. Grayscale: #747474. Windows color (decimal): -702959 or 1132277. OLE color: 1132277.
HSL color Cylindrical-coordinate representation of color #F54611: hue angle of 13.95º 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 #F54611 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 70 | 17 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.04 |
| HSL | 13.95º | 0.92% | 0.51% | - |
| HSV(B) | 13.95º | 0.93% | 0.96% | - |
| XYZ | 39.95 | 23.83 | 3.03 | - |
| YUV | 116.28 | 71.98 | 219.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 70 | 17 | 0 | 0.71 | 0.93 | 0.04 | 13.95 | 0.92 | 0.51 |
| Hex | F5 | 46 | 11 | 0 | 47 | 5D | 4 | E | 5C | 33 |
| Octal | 365 | 106 | 21 | 0 | 107 | 135 | 4 | 16 | 134 | 63 |
| Binary | 11110101 | 1000110 | 10001 | 0 | 1000111 | 1011101 | 100 | 1110 | 1011100 | 110011 |
Color Harmonies of #F54611
Complementary color
Monochromatic Colors of #F54611
Black with #F54611
Text Example
Text Example
White with #F54611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54611; }
p { color: rgb(245,70,17); }
H1.HeaderClassName
{
color: #F54611;
}
.AnyTagClassName
{
color: #F54611;
}
</style>
background-color css
<style>
a { background-color: #F54611; }
a { background-color: rgb(245,70,17); }
div.DivClassName
{
background-color: #F54611;
}
.BgClassName
{
background-color: #F54611;
}
</style>
border-color css
<style>
span { border-color: #F54611; }
span { border-color: rgb(245,70,17); }
td.TdClassName
{
border-color: #F54611;
}
.TagClassName
{
border-color: #F54611;
}
</style>