Shades of Torch Red #FE060B
Tints of Torch Red #FE060B
RGB
CMYK
RGB Variations
Color information
#FE060B (or 0xFE060B) is known color: Torch Red. HEX triplet: FE, 06 and 0B. RGB value is (254,6,11). Sum of RGB (Red+Green+Blue) = 254+6+11=271 (35% of max value = 765). Red value is 254 (99.61% from 255 or 93.73% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 254 - color contains mainly: red. Hex color #FE060B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE060B is #01F9F4. Grayscale: #505050. Windows color (decimal): -129525 or 722686. OLE color: 722686.
HSL color Cylindrical-coordinate representation of color #FE060B: hue angle of 358.79º 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 #FE060B is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 11 | - |
| CMYK | 0 | 0.98 | 0.96 | 0.00 |
| HSL | 358.79º | 0.99% | 0.51% | - |
| HSV(B) | 358.79º | 0.98% | 1% | - |
| XYZ | 41 | 21.23 | 2.25 | - |
| YUV | 80.72 | 88.66 | 251.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 11 | 0 | 0.98 | 0.96 | 0.00 | 358.79 | 0.99 | 0.51 |
| Hex | FE | 6 | B | 0 | 62 | 60 | 0 | 167 | 63 | 33 |
| Octal | 376 | 6 | 13 | 0 | 142 | 140 | 0 | 547 | 143 | 63 |
| Binary | 11111110 | 110 | 1011 | 0 | 1100010 | 1100000 | 0 | 101100111 | 1100011 | 110011 |
Color Harmonies of #FE060B
Complementary color
Monochromatic Colors of #FE060B
Black with #FE060B
Text Example
Text Example
White with #FE060B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE060B; }
p { color: rgb(254,6,11); }
H1.HeaderClassName
{
color: #FE060B;
}
.AnyTagClassName
{
color: #FE060B;
}
</style>
background-color css
<style>
a { background-color: #FE060B; }
a { background-color: rgb(254,6,11); }
div.DivClassName
{
background-color: #FE060B;
}
.BgClassName
{
background-color: #FE060B;
}
</style>
border-color css
<style>
span { border-color: #FE060B; }
span { border-color: rgb(254,6,11); }
td.TdClassName
{
border-color: #FE060B;
}
.TagClassName
{
border-color: #FE060B;
}
</style>