Shades of Torch Red #FC060E
Tints of Torch Red #FC060E
RGB
CMYK
RGB Variations
Color information
#FC060E (or 0xFC060E) is known color: Torch Red. HEX triplet: FC, 06 and 0E. RGB value is (252,6,14). Sum of RGB (Red+Green+Blue) = 252+6+14=272 (36% of max value = 765). Red value is 252 (98.83% from 255 or 92.65% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 252 - color contains mainly: red. Hex color #FC060E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC060E is #03F9F1. Grayscale: #505050. Windows color (decimal): -260594 or 919292. OLE color: 919292.
HSL color Cylindrical-coordinate representation of color #FC060E: hue angle of 358.05º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC060E is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 6 | 14 | - |
| CMYK | 0 | 0.98 | 0.94 | 0.01 |
| HSL | 358.05º | 0.98% | 0.51% | - |
| HSV(B) | 358.05º | 0.98% | 0.99% | - |
| XYZ | 40.29 | 20.86 | 2.32 | - |
| YUV | 80.47 | 90.5 | 250.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 6 | 14 | 0 | 0.98 | 0.94 | 0.01 | 358.05 | 0.98 | 0.51 |
| Hex | FC | 6 | E | 0 | 62 | 5E | 1 | 166 | 62 | 33 |
| Octal | 374 | 6 | 16 | 0 | 142 | 136 | 1 | 546 | 142 | 63 |
| Binary | 11111100 | 110 | 1110 | 0 | 1100010 | 1011110 | 1 | 101100110 | 1100010 | 110011 |
Color Harmonies of #FC060E
Complementary color
Monochromatic Colors of #FC060E
Black with #FC060E
Text Example
Text Example
White with #FC060E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC060E; }
p { color: rgb(252,6,14); }
H1.HeaderClassName
{
color: #FC060E;
}
.AnyTagClassName
{
color: #FC060E;
}
</style>
background-color css
<style>
a { background-color: #FC060E; }
a { background-color: rgb(252,6,14); }
div.DivClassName
{
background-color: #FC060E;
}
.BgClassName
{
background-color: #FC060E;
}
</style>
border-color css
<style>
span { border-color: #FC060E; }
span { border-color: rgb(252,6,14); }
td.TdClassName
{
border-color: #FC060E;
}
.TagClassName
{
border-color: #FC060E;
}
</style>