Shades of Torch Red #F5090F
Tints of Torch Red #F5090F
RGB
CMYK
RGB Variations
Color information
#F5090F (or 0xF5090F) is known color: Torch Red. HEX triplet: F5, 09 and 0F. RGB value is (245,9,15). Sum of RGB (Red+Green+Blue) = 245+9+15=269 (35% of max value = 765). Red value is 245 (96.09% from 255 or 91.08% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 245 - color contains mainly: red. Hex color #F5090F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5090F is #0AF6F0. Grayscale: #505050. Windows color (decimal): -718577 or 985589. OLE color: 985589.
HSL color Cylindrical-coordinate representation of color #F5090F: hue angle of 358.47º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5090F is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 15 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.04 |
| HSL | 358.47º | 0.93% | 0.5% | - |
| HSV(B) | 358.47º | 0.96% | 0.96% | - |
| XYZ | 37.84 | 19.64 | 2.25 | - |
| YUV | 80.25 | 91.19 | 245.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 15 | 0 | 0.96 | 0.94 | 0.04 | 358.47 | 0.93 | 0.5 |
| Hex | F5 | 9 | F | 0 | 60 | 5E | 4 | 166 | 5D | 32 |
| Octal | 365 | 11 | 17 | 0 | 140 | 136 | 4 | 546 | 135 | 62 |
| Binary | 11110101 | 1001 | 1111 | 0 | 1100000 | 1011110 | 100 | 101100110 | 1011101 | 110010 |
Color Harmonies of #F5090F
Complementary color
Monochromatic Colors of #F5090F
Black with #F5090F
Text Example
Text Example
White with #F5090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5090F; }
p { color: rgb(245,9,15); }
H1.HeaderClassName
{
color: #F5090F;
}
.AnyTagClassName
{
color: #F5090F;
}
</style>
background-color css
<style>
a { background-color: #F5090F; }
a { background-color: rgb(245,9,15); }
div.DivClassName
{
background-color: #F5090F;
}
.BgClassName
{
background-color: #F5090F;
}
</style>
border-color css
<style>
span { border-color: #F5090F; }
span { border-color: rgb(245,9,15); }
td.TdClassName
{
border-color: #F5090F;
}
.TagClassName
{
border-color: #F5090F;
}
</style>