Shades of Torch Red #FC090A
Tints of Torch Red #FC090A
RGB
CMYK
RGB Variations
Color information
#FC090A (or 0xFC090A) is known color: Torch Red. HEX triplet: FC, 09 and 0A. RGB value is (252,9,10). Sum of RGB (Red+Green+Blue) = 252+9+10=271 (35% of max value = 765). Red value is 252 (98.83% from 255 or 92.99% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 252 - color contains mainly: red. Hex color #FC090A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC090A is #03F6F5. Grayscale: #525252. Windows color (decimal): -259830 or 657916. OLE color: 657916.
HSL color Cylindrical-coordinate representation of color #FC090A: hue angle of 359.75º 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 #FC090A is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 9 | 10 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.01 |
| HSL | 359.75º | 0.98% | 0.51% | - |
| HSV(B) | 359.75º | 0.96% | 0.99% | - |
| XYZ | 40.3 | 20.91 | 2.2 | - |
| YUV | 81.77 | 87.51 | 249.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 9 | 10 | 0 | 0.96 | 0.96 | 0.01 | 359.75 | 0.98 | 0.51 |
| Hex | FC | 9 | A | 0 | 60 | 60 | 1 | 168 | 62 | 33 |
| Octal | 374 | 11 | 12 | 0 | 140 | 140 | 1 | 550 | 142 | 63 |
| Binary | 11111100 | 1001 | 1010 | 0 | 1100000 | 1100000 | 1 | 101101000 | 1100010 | 110011 |
Color Harmonies of #FC090A
Complementary color
Monochromatic Colors of #FC090A
Black with #FC090A
Text Example
Text Example
White with #FC090A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC090A; }
p { color: rgb(252,9,10); }
H1.HeaderClassName
{
color: #FC090A;
}
.AnyTagClassName
{
color: #FC090A;
}
</style>
background-color css
<style>
a { background-color: #FC090A; }
a { background-color: rgb(252,9,10); }
div.DivClassName
{
background-color: #FC090A;
}
.BgClassName
{
background-color: #FC090A;
}
</style>
border-color css
<style>
span { border-color: #FC090A; }
span { border-color: rgb(252,9,10); }
td.TdClassName
{
border-color: #FC090A;
}
.TagClassName
{
border-color: #FC090A;
}
</style>