Shades of Torch Red #FC080A
Tints of Torch Red #FC080A
RGB
CMYK
RGB Variations
Color information
#FC080A (or 0xFC080A) is known color: Torch Red. HEX triplet: FC, 08 and 0A. RGB value is (252,8,10). Sum of RGB (Red+Green+Blue) = 252+8+10=270 (35% of max value = 765). Red value is 252 (98.83% from 255 or 93.33% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 252 - color contains mainly: red. Hex color #FC080A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC080A is #03F7F5. Grayscale: #515151. Windows color (decimal): -260086 or 657660. OLE color: 657660.
HSL color Cylindrical-coordinate representation of color #FC080A: hue angle of 359.51º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC080A is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 8 | 10 | - |
| CMYK | 0 | 0.97 | 0.96 | 0.01 |
| HSL | 359.51º | 0.98% | 0.51% | - |
| HSV(B) | 359.51º | 0.97% | 0.99% | - |
| XYZ | 40.29 | 20.89 | 2.2 | - |
| YUV | 81.18 | 87.84 | 249.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 8 | 10 | 0 | 0.97 | 0.96 | 0.01 | 359.51 | 0.98 | 0.51 |
| Hex | FC | 8 | A | 0 | 61 | 60 | 1 | 168 | 62 | 33 |
| Octal | 374 | 10 | 12 | 0 | 141 | 140 | 1 | 550 | 142 | 63 |
| Binary | 11111100 | 1000 | 1010 | 0 | 1100001 | 1100000 | 1 | 101101000 | 1100010 | 110011 |
Color Harmonies of #FC080A
Complementary color
Monochromatic Colors of #FC080A
Black with #FC080A
Text Example
Text Example
White with #FC080A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC080A; }
p { color: rgb(252,8,10); }
H1.HeaderClassName
{
color: #FC080A;
}
.AnyTagClassName
{
color: #FC080A;
}
</style>
background-color css
<style>
a { background-color: #FC080A; }
a { background-color: rgb(252,8,10); }
div.DivClassName
{
background-color: #FC080A;
}
.BgClassName
{
background-color: #FC080A;
}
</style>
border-color css
<style>
span { border-color: #FC080A; }
span { border-color: rgb(252,8,10); }
td.TdClassName
{
border-color: #FC080A;
}
.TagClassName
{
border-color: #FC080A;
}
</style>