Shades of Torch Red #FA090E
Tints of Torch Red #FA090E
RGB
CMYK
RGB Variations
Color information
#FA090E (or 0xFA090E) is known color: Torch Red. HEX triplet: FA, 09 and 0E. RGB value is (250,9,14). Sum of RGB (Red+Green+Blue) = 250+9+14=273 (36% of max value = 765). Red value is 250 (98.05% from 255 or 91.58% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 250 - color contains mainly: red. Hex color #FA090E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA090E is #05F6F1. Grayscale: #515151. Windows color (decimal): -390898 or 920058. OLE color: 920058.
HSL color Cylindrical-coordinate representation of color #FA090E: hue angle of 358.76º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA090E is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 14 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.02 |
| HSL | 358.76º | 0.96% | 0.51% | - |
| HSV(B) | 358.76º | 0.96% | 0.98% | - |
| XYZ | 39.6 | 20.55 | 2.29 | - |
| YUV | 81.63 | 89.84 | 248.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 14 | 0 | 0.96 | 0.94 | 0.02 | 358.76 | 0.96 | 0.51 |
| Hex | FA | 9 | E | 0 | 60 | 5E | 2 | 167 | 60 | 33 |
| Octal | 372 | 11 | 16 | 0 | 140 | 136 | 2 | 547 | 140 | 63 |
| Binary | 11111010 | 1001 | 1110 | 0 | 1100000 | 1011110 | 10 | 101100111 | 1100000 | 110011 |
Color Harmonies of #FA090E
Complementary color
Monochromatic Colors of #FA090E
Black with #FA090E
Text Example
Text Example
White with #FA090E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA090E; }
p { color: rgb(250,9,14); }
H1.HeaderClassName
{
color: #FA090E;
}
.AnyTagClassName
{
color: #FA090E;
}
</style>
background-color css
<style>
a { background-color: #FA090E; }
a { background-color: rgb(250,9,14); }
div.DivClassName
{
background-color: #FA090E;
}
.BgClassName
{
background-color: #FA090E;
}
</style>
border-color css
<style>
span { border-color: #FA090E; }
span { border-color: rgb(250,9,14); }
td.TdClassName
{
border-color: #FA090E;
}
.TagClassName
{
border-color: #FA090E;
}
</style>