Shades of Torch Red #FE084C
Tints of Torch Red #FE084C
RGB
CMYK
RGB Variations
Color information
#FE084C (or 0xFE084C) is known color: Torch Red. HEX triplet: FE, 08 and 4C. RGB value is (254,8,76). Sum of RGB (Red+Green+Blue) = 254+8+76=338 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.15% from 338); Green value is 8 (3.52% from 255 or 2.37% from 338); Blue value is 76 (30.08% from 255 or 22.49% from 338); Max value from RGB is 254 - color contains mainly: red. Hex color #FE084C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE084C is #01F7B3. Grayscale: #595959. Windows color (decimal): -128948 or 4983038. OLE color: 4983038.
HSL color Cylindrical-coordinate representation of color #FE084C: hue angle of 343.41º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE084C is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 76 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.00 |
| HSL | 343.41º | 0.99% | 0.51% | - |
| HSV(B) | 343.41º | 0.97% | 1% | - |
| XYZ | 42.26 | 21.77 | 8.81 | - |
| YUV | 89.31 | 120.5 | 245.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 76 | 0 | 0.97 | 0.70 | 0.00 | 343.41 | 0.99 | 0.51 |
| Hex | FE | 8 | 4C | 0 | 61 | 46 | 0 | 157 | 63 | 33 |
| Octal | 376 | 10 | 114 | 0 | 141 | 106 | 0 | 527 | 143 | 63 |
| Binary | 11111110 | 1000 | 1001100 | 0 | 1100001 | 1000110 | 0 | 101010111 | 1100011 | 110011 |
Color Harmonies of #FE084C
Complementary color
Monochromatic Colors of #FE084C
Black with #FE084C
Text Example
Text Example
White with #FE084C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE084C; }
p { color: rgb(254,8,76); }
H1.HeaderClassName
{
color: #FE084C;
}
.AnyTagClassName
{
color: #FE084C;
}
</style>
background-color css
<style>
a { background-color: #FE084C; }
a { background-color: rgb(254,8,76); }
div.DivClassName
{
background-color: #FE084C;
}
.BgClassName
{
background-color: #FE084C;
}
</style>
border-color css
<style>
span { border-color: #FE084C; }
span { border-color: rgb(254,8,76); }
td.TdClassName
{
border-color: #FE084C;
}
.TagClassName
{
border-color: #FE084C;
}
</style>