Shades of Orange Red #F3460A
Tints of Orange Red #F3460A
RGB
CMYK
RGB Variations
Color information
#F3460A (or 0xF3460A) is known color: Orange Red. HEX triplet: F3, 46 and 0A. RGB value is (243,70,10). Sum of RGB (Red+Green+Blue) = 243+70+10=323 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.23% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 243 - color contains mainly: red. Hex color #F3460A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3460A is #0CB9F5. Grayscale: #737373. Windows color (decimal): -834038 or 673523. OLE color: 673523.
HSL color Cylindrical-coordinate representation of color #F3460A: hue angle of 15.45º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F3460A is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 70 | 10 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.05 |
| HSL | 15.45º | 0.92% | 0.5% | - |
| HSV(B) | 15.45º | 0.96% | 0.95% | - |
| XYZ | 39.21 | 23.46 | 2.75 | - |
| YUV | 114.89 | 68.81 | 219.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 70 | 10 | 0 | 0.71 | 0.96 | 0.05 | 15.45 | 0.92 | 0.5 |
| Hex | F3 | 46 | A | 0 | 47 | 60 | 5 | F | 5C | 32 |
| Octal | 363 | 106 | 12 | 0 | 107 | 140 | 5 | 17 | 134 | 62 |
| Binary | 11110011 | 1000110 | 1010 | 0 | 1000111 | 1100000 | 101 | 1111 | 1011100 | 110010 |
Color Harmonies of #F3460A
Complementary color
Monochromatic Colors of #F3460A
Black with #F3460A
Text Example
Text Example
White with #F3460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3460A; }
p { color: rgb(243,70,10); }
H1.HeaderClassName
{
color: #F3460A;
}
.AnyTagClassName
{
color: #F3460A;
}
</style>
background-color css
<style>
a { background-color: #F3460A; }
a { background-color: rgb(243,70,10); }
div.DivClassName
{
background-color: #F3460A;
}
.BgClassName
{
background-color: #F3460A;
}
</style>
border-color css
<style>
span { border-color: #F3460A; }
span { border-color: rgb(243,70,10); }
td.TdClassName
{
border-color: #F3460A;
}
.TagClassName
{
border-color: #F3460A;
}
</style>