Shades of Torch Red #F9030A
Tints of Torch Red #F9030A
RGB
CMYK
RGB Variations
Color information
#F9030A (or 0xF9030A) is known color: Torch Red. HEX triplet: F9, 03 and 0A. RGB value is (249,3,10). Sum of RGB (Red+Green+Blue) = 249+3+10=262 (34% of max value = 765). Red value is 249 (97.66% from 255 or 95.04% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 249 - color contains mainly: red. Hex color #F9030A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F9030A is #06FCF5. Grayscale: #4D4D4D. Windows color (decimal): -457974 or 656377. OLE color: 656377.
HSL color Cylindrical-coordinate representation of color #F9030A: hue angle of 358.29º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F9030A is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 3 | 10 | - |
| CMYK | 0 | 0.99 | 0.96 | 0.02 |
| HSL | 358.29º | 0.98% | 0.49% | - |
| HSV(B) | 358.29º | 0.99% | 0.98% | - |
| XYZ | 39.15 | 20.23 | 2.13 | - |
| YUV | 77.35 | 90 | 250.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 3 | 10 | 0 | 0.99 | 0.96 | 0.02 | 358.29 | 0.98 | 0.49 |
| Hex | F9 | 3 | A | 0 | 63 | 60 | 2 | 166 | 62 | 31 |
| Octal | 371 | 3 | 12 | 0 | 143 | 140 | 2 | 546 | 142 | 61 |
| Binary | 11111001 | 11 | 1010 | 0 | 1100011 | 1100000 | 10 | 101100110 | 1100010 | 110001 |
Color Harmonies of #F9030A
Complementary color
Monochromatic Colors of #F9030A
Black with #F9030A
Text Example
Text Example
White with #F9030A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9030A; }
p { color: rgb(249,3,10); }
H1.HeaderClassName
{
color: #F9030A;
}
.AnyTagClassName
{
color: #F9030A;
}
</style>
background-color css
<style>
a { background-color: #F9030A; }
a { background-color: rgb(249,3,10); }
div.DivClassName
{
background-color: #F9030A;
}
.BgClassName
{
background-color: #F9030A;
}
</style>
border-color css
<style>
span { border-color: #F9030A; }
span { border-color: rgb(249,3,10); }
td.TdClassName
{
border-color: #F9030A;
}
.TagClassName
{
border-color: #F9030A;
}
</style>