Shades of Orange Red #F34212
Tints of Orange Red #F34212
RGB
CMYK
RGB Variations
Color information
#F34212 (or 0xF34212) is known color: Orange Red. HEX triplet: F3, 42 and 12. RGB value is (243,66,18). Sum of RGB (Red+Green+Blue) = 243+66+18=327 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.31% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 243 - color contains mainly: red. Hex color #F34212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34212 is #0CBDED. Grayscale: #717171. Windows color (decimal): -835054 or 1196787. OLE color: 1196787.
HSL color Cylindrical-coordinate representation of color #F34212: hue angle of 12.8º 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 #F34212 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 66 | 18 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.05 |
| HSL | 12.8º | 0.9% | 0.51% | - |
| HSV(B) | 12.8º | 0.93% | 0.95% | - |
| XYZ | 39.02 | 22.99 | 2.95 | - |
| YUV | 113.45 | 74.14 | 220.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 66 | 18 | 0 | 0.73 | 0.93 | 0.05 | 12.8 | 0.9 | 0.51 |
| Hex | F3 | 42 | 12 | 0 | 49 | 5D | 5 | D | 5A | 33 |
| Octal | 363 | 102 | 22 | 0 | 111 | 135 | 5 | 15 | 132 | 63 |
| Binary | 11110011 | 1000010 | 10010 | 0 | 1001001 | 1011101 | 101 | 1101 | 1011010 | 110011 |
Color Harmonies of #F34212
Complementary color
Monochromatic Colors of #F34212
Black with #F34212
Text Example
Text Example
White with #F34212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34212; }
p { color: rgb(243,66,18); }
H1.HeaderClassName
{
color: #F34212;
}
.AnyTagClassName
{
color: #F34212;
}
</style>
background-color css
<style>
a { background-color: #F34212; }
a { background-color: rgb(243,66,18); }
div.DivClassName
{
background-color: #F34212;
}
.BgClassName
{
background-color: #F34212;
}
</style>
border-color css
<style>
span { border-color: #F34212; }
span { border-color: rgb(243,66,18); }
td.TdClassName
{
border-color: #F34212;
}
.TagClassName
{
border-color: #F34212;
}
</style>