Shades of Torch Red #F9010A
Tints of Torch Red #F9010A
RGB
CMYK
RGB Variations
Color information
#F9010A (or 0xF9010A) is known color: Torch Red. HEX triplet: F9, 01 and 0A. RGB value is (249,1,10). Sum of RGB (Red+Green+Blue) = 249+1+10=260 (34% of max value = 765). Red value is 249 (97.66% from 255 or 95.77% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 10 (4.30% from 255 or 3.85% from 260); Max value from RGB is 249 - color contains mainly: red. Hex color #F9010A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9010A is #06FEF5. Grayscale: #4C4C4C. Windows color (decimal): -458486 or 655865. OLE color: 655865.
HSL color Cylindrical-coordinate representation of color #F9010A: hue angle of 357.82º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9010A is Cyan = 0, Magento = 1.00, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 10 | - |
| CMYK | 0 | 1.00 | 0.96 | 0.02 |
| HSL | 357.82º | 0.99% | 0.49% | - |
| HSV(B) | 357.82º | 1% | 0.98% | - |
| XYZ | 39.13 | 20.18 | 2.12 | - |
| YUV | 76.18 | 90.66 | 251.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 10 | 0 | 1.00 | 0.96 | 0.02 | 357.82 | 0.99 | 0.49 |
| Hex | F9 | 1 | A | 0 | 64 | 60 | 2 | 166 | 63 | 31 |
| Octal | 371 | 1 | 12 | 0 | 144 | 140 | 2 | 546 | 143 | 61 |
| Binary | 11111001 | 1 | 1010 | 0 | 1100100 | 1100000 | 10 | 101100110 | 1100011 | 110001 |
Color Harmonies of #F9010A
Complementary color
Monochromatic Colors of #F9010A
Black with #F9010A
Text Example
Text Example
White with #F9010A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9010A; }
p { color: rgb(249,1,10); }
H1.HeaderClassName
{
color: #F9010A;
}
.AnyTagClassName
{
color: #F9010A;
}
</style>
background-color css
<style>
a { background-color: #F9010A; }
a { background-color: rgb(249,1,10); }
div.DivClassName
{
background-color: #F9010A;
}
.BgClassName
{
background-color: #F9010A;
}
</style>
border-color css
<style>
span { border-color: #F9010A; }
span { border-color: rgb(249,1,10); }
td.TdClassName
{
border-color: #F9010A;
}
.TagClassName
{
border-color: #F9010A;
}
</style>