Shades of Torch Red #FA030A
Tints of Torch Red #FA030A
RGB
CMYK
RGB Variations
Color information
#FA030A (or 0xFA030A) is known color: Torch Red. HEX triplet: FA, 03 and 0A. RGB value is (250,3,10). Sum of RGB (Red+Green+Blue) = 250+3+10=263 (34% of max value = 765). Red value is 250 (98.05% from 255 or 95.06% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 250 - color contains mainly: red. Hex color #FA030A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA030A is #05FCF5. Grayscale: #4D4D4D. Windows color (decimal): -392438 or 656378. OLE color: 656378.
HSL color Cylindrical-coordinate representation of color #FA030A: hue angle of 358.3º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA030A is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 10 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.02 |
| HSL | 358.3º | 0.98% | 0.5% | - |
| HSV(B) | 358.3º | 0.99% | 0.98% | - |
| XYZ | 39.51 | 20.41 | 2.14 | - |
| YUV | 77.65 | 89.83 | 250.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 10 | 0 | 0.99 | 0.96 | 0.02 | 358.3 | 0.98 | 0.5 |
| Hex | FA | 3 | A | 0 | 63 | 60 | 2 | 166 | 62 | 32 |
| Octal | 372 | 3 | 12 | 0 | 143 | 140 | 2 | 546 | 142 | 62 |
| Binary | 11111010 | 11 | 1010 | 0 | 1100011 | 1100000 | 10 | 101100110 | 1100010 | 110010 |
Color Harmonies of #FA030A
Complementary color
Monochromatic Colors of #FA030A
Black with #FA030A
Text Example
Text Example
White with #FA030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA030A; }
p { color: rgb(250,3,10); }
H1.HeaderClassName
{
color: #FA030A;
}
.AnyTagClassName
{
color: #FA030A;
}
</style>
background-color css
<style>
a { background-color: #FA030A; }
a { background-color: rgb(250,3,10); }
div.DivClassName
{
background-color: #FA030A;
}
.BgClassName
{
background-color: #FA030A;
}
</style>
border-color css
<style>
span { border-color: #FA030A; }
span { border-color: rgb(250,3,10); }
td.TdClassName
{
border-color: #FA030A;
}
.TagClassName
{
border-color: #FA030A;
}
</style>