Shades of Torch Red #FA040B
Tints of Torch Red #FA040B
RGB
CMYK
RGB Variations
Color information
#FA040B (or 0xFA040B) is known color: Torch Red. HEX triplet: FA, 04 and 0B. RGB value is (250,4,11). Sum of RGB (Red+Green+Blue) = 250+4+11=265 (35% of max value = 765). Red value is 250 (98.05% from 255 or 94.34% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 250 - color contains mainly: red. Hex color #FA040B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA040B is #05FBF4. Grayscale: #4E4E4E. Windows color (decimal): -392181 or 722170. OLE color: 722170.
HSL color Cylindrical-coordinate representation of color #FA040B: hue angle of 358.29º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA040B is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 11 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.02 |
| HSL | 358.29º | 0.97% | 0.5% | - |
| HSV(B) | 358.29º | 0.98% | 0.98% | - |
| XYZ | 39.53 | 20.43 | 2.18 | - |
| YUV | 78.35 | 90 | 250.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 11 | 0 | 0.98 | 0.96 | 0.02 | 358.29 | 0.97 | 0.5 |
| Hex | FA | 4 | B | 0 | 62 | 60 | 2 | 166 | 61 | 32 |
| Octal | 372 | 4 | 13 | 0 | 142 | 140 | 2 | 546 | 141 | 62 |
| Binary | 11111010 | 100 | 1011 | 0 | 1100010 | 1100000 | 10 | 101100110 | 1100001 | 110010 |
Color Harmonies of #FA040B
Complementary color
Monochromatic Colors of #FA040B
Black with #FA040B
Text Example
Text Example
White with #FA040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA040B; }
p { color: rgb(250,4,11); }
H1.HeaderClassName
{
color: #FA040B;
}
.AnyTagClassName
{
color: #FA040B;
}
</style>
background-color css
<style>
a { background-color: #FA040B; }
a { background-color: rgb(250,4,11); }
div.DivClassName
{
background-color: #FA040B;
}
.BgClassName
{
background-color: #FA040B;
}
</style>
border-color css
<style>
span { border-color: #FA040B; }
span { border-color: rgb(250,4,11); }
td.TdClassName
{
border-color: #FA040B;
}
.TagClassName
{
border-color: #FA040B;
}
</style>