Shades of Torch Red #F5090A
Tints of Torch Red #F5090A
RGB
CMYK
RGB Variations
Color information
#F5090A (or 0xF5090A) is known color: Torch Red. HEX triplet: F5, 09 and 0A. RGB value is (245,9,10). Sum of RGB (Red+Green+Blue) = 245+9+10=264 (34% of max value = 765). Red value is 245 (96.09% from 255 or 92.80% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 245 - color contains mainly: red. Hex color #F5090A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5090A is #0AF6F5. Grayscale: #4F4F4F. Windows color (decimal): -718582 or 657909. OLE color: 657909.
HSL color Cylindrical-coordinate representation of color #F5090A: hue angle of 359.75º 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 #F5090A is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 10 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.04 |
| HSL | 359.75º | 0.93% | 0.5% | - |
| HSV(B) | 359.75º | 0.96% | 0.96% | - |
| XYZ | 37.81 | 19.63 | 2.08 | - |
| YUV | 79.68 | 88.69 | 245.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 10 | 0 | 0.96 | 0.96 | 0.04 | 359.75 | 0.93 | 0.5 |
| Hex | F5 | 9 | A | 0 | 60 | 60 | 4 | 168 | 5D | 32 |
| Octal | 365 | 11 | 12 | 0 | 140 | 140 | 4 | 550 | 135 | 62 |
| Binary | 11110101 | 1001 | 1010 | 0 | 1100000 | 1100000 | 100 | 101101000 | 1011101 | 110010 |
Color Harmonies of #F5090A
Complementary color
Monochromatic Colors of #F5090A
Black with #F5090A
Text Example
Text Example
White with #F5090A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5090A; }
p { color: rgb(245,9,10); }
H1.HeaderClassName
{
color: #F5090A;
}
.AnyTagClassName
{
color: #F5090A;
}
</style>
background-color css
<style>
a { background-color: #F5090A; }
a { background-color: rgb(245,9,10); }
div.DivClassName
{
background-color: #F5090A;
}
.BgClassName
{
background-color: #F5090A;
}
</style>
border-color css
<style>
span { border-color: #F5090A; }
span { border-color: rgb(245,9,10); }
td.TdClassName
{
border-color: #F5090A;
}
.TagClassName
{
border-color: #F5090A;
}
</style>