Shades of Torch Red #FA060B
Tints of Torch Red #FA060B
RGB
CMYK
RGB Variations
Color information
#FA060B (or 0xFA060B) is known color: Torch Red. HEX triplet: FA, 06 and 0B. RGB value is (250,6,11). Sum of RGB (Red+Green+Blue) = 250+6+11=267 (35% of max value = 765). Red value is 250 (98.05% from 255 or 93.63% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 250 - color contains mainly: red. Hex color #FA060B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA060B is #05F9F4. Grayscale: #4F4F4F. Windows color (decimal): -391669 or 722682. OLE color: 722682.
HSL color Cylindrical-coordinate representation of color #FA060B: hue angle of 358.77º degrees, saturation: 0.96, 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 #FA060B is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 6 | 11 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.02 |
| HSL | 358.77º | 0.96% | 0.5% | - |
| HSV(B) | 358.77º | 0.98% | 0.98% | - |
| XYZ | 39.55 | 20.48 | 2.18 | - |
| YUV | 79.53 | 89.34 | 249.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 6 | 11 | 0 | 0.98 | 0.96 | 0.02 | 358.77 | 0.96 | 0.5 |
| Hex | FA | 6 | B | 0 | 62 | 60 | 2 | 167 | 60 | 32 |
| Octal | 372 | 6 | 13 | 0 | 142 | 140 | 2 | 547 | 140 | 62 |
| Binary | 11111010 | 110 | 1011 | 0 | 1100010 | 1100000 | 10 | 101100111 | 1100000 | 110010 |
Color Harmonies of #FA060B
Complementary color
Monochromatic Colors of #FA060B
Black with #FA060B
Text Example
Text Example
White with #FA060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA060B; }
p { color: rgb(250,6,11); }
H1.HeaderClassName
{
color: #FA060B;
}
.AnyTagClassName
{
color: #FA060B;
}
</style>
background-color css
<style>
a { background-color: #FA060B; }
a { background-color: rgb(250,6,11); }
div.DivClassName
{
background-color: #FA060B;
}
.BgClassName
{
background-color: #FA060B;
}
</style>
border-color css
<style>
span { border-color: #FA060B; }
span { border-color: rgb(250,6,11); }
td.TdClassName
{
border-color: #FA060B;
}
.TagClassName
{
border-color: #FA060B;
}
</style>