Shades of Orange Red #F3460F
Tints of Orange Red #F3460F
RGB
CMYK
RGB Variations
Color information
#F3460F (or 0xF3460F) is known color: Orange Red. HEX triplet: F3, 46 and 0F. RGB value is (243,70,15). Sum of RGB (Red+Green+Blue) = 243+70+15=328 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.09% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 243 - color contains mainly: red. Hex color #F3460F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3460F is #0CB9F0. Grayscale: #737373. Windows color (decimal): -834033 or 1001203. OLE color: 1001203.
HSL color Cylindrical-coordinate representation of color #F3460F: hue angle of 14.47º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F3460F is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 70 | 15 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.05 |
| HSL | 14.47º | 0.9% | 0.51% | - |
| HSV(B) | 14.47º | 0.94% | 0.95% | - |
| XYZ | 39.24 | 23.47 | 2.91 | - |
| YUV | 115.46 | 71.31 | 218.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 70 | 15 | 0 | 0.71 | 0.94 | 0.05 | 14.47 | 0.9 | 0.51 |
| Hex | F3 | 46 | F | 0 | 47 | 5E | 5 | E | 5A | 33 |
| Octal | 363 | 106 | 17 | 0 | 107 | 136 | 5 | 16 | 132 | 63 |
| Binary | 11110011 | 1000110 | 1111 | 0 | 1000111 | 1011110 | 101 | 1110 | 1011010 | 110011 |
Color Harmonies of #F3460F
Complementary color
Monochromatic Colors of #F3460F
Black with #F3460F
Text Example
Text Example
White with #F3460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3460F; }
p { color: rgb(243,70,15); }
H1.HeaderClassName
{
color: #F3460F;
}
.AnyTagClassName
{
color: #F3460F;
}
</style>
background-color css
<style>
a { background-color: #F3460F; }
a { background-color: rgb(243,70,15); }
div.DivClassName
{
background-color: #F3460F;
}
.BgClassName
{
background-color: #F3460F;
}
</style>
border-color css
<style>
span { border-color: #F3460F; }
span { border-color: rgb(243,70,15); }
td.TdClassName
{
border-color: #F3460F;
}
.TagClassName
{
border-color: #F3460F;
}
</style>