Shades of Orange Red #F54012
Tints of Orange Red #F54012
RGB
CMYK
RGB Variations
Color information
#F54012 (or 0xF54012) is known color: Orange Red. HEX triplet: F5, 40 and 12. RGB value is (245,64,18). Sum of RGB (Red+Green+Blue) = 245+64+18=327 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.92% from 327); Green value is 64 (25.39% from 255 or 19.57% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 245 - color contains mainly: red. Hex color #F54012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54012 is #0ABFED. Grayscale: #717171. Windows color (decimal): -704494 or 1196277. OLE color: 1196277.
HSL color Cylindrical-coordinate representation of color #F54012: hue angle of 12.16º 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 #F54012 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 64 | 18 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.04 |
| HSL | 12.16º | 0.92% | 0.52% | - |
| HSV(B) | 12.16º | 0.93% | 0.96% | - |
| XYZ | 39.6 | 23.12 | 2.95 | - |
| YUV | 112.88 | 74.47 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 18 | 0 | 0.74 | 0.93 | 0.04 | 12.16 | 0.92 | 0.52 |
| Hex | F5 | 40 | 12 | 0 | 4A | 5D | 4 | C | 5C | 34 |
| Octal | 365 | 100 | 22 | 0 | 112 | 135 | 4 | 14 | 134 | 64 |
| Binary | 11110101 | 1000000 | 10010 | 0 | 1001010 | 1011101 | 100 | 1100 | 1011100 | 110100 |
Color Harmonies of #F54012
Complementary color
Monochromatic Colors of #F54012
Black with #F54012
Text Example
Text Example
White with #F54012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54012; }
p { color: rgb(245,64,18); }
H1.HeaderClassName
{
color: #F54012;
}
.AnyTagClassName
{
color: #F54012;
}
</style>
background-color css
<style>
a { background-color: #F54012; }
a { background-color: rgb(245,64,18); }
div.DivClassName
{
background-color: #F54012;
}
.BgClassName
{
background-color: #F54012;
}
</style>
border-color css
<style>
span { border-color: #F54012; }
span { border-color: rgb(245,64,18); }
td.TdClassName
{
border-color: #F54012;
}
.TagClassName
{
border-color: #F54012;
}
</style>