Shades of Orange Red #F54112
Tints of Orange Red #F54112
RGB
CMYK
RGB Variations
Color information
#F54112 (or 0xF54112) is known color: Orange Red. HEX triplet: F5, 41 and 12. RGB value is (245,65,18). Sum of RGB (Red+Green+Blue) = 245+65+18=328 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.70% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 245 - color contains mainly: red. Hex color #F54112 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54112 is #0ABEED. Grayscale: #717171. Windows color (decimal): -704238 or 1196533. OLE color: 1196533.
HSL color Cylindrical-coordinate representation of color #F54112: hue angle of 12.42º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F54112 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 65 | 18 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.04 |
| HSL | 12.42º | 0.92% | 0.52% | - |
| HSV(B) | 12.42º | 0.93% | 0.96% | - |
| XYZ | 39.66 | 23.24 | 2.97 | - |
| YUV | 113.46 | 74.13 | 221.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 65 | 18 | 0 | 0.73 | 0.93 | 0.04 | 12.42 | 0.92 | 0.52 |
| Hex | F5 | 41 | 12 | 0 | 49 | 5D | 4 | C | 5C | 34 |
| Octal | 365 | 101 | 22 | 0 | 111 | 135 | 4 | 14 | 134 | 64 |
| Binary | 11110101 | 1000001 | 10010 | 0 | 1001001 | 1011101 | 100 | 1100 | 1011100 | 110100 |
Color Harmonies of #F54112
Complementary color
Monochromatic Colors of #F54112
Black with #F54112
Text Example
Text Example
White with #F54112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54112; }
p { color: rgb(245,65,18); }
H1.HeaderClassName
{
color: #F54112;
}
.AnyTagClassName
{
color: #F54112;
}
</style>
background-color css
<style>
a { background-color: #F54112; }
a { background-color: rgb(245,65,18); }
div.DivClassName
{
background-color: #F54112;
}
.BgClassName
{
background-color: #F54112;
}
</style>
border-color css
<style>
span { border-color: #F54112; }
span { border-color: rgb(245,65,18); }
td.TdClassName
{
border-color: #F54112;
}
.TagClassName
{
border-color: #F54112;
}
</style>