Shades of Orange Red #F53701
Tints of Orange Red #F53701
RGB
CMYK
RGB Variations
Color information
#F53701 (or 0xF53701) is known color: Orange Red. HEX triplet: F5, 37 and 01. RGB value is (245,55,1). Sum of RGB (Red+Green+Blue) = 245+55+1=301 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.40% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 245 - color contains mainly: red. Hex color #F53701 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53701 is #0AC8FE. Grayscale: #6A6A6A. Windows color (decimal): -706815 or 79861. OLE color: 79861.
HSL color Cylindrical-coordinate representation of color #F53701: hue angle of 13.28º 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 #F53701 is Cyan = 0, Magento = 0.78, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 1 | - |
| CMYK | 0 | 0.78 | 1.00 | 0.04 |
| HSL | 13.28º | 0.99% | 0.48% | - |
| HSV(B) | 13.28º | 1% | 0.96% | - |
| XYZ | 39.03 | 22.15 | 2.25 | - |
| YUV | 105.65 | 68.95 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 1 | 0 | 0.78 | 1.00 | 0.04 | 13.28 | 0.99 | 0.48 |
| Hex | F5 | 37 | 1 | 0 | 4E | 64 | 4 | D | 63 | 30 |
| Octal | 365 | 67 | 1 | 0 | 116 | 144 | 4 | 15 | 143 | 60 |
| Binary | 11110101 | 110111 | 1 | 0 | 1001110 | 1100100 | 100 | 1101 | 1100011 | 110000 |
Color Harmonies of #F53701
Complementary color
Monochromatic Colors of #F53701
Black with #F53701
Text Example
Text Example
White with #F53701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53701; }
p { color: rgb(245,55,1); }
H1.HeaderClassName
{
color: #F53701;
}
.AnyTagClassName
{
color: #F53701;
}
</style>
background-color css
<style>
a { background-color: #F53701; }
a { background-color: rgb(245,55,1); }
div.DivClassName
{
background-color: #F53701;
}
.BgClassName
{
background-color: #F53701;
}
</style>
border-color css
<style>
span { border-color: #F53701; }
span { border-color: rgb(245,55,1); }
td.TdClassName
{
border-color: #F53701;
}
.TagClassName
{
border-color: #F53701;
}
</style>