Shades of Torch Red #FA0633
Tints of Torch Red #FA0633
RGB
CMYK
RGB Variations
Color information
#FA0633 (or 0xFA0633) is known color: Torch Red. HEX triplet: FA, 06 and 33. RGB value is (250,6,51). Sum of RGB (Red+Green+Blue) = 250+6+51=307 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.43% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0633 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0633 is #05F9CC. Grayscale: #545454. Windows color (decimal): -391629 or 3344122. OLE color: 3344122.
HSL color Cylindrical-coordinate representation of color #FA0633: hue angle of 348.93º degrees, saturation: 0.96, 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 #FA0633 is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 6 | 51 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.02 |
| HSL | 348.93º | 0.96% | 0.5% | - |
| HSV(B) | 348.93º | 0.98% | 0.98% | - |
| XYZ | 40.09 | 20.69 | 5.01 | - |
| YUV | 84.09 | 109.34 | 246.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 6 | 51 | 0 | 0.98 | 0.80 | 0.02 | 348.93 | 0.96 | 0.5 |
| Hex | FA | 6 | 33 | 0 | 62 | 50 | 2 | 15D | 60 | 32 |
| Octal | 372 | 6 | 63 | 0 | 142 | 120 | 2 | 535 | 140 | 62 |
| Binary | 11111010 | 110 | 110011 | 0 | 1100010 | 1010000 | 10 | 101011101 | 1100000 | 110010 |
Color Harmonies of #FA0633
Complementary color
Monochromatic Colors of #FA0633
Black with #FA0633
Text Example
Text Example
White with #FA0633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0633; }
p { color: rgb(250,6,51); }
H1.HeaderClassName
{
color: #FA0633;
}
.AnyTagClassName
{
color: #FA0633;
}
</style>
background-color css
<style>
a { background-color: #FA0633; }
a { background-color: rgb(250,6,51); }
div.DivClassName
{
background-color: #FA0633;
}
.BgClassName
{
background-color: #FA0633;
}
</style>
border-color css
<style>
span { border-color: #FA0633; }
span { border-color: rgb(250,6,51); }
td.TdClassName
{
border-color: #FA0633;
}
.TagClassName
{
border-color: #FA0633;
}
</style>