Shades of Orange Red #F53602
Tints of Orange Red #F53602
RGB
CMYK
RGB Variations
Color information
#F53602 (or 0xF53602) is known color: Orange Red. HEX triplet: F5, 36 and 02. RGB value is (245,54,2). Sum of RGB (Red+Green+Blue) = 245+54+2=301 (39% of max value = 765). Red value is 245 (96.09% from 255 or 81.40% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 245 - color contains mainly: red. Hex color #F53602 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53602 is #0AC9FD. Grayscale: #696969. Windows color (decimal): -707070 or 145141. OLE color: 145141.
HSL color Cylindrical-coordinate representation of color #F53602: hue angle of 12.84º 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 #F53602 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 54 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.04 |
| HSL | 12.84º | 0.98% | 0.48% | - |
| HSV(B) | 12.84º | 0.99% | 0.96% | - |
| XYZ | 38.99 | 22.06 | 2.26 | - |
| YUV | 105.18 | 69.78 | 227.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 54 | 2 | 0 | 0.78 | 0.99 | 0.04 | 12.84 | 0.98 | 0.48 |
| Hex | F5 | 36 | 2 | 0 | 4E | 63 | 4 | D | 62 | 30 |
| Octal | 365 | 66 | 2 | 0 | 116 | 143 | 4 | 15 | 142 | 60 |
| Binary | 11110101 | 110110 | 10 | 0 | 1001110 | 1100011 | 100 | 1101 | 1100010 | 110000 |
Color Harmonies of #F53602
Complementary color
Monochromatic Colors of #F53602
Black with #F53602
Text Example
Text Example
White with #F53602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53602; }
p { color: rgb(245,54,2); }
H1.HeaderClassName
{
color: #F53602;
}
.AnyTagClassName
{
color: #F53602;
}
</style>
background-color css
<style>
a { background-color: #F53602; }
a { background-color: rgb(245,54,2); }
div.DivClassName
{
background-color: #F53602;
}
.BgClassName
{
background-color: #F53602;
}
</style>
border-color css
<style>
span { border-color: #F53602; }
span { border-color: rgb(245,54,2); }
td.TdClassName
{
border-color: #F53602;
}
.TagClassName
{
border-color: #F53602;
}
</style>