Shades of Orange Red #F53902
Tints of Orange Red #F53902
RGB
CMYK
RGB Variations
Color information
#F53902 (or 0xF53902) is known color: Orange Red. HEX triplet: F5, 39 and 02. RGB value is (245,57,2). Sum of RGB (Red+Green+Blue) = 245+57+2=304 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.59% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 245 - color contains mainly: red. Hex color #F53902 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53902 is #0AC6FD. Grayscale: #6B6B6B. Windows color (decimal): -706302 or 145909. OLE color: 145909.
HSL color Cylindrical-coordinate representation of color #F53902: hue angle of 13.58º 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 #F53902 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 57 | 2 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.04 |
| HSL | 13.58º | 0.98% | 0.48% | - |
| HSV(B) | 13.58º | 0.99% | 0.96% | - |
| XYZ | 39.13 | 22.34 | 2.31 | - |
| YUV | 106.94 | 68.78 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 57 | 2 | 0 | 0.77 | 0.99 | 0.04 | 13.58 | 0.98 | 0.48 |
| Hex | F5 | 39 | 2 | 0 | 4D | 63 | 4 | E | 62 | 30 |
| Octal | 365 | 71 | 2 | 0 | 115 | 143 | 4 | 16 | 142 | 60 |
| Binary | 11110101 | 111001 | 10 | 0 | 1001101 | 1100011 | 100 | 1110 | 1100010 | 110000 |
Color Harmonies of #F53902
Complementary color
Monochromatic Colors of #F53902
Black with #F53902
Text Example
Text Example
White with #F53902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53902; }
p { color: rgb(245,57,2); }
H1.HeaderClassName
{
color: #F53902;
}
.AnyTagClassName
{
color: #F53902;
}
</style>
background-color css
<style>
a { background-color: #F53902; }
a { background-color: rgb(245,57,2); }
div.DivClassName
{
background-color: #F53902;
}
.BgClassName
{
background-color: #F53902;
}
</style>
border-color css
<style>
span { border-color: #F53902; }
span { border-color: rgb(245,57,2); }
td.TdClassName
{
border-color: #F53902;
}
.TagClassName
{
border-color: #F53902;
}
</style>