Shades of Torch Red #FE060C
Tints of Torch Red #FE060C
RGB
CMYK
RGB Variations
Color information
#FE060C (or 0xFE060C) is known color: Torch Red. HEX triplet: FE, 06 and 0C. RGB value is (254,6,12). Sum of RGB (Red+Green+Blue) = 254+6+12=272 (36% of max value = 765). Red value is 254 (99.61% from 255 or 93.38% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 254 - color contains mainly: red. Hex color #FE060C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE060C is #01F9F3. Grayscale: #515151. Windows color (decimal): -129524 or 788222. OLE color: 788222.
HSL color Cylindrical-coordinate representation of color #FE060C: hue angle of 358.55º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE060C is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 12 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.00 |
| HSL | 358.55º | 0.99% | 0.51% | - |
| HSV(B) | 358.55º | 0.98% | 1% | - |
| XYZ | 41 | 21.23 | 2.28 | - |
| YUV | 80.84 | 89.16 | 251.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 12 | 0 | 0.98 | 0.95 | 0.00 | 358.55 | 0.99 | 0.51 |
| Hex | FE | 6 | C | 0 | 62 | 5F | 0 | 167 | 63 | 33 |
| Octal | 376 | 6 | 14 | 0 | 142 | 137 | 0 | 547 | 143 | 63 |
| Binary | 11111110 | 110 | 1100 | 0 | 1100010 | 1011111 | 0 | 101100111 | 1100011 | 110011 |
Color Harmonies of #FE060C
Complementary color
Monochromatic Colors of #FE060C
Black with #FE060C
Text Example
Text Example
White with #FE060C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE060C; }
p { color: rgb(254,6,12); }
H1.HeaderClassName
{
color: #FE060C;
}
.AnyTagClassName
{
color: #FE060C;
}
</style>
background-color css
<style>
a { background-color: #FE060C; }
a { background-color: rgb(254,6,12); }
div.DivClassName
{
background-color: #FE060C;
}
.BgClassName
{
background-color: #FE060C;
}
</style>
border-color css
<style>
span { border-color: #FE060C; }
span { border-color: rgb(254,6,12); }
td.TdClassName
{
border-color: #FE060C;
}
.TagClassName
{
border-color: #FE060C;
}
</style>