Shades of Orange Red #F34710
Tints of Orange Red #F34710
RGB
CMYK
RGB Variations
Color information
#F34710 (or 0xF34710) is known color: Orange Red. HEX triplet: F3, 47 and 10. RGB value is (243,71,16). Sum of RGB (Red+Green+Blue) = 243+71+16=330 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.64% from 330); Green value is 71 (28.12% from 255 or 21.52% from 330); Blue value is 16 (6.64% from 255 or 4.85% from 330); Max value from RGB is 243 - color contains mainly: red. Hex color #F34710 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34710 is #0CB8EF. Grayscale: #747474. Windows color (decimal): -833776 or 1066995. OLE color: 1066995.
HSL color Cylindrical-coordinate representation of color #F34710: hue angle of 14.54º 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 #F34710 is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 71 | 16 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.05 |
| HSL | 14.54º | 0.9% | 0.51% | - |
| HSV(B) | 14.54º | 0.93% | 0.95% | - |
| XYZ | 39.31 | 23.6 | 2.97 | - |
| YUV | 116.16 | 71.48 | 218.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 71 | 16 | 0 | 0.71 | 0.93 | 0.05 | 14.54 | 0.9 | 0.51 |
| Hex | F3 | 47 | 10 | 0 | 47 | 5D | 5 | F | 5A | 33 |
| Octal | 363 | 107 | 20 | 0 | 107 | 135 | 5 | 17 | 132 | 63 |
| Binary | 11110011 | 1000111 | 10000 | 0 | 1000111 | 1011101 | 101 | 1111 | 1011010 | 110011 |
Color Harmonies of #F34710
Complementary color
Monochromatic Colors of #F34710
Black with #F34710
Text Example
Text Example
White with #F34710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34710; }
p { color: rgb(243,71,16); }
H1.HeaderClassName
{
color: #F34710;
}
.AnyTagClassName
{
color: #F34710;
}
</style>
background-color css
<style>
a { background-color: #F34710; }
a { background-color: rgb(243,71,16); }
div.DivClassName
{
background-color: #F34710;
}
.BgClassName
{
background-color: #F34710;
}
</style>
border-color css
<style>
span { border-color: #F34710; }
span { border-color: rgb(243,71,16); }
td.TdClassName
{
border-color: #F34710;
}
.TagClassName
{
border-color: #F34710;
}
</style>