Shades of Torch Red #FA040E
Tints of Torch Red #FA040E
RGB
CMYK
RGB Variations
Color information
#FA040E (or 0xFA040E) is known color: Torch Red. HEX triplet: FA, 04 and 0E. RGB value is (250,4,14). Sum of RGB (Red+Green+Blue) = 250+4+14=268 (35% of max value = 765). Red value is 250 (98.05% from 255 or 93.28% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 250 - color contains mainly: red. Hex color #FA040E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA040E is #05FBF1. Grayscale: #4E4E4E. Windows color (decimal): -392178 or 918778. OLE color: 918778.
HSL color Cylindrical-coordinate representation of color #FA040E: hue angle of 357.56º 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 #FA040E is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 4 | 14 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.02 |
| HSL | 357.56º | 0.97% | 0.5% | - |
| HSV(B) | 357.56º | 0.98% | 0.98% | - |
| XYZ | 39.55 | 20.44 | 2.28 | - |
| YUV | 78.69 | 91.5 | 250.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 4 | 14 | 0 | 0.98 | 0.94 | 0.02 | 357.56 | 0.97 | 0.5 |
| Hex | FA | 4 | E | 0 | 62 | 5E | 2 | 166 | 61 | 32 |
| Octal | 372 | 4 | 16 | 0 | 142 | 136 | 2 | 546 | 141 | 62 |
| Binary | 11111010 | 100 | 1110 | 0 | 1100010 | 1011110 | 10 | 101100110 | 1100001 | 110010 |
Color Harmonies of #FA040E
Complementary color
Monochromatic Colors of #FA040E
Black with #FA040E
Text Example
Text Example
White with #FA040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA040E; }
p { color: rgb(250,4,14); }
H1.HeaderClassName
{
color: #FA040E;
}
.AnyTagClassName
{
color: #FA040E;
}
</style>
background-color css
<style>
a { background-color: #FA040E; }
a { background-color: rgb(250,4,14); }
div.DivClassName
{
background-color: #FA040E;
}
.BgClassName
{
background-color: #FA040E;
}
</style>
border-color css
<style>
span { border-color: #FA040E; }
span { border-color: rgb(250,4,14); }
td.TdClassName
{
border-color: #FA040E;
}
.TagClassName
{
border-color: #FA040E;
}
</style>