Shades of Orange Red #F54116
Tints of Orange Red #F54116
RGB
CMYK
RGB Variations
Color information
#F54116 (or 0xF54116) is known color: Orange Red. HEX triplet: F5, 41 and 16. RGB value is (245,65,22). Sum of RGB (Red+Green+Blue) = 245+65+22=332 (43% of max value = 765). Red value is 245 (96.09% from 255 or 73.80% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 245 - color contains mainly: red. Hex color #F54116 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54116 is #0ABEE9. Grayscale: #727272. Windows color (decimal): -704234 or 1458677. OLE color: 1458677.
HSL color Cylindrical-coordinate representation of color #F54116: hue angle of 11.57º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F54116 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 65 | 22 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.04 |
| HSL | 11.57º | 0.92% | 0.52% | - |
| HSV(B) | 11.57º | 0.91% | 0.96% | - |
| XYZ | 39.69 | 23.25 | 3.15 | - |
| YUV | 113.92 | 76.13 | 221.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 65 | 22 | 0 | 0.73 | 0.91 | 0.04 | 11.57 | 0.92 | 0.52 |
| Hex | F5 | 41 | 16 | 0 | 49 | 5B | 4 | C | 5C | 34 |
| Octal | 365 | 101 | 26 | 0 | 111 | 133 | 4 | 14 | 134 | 64 |
| Binary | 11110101 | 1000001 | 10110 | 0 | 1001001 | 1011011 | 100 | 1100 | 1011100 | 110100 |
Color Harmonies of #F54116
Complementary color
Monochromatic Colors of #F54116
Black with #F54116
Text Example
Text Example
White with #F54116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54116; }
p { color: rgb(245,65,22); }
H1.HeaderClassName
{
color: #F54116;
}
.AnyTagClassName
{
color: #F54116;
}
</style>
background-color css
<style>
a { background-color: #F54116; }
a { background-color: rgb(245,65,22); }
div.DivClassName
{
background-color: #F54116;
}
.BgClassName
{
background-color: #F54116;
}
</style>
border-color css
<style>
span { border-color: #F54116; }
span { border-color: rgb(245,65,22); }
td.TdClassName
{
border-color: #F54116;
}
.TagClassName
{
border-color: #F54116;
}
</style>