Shades of Torch Red #FE000A
Tints of Torch Red #FE000A
RGB
CMYK
RGB Variations
Color information
#FE000A (or 0xFE000A) is known color: Torch Red. HEX triplet: FE, 00 and 0A. RGB value is (254,0,10). Sum of RGB (Red+Green+Blue) = 254+0+10=264 (34% of max value = 765). Red value is 254 (99.61% from 255 or 96.21% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 254 - color contains mainly: red. Hex color #FE000A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FE000A is #01FFF5. Grayscale: #4D4D4D. Windows color (decimal): -131062 or 655614. OLE color: 655614.
HSL color Cylindrical-coordinate representation of color #FE000A: hue angle of 357.64º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE000A is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.96 | 0.00 |
| HSL | 357.64º | 1% | 0.5% | - |
| HSV(B) | 357.64º | 1% | 1% | - |
| XYZ | 40.93 | 21.09 | 2.2 | - |
| YUV | 77.09 | 90.15 | 254.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 0 | 10 | 0 | 1 | 0.96 | 0.00 | 357.64 | 1 | 0.5 |
| Hex | FE | 0 | A | 0 | 64 | 60 | 0 | 166 | 64 | 32 |
| Octal | 376 | 0 | 12 | 0 | 144 | 140 | 0 | 546 | 144 | 62 |
| Binary | 11111110 | 0 | 1010 | 0 | 1100100 | 1100000 | 0 | 101100110 | 1100100 | 110010 |
Color Harmonies of #FE000A
Complementary color
Monochromatic Colors of #FE000A
Black with #FE000A
Text Example
Text Example
White with #FE000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE000A; }
p { color: rgb(254,0,10); }
H1.HeaderClassName
{
color: #FE000A;
}
.AnyTagClassName
{
color: #FE000A;
}
</style>
background-color css
<style>
a { background-color: #FE000A; }
a { background-color: rgb(254,0,10); }
div.DivClassName
{
background-color: #FE000A;
}
.BgClassName
{
background-color: #FE000A;
}
</style>
border-color css
<style>
span { border-color: #FE000A; }
span { border-color: rgb(254,0,10); }
td.TdClassName
{
border-color: #FE000A;
}
.TagClassName
{
border-color: #FE000A;
}
</style>