Shades of Torch Red #F9063D
Tints of Torch Red #F9063D
RGB
CMYK
RGB Variations
Color information
#F9063D (or 0xF9063D) is known color: Torch Red. HEX triplet: F9, 06 and 3D. RGB value is (249,6,61). Sum of RGB (Red+Green+Blue) = 249+6+61=316 (41% of max value = 765). Red value is 249 (97.66% from 255 or 78.80% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 249 - color contains mainly: red. Hex color #F9063D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9063D is #06F9C2. Grayscale: #545454. Windows color (decimal): -457155 or 3999481. OLE color: 3999481.
HSL color Cylindrical-coordinate representation of color #F9063D: hue angle of 346.42º 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 #F9063D is Cyan = 0, Magento = 0.98, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 6 | 61 | - |
| CMYK | 0 | 0.98 | 0.76 | 0.02 |
| HSL | 346.42º | 0.95% | 0.5% | - |
| HSV(B) | 346.42º | 0.98% | 0.98% | - |
| XYZ | 39.97 | 20.61 | 6.29 | - |
| YUV | 84.93 | 114.51 | 245.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 6 | 61 | 0 | 0.98 | 0.76 | 0.02 | 346.42 | 0.95 | 0.5 |
| Hex | F9 | 6 | 3D | 0 | 62 | 4C | 2 | 15A | 5F | 32 |
| Octal | 371 | 6 | 75 | 0 | 142 | 114 | 2 | 532 | 137 | 62 |
| Binary | 11111001 | 110 | 111101 | 0 | 1100010 | 1001100 | 10 | 101011010 | 1011111 | 110010 |
Color Harmonies of #F9063D
Complementary color
Monochromatic Colors of #F9063D
Black with #F9063D
Text Example
Text Example
White with #F9063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9063D; }
p { color: rgb(249,6,61); }
H1.HeaderClassName
{
color: #F9063D;
}
.AnyTagClassName
{
color: #F9063D;
}
</style>
background-color css
<style>
a { background-color: #F9063D; }
a { background-color: rgb(249,6,61); }
div.DivClassName
{
background-color: #F9063D;
}
.BgClassName
{
background-color: #F9063D;
}
</style>
border-color css
<style>
span { border-color: #F9063D; }
span { border-color: rgb(249,6,61); }
td.TdClassName
{
border-color: #F9063D;
}
.TagClassName
{
border-color: #F9063D;
}
</style>