Shades of Torch Red #FC000F
Tints of Torch Red #FC000F
RGB
CMYK
RGB Variations
Color information
#FC000F (or 0xFC000F) is known color: Torch Red. HEX triplet: FC, 00 and 0F. RGB value is (252,0,15). Sum of RGB (Red+Green+Blue) = 252+0+15=267 (35% of max value = 765). Red value is 252 (98.83% from 255 or 94.38% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 252 - color contains mainly: red. Hex color #FC000F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC000F is #03FFF0. Grayscale: #4D4D4D. Windows color (decimal): -262129 or 983292. OLE color: 983292.
HSL color Cylindrical-coordinate representation of color #FC000F: hue angle of 356.43º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC000F is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.94 | 0.01 |
| HSL | 356.43º | 1% | 0.49% | - |
| HSV(B) | 356.43º | 1% | 0.99% | - |
| XYZ | 40.23 | 20.73 | 2.33 | - |
| YUV | 77.06 | 92.99 | 252.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 0 | 15 | 0 | 1 | 0.94 | 0.01 | 356.43 | 1 | 0.49 |
| Hex | FC | 0 | F | 0 | 64 | 5E | 1 | 164 | 64 | 31 |
| Octal | 374 | 0 | 17 | 0 | 144 | 136 | 1 | 544 | 144 | 61 |
| Binary | 11111100 | 0 | 1111 | 0 | 1100100 | 1011110 | 1 | 101100100 | 1100100 | 110001 |
Color Harmonies of #FC000F
Complementary color
Monochromatic Colors of #FC000F
Black with #FC000F
Text Example
Text Example
White with #FC000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC000F; }
p { color: rgb(252,0,15); }
H1.HeaderClassName
{
color: #FC000F;
}
.AnyTagClassName
{
color: #FC000F;
}
</style>
background-color css
<style>
a { background-color: #FC000F; }
a { background-color: rgb(252,0,15); }
div.DivClassName
{
background-color: #FC000F;
}
.BgClassName
{
background-color: #FC000F;
}
</style>
border-color css
<style>
span { border-color: #FC000F; }
span { border-color: rgb(252,0,15); }
td.TdClassName
{
border-color: #FC000F;
}
.TagClassName
{
border-color: #FC000F;
}
</style>