Shades of Orange Red #F53D11
Tints of Orange Red #F53D11
RGB
CMYK
RGB Variations
Color information
#F53D11 (or 0xF53D11) is known color: Orange Red. HEX triplet: F5, 3D and 11. RGB value is (245,61,17). Sum of RGB (Red+Green+Blue) = 245+61+17=323 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.85% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53D11 is #0AC2EE. Grayscale: #6F6F6F. Windows color (decimal): -705263 or 1129973. OLE color: 1129973.
HSL color Cylindrical-coordinate representation of color #F53D11: hue angle of 11.58º 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 #F53D11 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 61 | 17 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.04 |
| HSL | 11.58º | 0.92% | 0.51% | - |
| HSV(B) | 11.58º | 0.93% | 0.96% | - |
| XYZ | 39.43 | 22.79 | 2.85 | - |
| YUV | 111 | 74.96 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 61 | 17 | 0 | 0.75 | 0.93 | 0.04 | 11.58 | 0.92 | 0.51 |
| Hex | F5 | 3D | 11 | 0 | 4B | 5D | 4 | C | 5C | 33 |
| Octal | 365 | 75 | 21 | 0 | 113 | 135 | 4 | 14 | 134 | 63 |
| Binary | 11110101 | 111101 | 10001 | 0 | 1001011 | 1011101 | 100 | 1100 | 1011100 | 110011 |
Color Harmonies of #F53D11
Complementary color
Monochromatic Colors of #F53D11
Black with #F53D11
Text Example
Text Example
White with #F53D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53D11; }
p { color: rgb(245,61,17); }
H1.HeaderClassName
{
color: #F53D11;
}
.AnyTagClassName
{
color: #F53D11;
}
</style>
background-color css
<style>
a { background-color: #F53D11; }
a { background-color: rgb(245,61,17); }
div.DivClassName
{
background-color: #F53D11;
}
.BgClassName
{
background-color: #F53D11;
}
</style>
border-color css
<style>
span { border-color: #F53D11; }
span { border-color: rgb(245,61,17); }
td.TdClassName
{
border-color: #F53D11;
}
.TagClassName
{
border-color: #F53D11;
}
</style>