Shades of Orange Red #F54412
Tints of Orange Red #F54412
RGB
CMYK
RGB Variations
Color information
#F54412 (or 0xF54412) is known color: Orange Red. HEX triplet: F5, 44 and 12. RGB value is (245,68,18). Sum of RGB (Red+Green+Blue) = 245+68+18=331 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.02% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 245 - color contains mainly: red. Hex color #F54412 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54412 is #0ABBED. Grayscale: #737373. Windows color (decimal): -703470 or 1197301. OLE color: 1197301.
HSL color Cylindrical-coordinate representation of color #F54412: hue angle of 13.22º 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 #F54412 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 68 | 18 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.04 |
| HSL | 13.22º | 0.92% | 0.52% | - |
| HSV(B) | 13.22º | 0.93% | 0.96% | - |
| XYZ | 39.83 | 23.59 | 3.03 | - |
| YUV | 115.22 | 73.14 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 68 | 18 | 0 | 0.72 | 0.93 | 0.04 | 13.22 | 0.92 | 0.52 |
| Hex | F5 | 44 | 12 | 0 | 48 | 5D | 4 | D | 5C | 34 |
| Octal | 365 | 104 | 22 | 0 | 110 | 135 | 4 | 15 | 134 | 64 |
| Binary | 11110101 | 1000100 | 10010 | 0 | 1001000 | 1011101 | 100 | 1101 | 1011100 | 110100 |
Color Harmonies of #F54412
Complementary color
Monochromatic Colors of #F54412
Black with #F54412
Text Example
Text Example
White with #F54412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54412; }
p { color: rgb(245,68,18); }
H1.HeaderClassName
{
color: #F54412;
}
.AnyTagClassName
{
color: #F54412;
}
</style>
background-color css
<style>
a { background-color: #F54412; }
a { background-color: rgb(245,68,18); }
div.DivClassName
{
background-color: #F54412;
}
.BgClassName
{
background-color: #F54412;
}
</style>
border-color css
<style>
span { border-color: #F54412; }
span { border-color: rgb(245,68,18); }
td.TdClassName
{
border-color: #F54412;
}
.TagClassName
{
border-color: #F54412;
}
</style>