Shades of Orange Red #F53F10
Tints of Orange Red #F53F10
RGB
CMYK
RGB Variations
Color information
#F53F10 (or 0xF53F10) is known color: Orange Red. HEX triplet: F5, 3F and 10. RGB value is (245,63,16). Sum of RGB (Red+Green+Blue) = 245+63+16=324 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.62% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 245 - color contains mainly: red. Hex color #F53F10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53F10 is #0AC0EF. Grayscale: #707070. Windows color (decimal): -704752 or 1064949. OLE color: 1064949.
HSL color Cylindrical-coordinate representation of color #F53F10: hue angle of 12.31º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F53F10 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 63 | 16 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.04 |
| HSL | 12.31º | 0.92% | 0.51% | - |
| HSV(B) | 12.31º | 0.93% | 0.96% | - |
| XYZ | 39.53 | 23 | 2.85 | - |
| YUV | 112.06 | 73.8 | 222.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 63 | 16 | 0 | 0.74 | 0.93 | 0.04 | 12.31 | 0.92 | 0.51 |
| Hex | F5 | 3F | 10 | 0 | 4A | 5D | 4 | C | 5C | 33 |
| Octal | 365 | 77 | 20 | 0 | 112 | 135 | 4 | 14 | 134 | 63 |
| Binary | 11110101 | 111111 | 10000 | 0 | 1001010 | 1011101 | 100 | 1100 | 1011100 | 110011 |
Color Harmonies of #F53F10
Complementary color
Monochromatic Colors of #F53F10
Black with #F53F10
Text Example
Text Example
White with #F53F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53F10; }
p { color: rgb(245,63,16); }
H1.HeaderClassName
{
color: #F53F10;
}
.AnyTagClassName
{
color: #F53F10;
}
</style>
background-color css
<style>
a { background-color: #F53F10; }
a { background-color: rgb(245,63,16); }
div.DivClassName
{
background-color: #F53F10;
}
.BgClassName
{
background-color: #F53F10;
}
</style>
border-color css
<style>
span { border-color: #F53F10; }
span { border-color: rgb(245,63,16); }
td.TdClassName
{
border-color: #F53F10;
}
.TagClassName
{
border-color: #F53F10;
}
</style>