Shades of Orange Red #F34512
Tints of Orange Red #F34512
RGB
CMYK
RGB Variations
Color information
#F34512 (or 0xF34512) is known color: Orange Red. HEX triplet: F3, 45 and 12. RGB value is (243,69,18). Sum of RGB (Red+Green+Blue) = 243+69+18=330 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.64% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 243 - color contains mainly: red. Hex color #F34512 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34512 is #0CBAED. Grayscale: #737373. Windows color (decimal): -834286 or 1197555. OLE color: 1197555.
HSL color Cylindrical-coordinate representation of color #F34512: hue angle of 13.6º 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 #F34512 is Cyan = 0, Magento = 0.72, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 69 | 18 | - |
| CMYK | 0 | 0.72 | 0.93 | 0.05 |
| HSL | 13.6º | 0.9% | 0.51% | - |
| HSV(B) | 13.6º | 0.93% | 0.95% | - |
| XYZ | 39.2 | 23.35 | 3.01 | - |
| YUV | 115.21 | 73.15 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 69 | 18 | 0 | 0.72 | 0.93 | 0.05 | 13.6 | 0.9 | 0.51 |
| Hex | F3 | 45 | 12 | 0 | 48 | 5D | 5 | E | 5A | 33 |
| Octal | 363 | 105 | 22 | 0 | 110 | 135 | 5 | 16 | 132 | 63 |
| Binary | 11110011 | 1000101 | 10010 | 0 | 1001000 | 1011101 | 101 | 1110 | 1011010 | 110011 |
Color Harmonies of #F34512
Complementary color
Monochromatic Colors of #F34512
Black with #F34512
Text Example
Text Example
White with #F34512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34512; }
p { color: rgb(243,69,18); }
H1.HeaderClassName
{
color: #F34512;
}
.AnyTagClassName
{
color: #F34512;
}
</style>
background-color css
<style>
a { background-color: #F34512; }
a { background-color: rgb(243,69,18); }
div.DivClassName
{
background-color: #F34512;
}
.BgClassName
{
background-color: #F34512;
}
</style>
border-color css
<style>
span { border-color: #F34512; }
span { border-color: rgb(243,69,18); }
td.TdClassName
{
border-color: #F34512;
}
.TagClassName
{
border-color: #F34512;
}
</style>