Shades of Orange Red #F34619
Tints of Orange Red #F34619
RGB
CMYK
RGB Variations
Color information
#F34619 (or 0xF34619) is known color: Orange Red. HEX triplet: F3, 46 and 19. RGB value is (243,70,25). Sum of RGB (Red+Green+Blue) = 243+70+25=338 (44% of max value = 765). Red value is 243 (95.31% from 255 or 71.89% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 25 (10.16% from 255 or 7.40% from 338); Max value from RGB is 243 - color contains mainly: red. Hex color #F34619 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34619 is #0CB9E6. Grayscale: #747474. Windows color (decimal): -834023 or 1656563. OLE color: 1656563.
HSL color Cylindrical-coordinate representation of color #F34619: hue angle of 12.39º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F34619 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 70 | 25 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.05 |
| HSL | 12.39º | 0.9% | 0.53% | - |
| HSV(B) | 12.39º | 0.9% | 0.95% | - |
| XYZ | 39.33 | 23.51 | 3.38 | - |
| YUV | 116.6 | 76.31 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 70 | 25 | 0 | 0.71 | 0.90 | 0.05 | 12.39 | 0.9 | 0.53 |
| Hex | F3 | 46 | 19 | 0 | 47 | 5A | 5 | C | 5A | 35 |
| Octal | 363 | 106 | 31 | 0 | 107 | 132 | 5 | 14 | 132 | 65 |
| Binary | 11110011 | 1000110 | 11001 | 0 | 1000111 | 1011010 | 101 | 1100 | 1011010 | 110101 |
Color Harmonies of #F34619
Complementary color
Monochromatic Colors of #F34619
Black with #F34619
Text Example
Text Example
White with #F34619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34619; }
p { color: rgb(243,70,25); }
H1.HeaderClassName
{
color: #F34619;
}
.AnyTagClassName
{
color: #F34619;
}
</style>
background-color css
<style>
a { background-color: #F34619; }
a { background-color: rgb(243,70,25); }
div.DivClassName
{
background-color: #F34619;
}
.BgClassName
{
background-color: #F34619;
}
</style>
border-color css
<style>
span { border-color: #F34619; }
span { border-color: rgb(243,70,25); }
td.TdClassName
{
border-color: #F34619;
}
.TagClassName
{
border-color: #F34619;
}
</style>