Shades of Orange Red #F54701
Tints of Orange Red #F54701
RGB
CMYK
RGB Variations
Color information
#F54701 (or 0xF54701) is known color: Orange Red. HEX triplet: F5, 47 and 01. RGB value is (245,71,1). Sum of RGB (Red+Green+Blue) = 245+71+1=317 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.29% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 245 - color contains mainly: red. Hex color #F54701 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F54701 is #0AB8FE. Grayscale: #737373. Windows color (decimal): -702719 or 83957. OLE color: 83957.
HSL color Cylindrical-coordinate representation of color #F54701: hue angle of 17.21º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F54701 is Cyan = 0, Magento = 0.71, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 71 | 1 | - |
| CMYK | 0 | 0.71 | 1.00 | 0.04 |
| HSL | 17.21º | 0.99% | 0.48% | - |
| HSV(B) | 17.21º | 1% | 0.96% | - |
| XYZ | 39.91 | 23.92 | 2.54 | - |
| YUV | 115.05 | 63.65 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 71 | 1 | 0 | 0.71 | 1.00 | 0.04 | 17.21 | 0.99 | 0.48 |
| Hex | F5 | 47 | 1 | 0 | 47 | 64 | 4 | 11 | 63 | 30 |
| Octal | 365 | 107 | 1 | 0 | 107 | 144 | 4 | 21 | 143 | 60 |
| Binary | 11110101 | 1000111 | 1 | 0 | 1000111 | 1100100 | 100 | 10001 | 1100011 | 110000 |
Color Harmonies of #F54701
Complementary color
Monochromatic Colors of #F54701
Black with #F54701
Text Example
Text Example
White with #F54701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54701; }
p { color: rgb(245,71,1); }
H1.HeaderClassName
{
color: #F54701;
}
.AnyTagClassName
{
color: #F54701;
}
</style>
background-color css
<style>
a { background-color: #F54701; }
a { background-color: rgb(245,71,1); }
div.DivClassName
{
background-color: #F54701;
}
.BgClassName
{
background-color: #F54701;
}
</style>
border-color css
<style>
span { border-color: #F54701; }
span { border-color: rgb(245,71,1); }
td.TdClassName
{
border-color: #F54701;
}
.TagClassName
{
border-color: #F54701;
}
</style>