Shades of Orange Red #F34519
Tints of Orange Red #F34519
RGB
CMYK
RGB Variations
Color information
#F34519 (or 0xF34519) is known color: Orange Red. HEX triplet: F3, 45 and 19. RGB value is (243,69,25). Sum of RGB (Red+Green+Blue) = 243+69+25=337 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.11% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 25 (10.16% from 255 or 7.42% from 337); Max value from RGB is 243 - color contains mainly: red. Hex color #F34519 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34519 is #0CBAE6. Grayscale: #747474. Windows color (decimal): -834279 or 1656307. OLE color: 1656307.
HSL color Cylindrical-coordinate representation of color #F34519: hue angle of 12.11º 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 #F34519 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 69 | 25 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.05 |
| HSL | 12.11º | 0.9% | 0.53% | - |
| HSV(B) | 12.11º | 0.9% | 0.95% | - |
| XYZ | 39.27 | 23.38 | 3.36 | - |
| YUV | 116.01 | 76.65 | 218.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 69 | 25 | 0 | 0.72 | 0.90 | 0.05 | 12.11 | 0.9 | 0.53 |
| Hex | F3 | 45 | 19 | 0 | 48 | 5A | 5 | C | 5A | 35 |
| Octal | 363 | 105 | 31 | 0 | 110 | 132 | 5 | 14 | 132 | 65 |
| Binary | 11110011 | 1000101 | 11001 | 0 | 1001000 | 1011010 | 101 | 1100 | 1011010 | 110101 |
Color Harmonies of #F34519
Complementary color
Monochromatic Colors of #F34519
Black with #F34519
Text Example
Text Example
White with #F34519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34519; }
p { color: rgb(243,69,25); }
H1.HeaderClassName
{
color: #F34519;
}
.AnyTagClassName
{
color: #F34519;
}
</style>
background-color css
<style>
a { background-color: #F34519; }
a { background-color: rgb(243,69,25); }
div.DivClassName
{
background-color: #F34519;
}
.BgClassName
{
background-color: #F34519;
}
</style>
border-color css
<style>
span { border-color: #F34519; }
span { border-color: rgb(243,69,25); }
td.TdClassName
{
border-color: #F34519;
}
.TagClassName
{
border-color: #F34519;
}
</style>