Shades of Orange Red #F53702
Tints of Orange Red #F53702
RGB
CMYK
RGB Variations
Color information
#F53702 (or 0xF53702) is known color: Orange Red. HEX triplet: F5, 37 and 02. RGB value is (245,55,2). Sum of RGB (Red+Green+Blue) = 245+55+2=302 (40% of max value = 765). Red value is 245 (96.09% from 255 or 81.13% from 302); Green value is 55 (21.88% from 255 or 18.21% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 245 - color contains mainly: red. Hex color #F53702 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53702 is #0AC8FD. Grayscale: #6A6A6A. Windows color (decimal): -706814 or 145397. OLE color: 145397.
HSL color Cylindrical-coordinate representation of color #F53702: hue angle of 13.09º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F53702 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 55 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.04 |
| HSL | 13.09º | 0.98% | 0.48% | - |
| HSV(B) | 13.09º | 0.99% | 0.96% | - |
| XYZ | 39.03 | 22.15 | 2.28 | - |
| YUV | 105.77 | 69.45 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 55 | 2 | 0 | 0.78 | 0.99 | 0.04 | 13.09 | 0.98 | 0.48 |
| Hex | F5 | 37 | 2 | 0 | 4E | 63 | 4 | D | 62 | 30 |
| Octal | 365 | 67 | 2 | 0 | 116 | 143 | 4 | 15 | 142 | 60 |
| Binary | 11110101 | 110111 | 10 | 0 | 1001110 | 1100011 | 100 | 1101 | 1100010 | 110000 |
Color Harmonies of #F53702
Complementary color
Monochromatic Colors of #F53702
Black with #F53702
Text Example
Text Example
White with #F53702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53702; }
p { color: rgb(245,55,2); }
H1.HeaderClassName
{
color: #F53702;
}
.AnyTagClassName
{
color: #F53702;
}
</style>
background-color css
<style>
a { background-color: #F53702; }
a { background-color: rgb(245,55,2); }
div.DivClassName
{
background-color: #F53702;
}
.BgClassName
{
background-color: #F53702;
}
</style>
border-color css
<style>
span { border-color: #F53702; }
span { border-color: rgb(245,55,2); }
td.TdClassName
{
border-color: #F53702;
}
.TagClassName
{
border-color: #F53702;
}
</style>