Shades of Torch Red #F9063C
Tints of Torch Red #F9063C
RGB
CMYK
RGB Variations
Color information
#F9063C (or 0xF9063C) is known color: Torch Red. HEX triplet: F9, 06 and 3C. RGB value is (249,6,60). Sum of RGB (Red+Green+Blue) = 249+6+60=315 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.05% from 315); Green value is 6 (2.73% from 255 or 1.90% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 249 - color contains mainly: red. Hex color #F9063C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9063C is #06F9C3. Grayscale: #545454. Windows color (decimal): -457156 or 3933945. OLE color: 3933945.
HSL color Cylindrical-coordinate representation of color #F9063C: hue angle of 346.67º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F9063C is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 6 | 60 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.02 |
| HSL | 346.67º | 0.95% | 0.5% | - |
| HSV(B) | 346.67º | 0.98% | 0.98% | - |
| XYZ | 39.95 | 20.6 | 6.14 | - |
| YUV | 84.81 | 114.01 | 245.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 6 | 60 | 0 | 0.98 | 0.76 | 0.02 | 346.67 | 0.95 | 0.5 |
| Hex | F9 | 6 | 3C | 0 | 62 | 4C | 2 | 15B | 5F | 32 |
| Octal | 371 | 6 | 74 | 0 | 142 | 114 | 2 | 533 | 137 | 62 |
| Binary | 11111001 | 110 | 111100 | 0 | 1100010 | 1001100 | 10 | 101011011 | 1011111 | 110010 |
Color Harmonies of #F9063C
Complementary color
Monochromatic Colors of #F9063C
Black with #F9063C
Text Example
Text Example
White with #F9063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9063C; }
p { color: rgb(249,6,60); }
H1.HeaderClassName
{
color: #F9063C;
}
.AnyTagClassName
{
color: #F9063C;
}
</style>
background-color css
<style>
a { background-color: #F9063C; }
a { background-color: rgb(249,6,60); }
div.DivClassName
{
background-color: #F9063C;
}
.BgClassName
{
background-color: #F9063C;
}
</style>
border-color css
<style>
span { border-color: #F9063C; }
span { border-color: rgb(249,6,60); }
td.TdClassName
{
border-color: #F9063C;
}
.TagClassName
{
border-color: #F9063C;
}
</style>