Shades of Orange Red #F34713
Tints of Orange Red #F34713
RGB
CMYK
RGB Variations
Color information
#F34713 (or 0xF34713) is known color: Orange Red. HEX triplet: F3, 47 and 13. RGB value is (243,71,19). Sum of RGB (Red+Green+Blue) = 243+71+19=333 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.97% from 333); Green value is 71 (28.12% from 255 or 21.32% from 333); Blue value is 19 (7.81% from 255 or 5.71% from 333); Max value from RGB is 243 - color contains mainly: red. Hex color #F34713 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34713 is #0CB8EC. Grayscale: #747474. Windows color (decimal): -833773 or 1263603. OLE color: 1263603.
HSL color Cylindrical-coordinate representation of color #F34713: hue angle of 13.93º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F34713 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 71 | 19 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.05 |
| HSL | 13.93º | 0.9% | 0.51% | - |
| HSV(B) | 13.93º | 0.92% | 0.95% | - |
| XYZ | 39.33 | 23.61 | 3.1 | - |
| YUV | 116.5 | 72.98 | 218.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 71 | 19 | 0 | 0.71 | 0.92 | 0.05 | 13.93 | 0.9 | 0.51 |
| Hex | F3 | 47 | 13 | 0 | 47 | 5C | 5 | E | 5A | 33 |
| Octal | 363 | 107 | 23 | 0 | 107 | 134 | 5 | 16 | 132 | 63 |
| Binary | 11110011 | 1000111 | 10011 | 0 | 1000111 | 1011100 | 101 | 1110 | 1011010 | 110011 |
Color Harmonies of #F34713
Complementary color
Monochromatic Colors of #F34713
Black with #F34713
Text Example
Text Example
White with #F34713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34713; }
p { color: rgb(243,71,19); }
H1.HeaderClassName
{
color: #F34713;
}
.AnyTagClassName
{
color: #F34713;
}
</style>
background-color css
<style>
a { background-color: #F34713; }
a { background-color: rgb(243,71,19); }
div.DivClassName
{
background-color: #F34713;
}
.BgClassName
{
background-color: #F34713;
}
</style>
border-color css
<style>
span { border-color: #F34713; }
span { border-color: rgb(243,71,19); }
td.TdClassName
{
border-color: #F34713;
}
.TagClassName
{
border-color: #F34713;
}
</style>