Shades of Orange Red #F53502
Tints of Orange Red #F53502
RGB
CMYK
RGB Variations
Color information
#F53502 (or 0xF53502) is known color: Orange Red. HEX triplet: F5, 35 and 02. RGB value is (245,53,2). Sum of RGB (Red+Green+Blue) = 245+53+2=300 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.67% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 245 - color contains mainly: red. Hex color #F53502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53502 is #0ACAFD. Grayscale: #686868. Windows color (decimal): -707326 or 144885. OLE color: 144885.
HSL color Cylindrical-coordinate representation of color #F53502: hue angle of 12.59º 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 #F53502 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 53 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.04 |
| HSL | 12.59º | 0.98% | 0.48% | - |
| HSV(B) | 12.59º | 0.99% | 0.96% | - |
| XYZ | 38.94 | 21.96 | 2.24 | - |
| YUV | 104.59 | 70.11 | 228.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 53 | 2 | 0 | 0.78 | 0.99 | 0.04 | 12.59 | 0.98 | 0.48 |
| Hex | F5 | 35 | 2 | 0 | 4E | 63 | 4 | D | 62 | 30 |
| Octal | 365 | 65 | 2 | 0 | 116 | 143 | 4 | 15 | 142 | 60 |
| Binary | 11110101 | 110101 | 10 | 0 | 1001110 | 1100011 | 100 | 1101 | 1100010 | 110000 |
Color Harmonies of #F53502
Complementary color
Monochromatic Colors of #F53502
Black with #F53502
Text Example
Text Example
White with #F53502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53502; }
p { color: rgb(245,53,2); }
H1.HeaderClassName
{
color: #F53502;
}
.AnyTagClassName
{
color: #F53502;
}
</style>
background-color css
<style>
a { background-color: #F53502; }
a { background-color: rgb(245,53,2); }
div.DivClassName
{
background-color: #F53502;
}
.BgClassName
{
background-color: #F53502;
}
</style>
border-color css
<style>
span { border-color: #F53502; }
span { border-color: rgb(245,53,2); }
td.TdClassName
{
border-color: #F53502;
}
.TagClassName
{
border-color: #F53502;
}
</style>