Shades of Torch Red #FA0924
Tints of Torch Red #FA0924
RGB
CMYK
RGB Variations
Color information
#FA0924 (or 0xFA0924) is known color: Torch Red. HEX triplet: FA, 09 and 24. RGB value is (250,9,36). Sum of RGB (Red+Green+Blue) = 250+9+36=295 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.75% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0924 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0924 is #05F6DB. Grayscale: #545454. Windows color (decimal): -390876 or 2361850. OLE color: 2361850.
HSL color Cylindrical-coordinate representation of color #FA0924: hue angle of 353.28º 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 #FA0924 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 36 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.02 |
| HSL | 353.28º | 0.96% | 0.51% | - |
| HSV(B) | 353.28º | 0.96% | 0.98% | - |
| XYZ | 39.84 | 20.65 | 3.55 | - |
| YUV | 84.14 | 100.84 | 246.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 36 | 0 | 0.96 | 0.86 | 0.02 | 353.28 | 0.96 | 0.51 |
| Hex | FA | 9 | 24 | 0 | 60 | 56 | 2 | 161 | 60 | 33 |
| Octal | 372 | 11 | 44 | 0 | 140 | 126 | 2 | 541 | 140 | 63 |
| Binary | 11111010 | 1001 | 100100 | 0 | 1100000 | 1010110 | 10 | 101100001 | 1100000 | 110011 |
Color Harmonies of #FA0924
Complementary color
Monochromatic Colors of #FA0924
Black with #FA0924
Text Example
Text Example
White with #FA0924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0924; }
p { color: rgb(250,9,36); }
H1.HeaderClassName
{
color: #FA0924;
}
.AnyTagClassName
{
color: #FA0924;
}
</style>
background-color css
<style>
a { background-color: #FA0924; }
a { background-color: rgb(250,9,36); }
div.DivClassName
{
background-color: #FA0924;
}
.BgClassName
{
background-color: #FA0924;
}
</style>
border-color css
<style>
span { border-color: #FA0924; }
span { border-color: rgb(250,9,36); }
td.TdClassName
{
border-color: #FA0924;
}
.TagClassName
{
border-color: #FA0924;
}
</style>