Shades of Orange Red #F53700
Tints of Orange Red #F53700
RGB
CMYK
RGB Variations
Color information
#F53700 (or 0xF53700) is known color: Orange Red. HEX triplet: F5, 37 and 00. RGB value is (245,55,0). Sum of RGB (Red+Green+Blue) = 245+55+0=300 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.67% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 245 - color contains mainly: red. Hex color #F53700 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53700 is #0AC8FF. Grayscale: #696969. Windows color (decimal): -706816 or 14325. OLE color: 14325.
HSL color Cylindrical-coordinate representation of color #F53700: hue angle of 13.47º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F53700 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.04 |
| HSL | 13.47º | 1% | 0.48% | - |
| HSV(B) | 13.47º | 1% | 0.96% | - |
| XYZ | 39.02 | 22.14 | 2.22 | - |
| YUV | 105.54 | 68.45 | 227.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 0 | 0 | 0.78 | 1 | 0.04 | 13.47 | 1 | 0.48 |
| Hex | F5 | 37 | 0 | 0 | 4E | 64 | 4 | D | 64 | 30 |
| Octal | 365 | 67 | 0 | 0 | 116 | 144 | 4 | 15 | 144 | 60 |
| Binary | 11110101 | 110111 | 0 | 0 | 1001110 | 1100100 | 100 | 1101 | 1100100 | 110000 |
Color Harmonies of #F53700
Complementary color
Monochromatic Colors of #F53700
Black with #F53700
Text Example
Text Example
White with #F53700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53700; }
p { color: rgb(245,55,0); }
H1.HeaderClassName
{
color: #F53700;
}
.AnyTagClassName
{
color: #F53700;
}
</style>
background-color css
<style>
a { background-color: #F53700; }
a { background-color: rgb(245,55,0); }
div.DivClassName
{
background-color: #F53700;
}
.BgClassName
{
background-color: #F53700;
}
</style>
border-color css
<style>
span { border-color: #F53700; }
span { border-color: rgb(245,55,0); }
td.TdClassName
{
border-color: #F53700;
}
.TagClassName
{
border-color: #F53700;
}
</style>