Shades of Orange Red #F53610
Tints of Orange Red #F53610
RGB
CMYK
RGB Variations
Color information
#F53610 (or 0xF53610) is known color: Orange Red. HEX triplet: F5, 36 and 10. RGB value is (245,54,16). Sum of RGB (Red+Green+Blue) = 245+54+16=315 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.78% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 245 - color contains mainly: red. Hex color #F53610 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53610 is #0AC9EF. Grayscale: #6B6B6B. Windows color (decimal): -707056 or 1062645. OLE color: 1062645.
HSL color Cylindrical-coordinate representation of color #F53610: hue angle of 9.96º 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 #F53610 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 54 | 16 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.04 |
| HSL | 9.96º | 0.92% | 0.51% | - |
| HSV(B) | 9.96º | 0.93% | 0.96% | - |
| XYZ | 39.07 | 22.09 | 2.69 | - |
| YUV | 106.78 | 76.78 | 226.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 54 | 16 | 0 | 0.78 | 0.93 | 0.04 | 9.96 | 0.92 | 0.51 |
| Hex | F5 | 36 | 10 | 0 | 4E | 5D | 4 | A | 5C | 33 |
| Octal | 365 | 66 | 20 | 0 | 116 | 135 | 4 | 12 | 134 | 63 |
| Binary | 11110101 | 110110 | 10000 | 0 | 1001110 | 1011101 | 100 | 1010 | 1011100 | 110011 |
Color Harmonies of #F53610
Complementary color
Monochromatic Colors of #F53610
Black with #F53610
Text Example
Text Example
White with #F53610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53610; }
p { color: rgb(245,54,16); }
H1.HeaderClassName
{
color: #F53610;
}
.AnyTagClassName
{
color: #F53610;
}
</style>
background-color css
<style>
a { background-color: #F53610; }
a { background-color: rgb(245,54,16); }
div.DivClassName
{
background-color: #F53610;
}
.BgClassName
{
background-color: #F53610;
}
</style>
border-color css
<style>
span { border-color: #F53610; }
span { border-color: rgb(245,54,16); }
td.TdClassName
{
border-color: #F53610;
}
.TagClassName
{
border-color: #F53610;
}
</style>