Shades of Orange Red #F54013
Tints of Orange Red #F54013
RGB
CMYK
RGB Variations
Color information
#F54013 (or 0xF54013) is known color: Orange Red. HEX triplet: F5, 40 and 13. RGB value is (245,64,19). Sum of RGB (Red+Green+Blue) = 245+64+19=328 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.70% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 245 - color contains mainly: red. Hex color #F54013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54013 is #0ABFEC. Grayscale: #717171. Windows color (decimal): -704493 or 1261813. OLE color: 1261813.
HSL color Cylindrical-coordinate representation of color #F54013: hue angle of 11.95º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F54013 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 64 | 19 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.04 |
| HSL | 11.95º | 0.92% | 0.52% | - |
| HSV(B) | 11.95º | 0.92% | 0.96% | - |
| XYZ | 39.61 | 23.13 | 2.99 | - |
| YUV | 112.99 | 74.97 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 64 | 19 | 0 | 0.74 | 0.92 | 0.04 | 11.95 | 0.92 | 0.52 |
| Hex | F5 | 40 | 13 | 0 | 4A | 5C | 4 | C | 5C | 34 |
| Octal | 365 | 100 | 23 | 0 | 112 | 134 | 4 | 14 | 134 | 64 |
| Binary | 11110101 | 1000000 | 10011 | 0 | 1001010 | 1011100 | 100 | 1100 | 1011100 | 110100 |
Color Harmonies of #F54013
Complementary color
Monochromatic Colors of #F54013
Black with #F54013
Text Example
Text Example
White with #F54013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54013; }
p { color: rgb(245,64,19); }
H1.HeaderClassName
{
color: #F54013;
}
.AnyTagClassName
{
color: #F54013;
}
</style>
background-color css
<style>
a { background-color: #F54013; }
a { background-color: rgb(245,64,19); }
div.DivClassName
{
background-color: #F54013;
}
.BgClassName
{
background-color: #F54013;
}
</style>
border-color css
<style>
span { border-color: #F54013; }
span { border-color: rgb(245,64,19); }
td.TdClassName
{
border-color: #F54013;
}
.TagClassName
{
border-color: #F54013;
}
</style>