Shades of Torch Red #FA092B
Tints of Torch Red #FA092B
RGB
CMYK
RGB Variations
Color information
#FA092B (or 0xFA092B) is known color: Torch Red. HEX triplet: FA, 09 and 2B. RGB value is (250,9,43). Sum of RGB (Red+Green+Blue) = 250+9+43=302 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.78% from 302); Green value is 9 (3.91% from 255 or 2.98% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 250 - color contains mainly: red. Hex color #FA092B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA092B is #05F6D4. Grayscale: #555555. Windows color (decimal): -390869 or 2820602. OLE color: 2820602.
HSL color Cylindrical-coordinate representation of color #FA092B: hue angle of 351.54º 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 #FA092B is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 43 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.02 |
| HSL | 351.54º | 0.96% | 0.51% | - |
| HSV(B) | 351.54º | 0.96% | 0.98% | - |
| XYZ | 39.96 | 20.69 | 4.17 | - |
| YUV | 84.94 | 104.34 | 245.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 43 | 0 | 0.96 | 0.83 | 0.02 | 351.54 | 0.96 | 0.51 |
| Hex | FA | 9 | 2B | 0 | 60 | 53 | 2 | 160 | 60 | 33 |
| Octal | 372 | 11 | 53 | 0 | 140 | 123 | 2 | 540 | 140 | 63 |
| Binary | 11111010 | 1001 | 101011 | 0 | 1100000 | 1010011 | 10 | 101100000 | 1100000 | 110011 |
Color Harmonies of #FA092B
Complementary color
Monochromatic Colors of #FA092B
Black with #FA092B
Text Example
Text Example
White with #FA092B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA092B; }
p { color: rgb(250,9,43); }
H1.HeaderClassName
{
color: #FA092B;
}
.AnyTagClassName
{
color: #FA092B;
}
</style>
background-color css
<style>
a { background-color: #FA092B; }
a { background-color: rgb(250,9,43); }
div.DivClassName
{
background-color: #FA092B;
}
.BgClassName
{
background-color: #FA092B;
}
</style>
border-color css
<style>
span { border-color: #FA092B; }
span { border-color: rgb(250,9,43); }
td.TdClassName
{
border-color: #FA092B;
}
.TagClassName
{
border-color: #FA092B;
}
</style>