Shades of Torch Red #FA040C
Tints of Torch Red #FA040C
RGB
CMYK
RGB Variations
Color information
#FA040C (or 0xFA040C) is known color: Torch Red. HEX triplet: FA, 04 and 0C. RGB value is (250,4,12). Sum of RGB (Red+Green+Blue) = 250+4+12=266 (35% of max value = 765). Red value is 250 (98.05% from 255 or 93.98% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 250 - color contains mainly: red. Hex color #FA040C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA040C is #05FBF3. Grayscale: #4E4E4E. Windows color (decimal): -392180 or 787706. OLE color: 787706.
HSL color Cylindrical-coordinate representation of color #FA040C: hue angle of 358.05º 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 #FA040C is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 12 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.02 |
| HSL | 358.05º | 0.97% | 0.5% | - |
| HSV(B) | 358.05º | 0.98% | 0.98% | - |
| XYZ | 39.53 | 20.44 | 2.21 | - |
| YUV | 78.47 | 90.5 | 250.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 12 | 0 | 0.98 | 0.95 | 0.02 | 358.05 | 0.97 | 0.5 |
| Hex | FA | 4 | C | 0 | 62 | 5F | 2 | 166 | 61 | 32 |
| Octal | 372 | 4 | 14 | 0 | 142 | 137 | 2 | 546 | 141 | 62 |
| Binary | 11111010 | 100 | 1100 | 0 | 1100010 | 1011111 | 10 | 101100110 | 1100001 | 110010 |
Color Harmonies of #FA040C
Complementary color
Monochromatic Colors of #FA040C
Black with #FA040C
Text Example
Text Example
White with #FA040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA040C; }
p { color: rgb(250,4,12); }
H1.HeaderClassName
{
color: #FA040C;
}
.AnyTagClassName
{
color: #FA040C;
}
</style>
background-color css
<style>
a { background-color: #FA040C; }
a { background-color: rgb(250,4,12); }
div.DivClassName
{
background-color: #FA040C;
}
.BgClassName
{
background-color: #FA040C;
}
</style>
border-color css
<style>
span { border-color: #FA040C; }
span { border-color: rgb(250,4,12); }
td.TdClassName
{
border-color: #FA040C;
}
.TagClassName
{
border-color: #FA040C;
}
</style>