Shades of Orange Red #F34916
Tints of Orange Red #F34916
RGB
CMYK
RGB Variations
Color information
#F34916 (or 0xF34916) is known color: Orange Red. HEX triplet: F3, 49 and 16. RGB value is (243,73,22). Sum of RGB (Red+Green+Blue) = 243+73+22=338 (44% of max value = 765). Red value is 243 (95.31% from 255 or 71.89% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 243 - color contains mainly: red. Hex color #F34916 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34916 is #0CB6E9. Grayscale: #767676. Windows color (decimal): -833258 or 1460723. OLE color: 1460723.
HSL color Cylindrical-coordinate representation of color #F34916: hue angle of 13.85º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F34916 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 73 | 22 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.05 |
| HSL | 13.85º | 0.9% | 0.52% | - |
| HSV(B) | 13.85º | 0.91% | 0.95% | - |
| XYZ | 39.49 | 23.88 | 3.29 | - |
| YUV | 118.02 | 73.82 | 217.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 73 | 22 | 0 | 0.70 | 0.91 | 0.05 | 13.85 | 0.9 | 0.52 |
| Hex | F3 | 49 | 16 | 0 | 46 | 5B | 5 | E | 5A | 34 |
| Octal | 363 | 111 | 26 | 0 | 106 | 133 | 5 | 16 | 132 | 64 |
| Binary | 11110011 | 1001001 | 10110 | 0 | 1000110 | 1011011 | 101 | 1110 | 1011010 | 110100 |
Color Harmonies of #F34916
Complementary color
Monochromatic Colors of #F34916
Black with #F34916
Text Example
Text Example
White with #F34916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34916; }
p { color: rgb(243,73,22); }
H1.HeaderClassName
{
color: #F34916;
}
.AnyTagClassName
{
color: #F34916;
}
</style>
background-color css
<style>
a { background-color: #F34916; }
a { background-color: rgb(243,73,22); }
div.DivClassName
{
background-color: #F34916;
}
.BgClassName
{
background-color: #F34916;
}
</style>
border-color css
<style>
span { border-color: #F34916; }
span { border-color: rgb(243,73,22); }
td.TdClassName
{
border-color: #F34916;
}
.TagClassName
{
border-color: #F34916;
}
</style>