Shades of Torch Red #FE084B
Tints of Torch Red #FE084B
RGB
CMYK
RGB Variations
Color information
#FE084B (or 0xFE084B) is known color: Torch Red. HEX triplet: FE, 08 and 4B. RGB value is (254,8,75). Sum of RGB (Red+Green+Blue) = 254+8+75=337 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.37% from 337); Green value is 8 (3.52% from 255 or 2.37% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 254 - color contains mainly: red. Hex color #FE084B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FE084B is #01F7B4. Grayscale: #595959. Windows color (decimal): -128949 or 4917502. OLE color: 4917502.
HSL color Cylindrical-coordinate representation of color #FE084B: hue angle of 343.66º 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 #FE084B is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 75 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.00 |
| HSL | 343.66º | 0.99% | 0.51% | - |
| HSV(B) | 343.66º | 0.97% | 1% | - |
| XYZ | 42.23 | 21.75 | 8.63 | - |
| YUV | 89.19 | 120 | 245.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 75 | 0 | 0.97 | 0.70 | 0.00 | 343.66 | 0.99 | 0.51 |
| Hex | FE | 8 | 4B | 0 | 61 | 46 | 0 | 158 | 63 | 33 |
| Octal | 376 | 10 | 113 | 0 | 141 | 106 | 0 | 530 | 143 | 63 |
| Binary | 11111110 | 1000 | 1001011 | 0 | 1100001 | 1000110 | 0 | 101011000 | 1100011 | 110011 |
Color Harmonies of #FE084B
Complementary color
Monochromatic Colors of #FE084B
Black with #FE084B
Text Example
Text Example
White with #FE084B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE084B; }
p { color: rgb(254,8,75); }
H1.HeaderClassName
{
color: #FE084B;
}
.AnyTagClassName
{
color: #FE084B;
}
</style>
background-color css
<style>
a { background-color: #FE084B; }
a { background-color: rgb(254,8,75); }
div.DivClassName
{
background-color: #FE084B;
}
.BgClassName
{
background-color: #FE084B;
}
</style>
border-color css
<style>
span { border-color: #FE084B; }
span { border-color: rgb(254,8,75); }
td.TdClassName
{
border-color: #FE084B;
}
.TagClassName
{
border-color: #FE084B;
}
</style>