Shades of Torch Red #FC090F
Tints of Torch Red #FC090F
RGB
CMYK
RGB Variations
Color information
#FC090F (or 0xFC090F) is known color: Torch Red. HEX triplet: FC, 09 and 0F. RGB value is (252,9,15). Sum of RGB (Red+Green+Blue) = 252+9+15=276 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.30% from 276); Green value is 9 (3.91% from 255 or 3.26% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 252 - color contains mainly: red. Hex color #FC090F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC090F is #03F6F0. Grayscale: #525252. Windows color (decimal): -259825 or 985596. OLE color: 985596.
HSL color Cylindrical-coordinate representation of color #FC090F: hue angle of 358.52º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC090F is Cyan = 0, Magento = 0.96, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 15 | - |
| CMYK | 0 | 0.96 | 0.94 | 0.01 |
| HSL | 358.52º | 0.98% | 0.51% | - |
| HSV(B) | 358.52º | 0.96% | 0.99% | - |
| XYZ | 40.33 | 20.93 | 2.37 | - |
| YUV | 82.34 | 90.01 | 249.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 15 | 0 | 0.96 | 0.94 | 0.01 | 358.52 | 0.98 | 0.51 |
| Hex | FC | 9 | F | 0 | 60 | 5E | 1 | 167 | 62 | 33 |
| Octal | 374 | 11 | 17 | 0 | 140 | 136 | 1 | 547 | 142 | 63 |
| Binary | 11111100 | 1001 | 1111 | 0 | 1100000 | 1011110 | 1 | 101100111 | 1100010 | 110011 |
Color Harmonies of #FC090F
Complementary color
Monochromatic Colors of #FC090F
Black with #FC090F
Text Example
Text Example
White with #FC090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC090F; }
p { color: rgb(252,9,15); }
H1.HeaderClassName
{
color: #FC090F;
}
.AnyTagClassName
{
color: #FC090F;
}
</style>
background-color css
<style>
a { background-color: #FC090F; }
a { background-color: rgb(252,9,15); }
div.DivClassName
{
background-color: #FC090F;
}
.BgClassName
{
background-color: #FC090F;
}
</style>
border-color css
<style>
span { border-color: #FC090F; }
span { border-color: rgb(252,9,15); }
td.TdClassName
{
border-color: #FC090F;
}
.TagClassName
{
border-color: #FC090F;
}
</style>