Shades of Orange Red #F53817
Tints of Orange Red #F53817
RGB
CMYK
RGB Variations
Color information
#F53817 (or 0xF53817) is known color: Orange Red. HEX triplet: F5, 38 and 17. RGB value is (245,56,23). Sum of RGB (Red+Green+Blue) = 245+56+23=324 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.62% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 245 - color contains mainly: red. Hex color #F53817 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F53817 is #0AC7E8. Grayscale: #6D6D6D. Windows color (decimal): -706537 or 1521909. OLE color: 1521909.
HSL color Cylindrical-coordinate representation of color #F53817: hue angle of 8.92º 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 #F53817 is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 23 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.04 |
| HSL | 8.92º | 0.92% | 0.53% | - |
| HSV(B) | 8.92º | 0.91% | 0.96% | - |
| XYZ | 39.23 | 22.3 | 3.05 | - |
| YUV | 108.75 | 79.62 | 225.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 23 | 0 | 0.77 | 0.91 | 0.04 | 8.92 | 0.92 | 0.53 |
| Hex | F5 | 38 | 17 | 0 | 4D | 5B | 4 | 9 | 5C | 35 |
| Octal | 365 | 70 | 27 | 0 | 115 | 133 | 4 | 11 | 134 | 65 |
| Binary | 11110101 | 111000 | 10111 | 0 | 1001101 | 1011011 | 100 | 1001 | 1011100 | 110101 |
Color Harmonies of #F53817
Complementary color
Monochromatic Colors of #F53817
Black with #F53817
Text Example
Text Example
White with #F53817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53817; }
p { color: rgb(245,56,23); }
H1.HeaderClassName
{
color: #F53817;
}
.AnyTagClassName
{
color: #F53817;
}
</style>
background-color css
<style>
a { background-color: #F53817; }
a { background-color: rgb(245,56,23); }
div.DivClassName
{
background-color: #F53817;
}
.BgClassName
{
background-color: #F53817;
}
</style>
border-color css
<style>
span { border-color: #F53817; }
span { border-color: rgb(245,56,23); }
td.TdClassName
{
border-color: #F53817;
}
.TagClassName
{
border-color: #F53817;
}
</style>