Shades of Orange Red #F53D17
Tints of Orange Red #F53D17
RGB
CMYK
RGB Variations
Color information
#F53D17 (or 0xF53D17) is known color: Orange Red. HEX triplet: F5, 3D and 17. RGB value is (245,61,23). Sum of RGB (Red+Green+Blue) = 245+61+23=329 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.47% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53D17 is #0AC2E8. Grayscale: #707070. Windows color (decimal): -705257 or 1523189. OLE color: 1523189.
HSL color Cylindrical-coordinate representation of color #F53D17: hue angle of 10.27º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F53D17 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 61 | 23 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.04 |
| HSL | 10.27º | 0.92% | 0.53% | - |
| HSV(B) | 10.27º | 0.91% | 0.96% | - |
| XYZ | 39.48 | 22.81 | 3.13 | - |
| YUV | 111.68 | 77.96 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 61 | 23 | 0 | 0.75 | 0.91 | 0.04 | 10.27 | 0.92 | 0.53 |
| Hex | F5 | 3D | 17 | 0 | 4B | 5B | 4 | A | 5C | 35 |
| Octal | 365 | 75 | 27 | 0 | 113 | 133 | 4 | 12 | 134 | 65 |
| Binary | 11110101 | 111101 | 10111 | 0 | 1001011 | 1011011 | 100 | 1010 | 1011100 | 110101 |
Color Harmonies of #F53D17
Complementary color
Monochromatic Colors of #F53D17
Black with #F53D17
Text Example
Text Example
White with #F53D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53D17; }
p { color: rgb(245,61,23); }
H1.HeaderClassName
{
color: #F53D17;
}
.AnyTagClassName
{
color: #F53D17;
}
</style>
background-color css
<style>
a { background-color: #F53D17; }
a { background-color: rgb(245,61,23); }
div.DivClassName
{
background-color: #F53D17;
}
.BgClassName
{
background-color: #F53D17;
}
</style>
border-color css
<style>
span { border-color: #F53D17; }
span { border-color: rgb(245,61,23); }
td.TdClassName
{
border-color: #F53D17;
}
.TagClassName
{
border-color: #F53D17;
}
</style>