Shades of Torch Red #FA090F
Tints of Torch Red #FA090F
RGB
CMYK
RGB Variations
Color information
#FA090F (or 0xFA090F) is known color: Torch Red. HEX triplet: FA, 09 and 0F. RGB value is (250,9,15). Sum of RGB (Red+Green+Blue) = 250+9+15=274 (36% of max value = 765). Red value is 250 (98.05% from 255 or 91.24% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 250 - color contains mainly: red. Hex color #FA090F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA090F is #05F6F0. Grayscale: #515151. Windows color (decimal): -390897 or 985594. OLE color: 985594.
HSL color Cylindrical-coordinate representation of color #FA090F: hue angle of 358.51º 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 #FA090F is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 15 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.02 |
| HSL | 358.51º | 0.96% | 0.51% | - |
| HSV(B) | 358.51º | 0.96% | 0.98% | - |
| XYZ | 39.61 | 20.55 | 2.33 | - |
| YUV | 81.74 | 90.34 | 248.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 15 | 0 | 0.96 | 0.94 | 0.02 | 358.51 | 0.96 | 0.51 |
| Hex | FA | 9 | F | 0 | 60 | 5E | 2 | 167 | 60 | 33 |
| Octal | 372 | 11 | 17 | 0 | 140 | 136 | 2 | 547 | 140 | 63 |
| Binary | 11111010 | 1001 | 1111 | 0 | 1100000 | 1011110 | 10 | 101100111 | 1100000 | 110011 |
Color Harmonies of #FA090F
Complementary color
Monochromatic Colors of #FA090F
Black with #FA090F
Text Example
Text Example
White with #FA090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA090F; }
p { color: rgb(250,9,15); }
H1.HeaderClassName
{
color: #FA090F;
}
.AnyTagClassName
{
color: #FA090F;
}
</style>
background-color css
<style>
a { background-color: #FA090F; }
a { background-color: rgb(250,9,15); }
div.DivClassName
{
background-color: #FA090F;
}
.BgClassName
{
background-color: #FA090F;
}
</style>
border-color css
<style>
span { border-color: #FA090F; }
span { border-color: rgb(250,9,15); }
td.TdClassName
{
border-color: #FA090F;
}
.TagClassName
{
border-color: #FA090F;
}
</style>