Shades of Orange Red #F34610
Tints of Orange Red #F34610
RGB
CMYK
RGB Variations
Color information
#F34610 (or 0xF34610) is known color: Orange Red. HEX triplet: F3, 46 and 10. RGB value is (243,70,16). Sum of RGB (Red+Green+Blue) = 243+70+16=329 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.86% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 243 - color contains mainly: red. Hex color #F34610 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34610 is #0CB9EF. Grayscale: #737373. Windows color (decimal): -834032 or 1066739. OLE color: 1066739.
HSL color Cylindrical-coordinate representation of color #F34610: hue angle of 14.27º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F34610 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 70 | 16 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.05 |
| HSL | 14.27º | 0.9% | 0.51% | - |
| HSV(B) | 14.27º | 0.93% | 0.95% | - |
| XYZ | 39.25 | 23.47 | 2.95 | - |
| YUV | 115.57 | 71.81 | 218.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 70 | 16 | 0 | 0.71 | 0.93 | 0.05 | 14.27 | 0.9 | 0.51 |
| Hex | F3 | 46 | 10 | 0 | 47 | 5D | 5 | E | 5A | 33 |
| Octal | 363 | 106 | 20 | 0 | 107 | 135 | 5 | 16 | 132 | 63 |
| Binary | 11110011 | 1000110 | 10000 | 0 | 1000111 | 1011101 | 101 | 1110 | 1011010 | 110011 |
Color Harmonies of #F34610
Complementary color
Monochromatic Colors of #F34610
Black with #F34610
Text Example
Text Example
White with #F34610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34610; }
p { color: rgb(243,70,16); }
H1.HeaderClassName
{
color: #F34610;
}
.AnyTagClassName
{
color: #F34610;
}
</style>
background-color css
<style>
a { background-color: #F34610; }
a { background-color: rgb(243,70,16); }
div.DivClassName
{
background-color: #F34610;
}
.BgClassName
{
background-color: #F34610;
}
</style>
border-color css
<style>
span { border-color: #F34610; }
span { border-color: rgb(243,70,16); }
td.TdClassName
{
border-color: #F34610;
}
.TagClassName
{
border-color: #F34610;
}
</style>