Shades of Torch Red #FA092F
Tints of Torch Red #FA092F
RGB
CMYK
RGB Variations
Color information
#FA092F (or 0xFA092F) is known color: Torch Red. HEX triplet: FA, 09 and 2F. RGB value is (250,9,47). Sum of RGB (Red+Green+Blue) = 250+9+47=306 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.70% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 250 - color contains mainly: red. Hex color #FA092F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA092F is #05F6D0. Grayscale: #555555. Windows color (decimal): -390865 or 3082746. OLE color: 3082746.
HSL color Cylindrical-coordinate representation of color #FA092F: hue angle of 350.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 #FA092F is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 47 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.02 |
| HSL | 350.54º | 0.96% | 0.51% | - |
| HSV(B) | 350.54º | 0.96% | 0.98% | - |
| XYZ | 40.04 | 20.72 | 4.58 | - |
| YUV | 85.39 | 106.34 | 245.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 47 | 0 | 0.96 | 0.81 | 0.02 | 350.54 | 0.96 | 0.51 |
| Hex | FA | 9 | 2F | 0 | 60 | 51 | 2 | 15F | 60 | 33 |
| Octal | 372 | 11 | 57 | 0 | 140 | 121 | 2 | 537 | 140 | 63 |
| Binary | 11111010 | 1001 | 101111 | 0 | 1100000 | 1010001 | 10 | 101011111 | 1100000 | 110011 |
Color Harmonies of #FA092F
Complementary color
Monochromatic Colors of #FA092F
Black with #FA092F
Text Example
Text Example
White with #FA092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA092F; }
p { color: rgb(250,9,47); }
H1.HeaderClassName
{
color: #FA092F;
}
.AnyTagClassName
{
color: #FA092F;
}
</style>
background-color css
<style>
a { background-color: #FA092F; }
a { background-color: rgb(250,9,47); }
div.DivClassName
{
background-color: #FA092F;
}
.BgClassName
{
background-color: #FA092F;
}
</style>
border-color css
<style>
span { border-color: #FA092F; }
span { border-color: rgb(250,9,47); }
td.TdClassName
{
border-color: #FA092F;
}
.TagClassName
{
border-color: #FA092F;
}
</style>