Shades of Orange Red #F34210
Tints of Orange Red #F34210
RGB
CMYK
RGB Variations
Color information
#F34210 (or 0xF34210) is known color: Orange Red. HEX triplet: F3, 42 and 10. RGB value is (243,66,16). Sum of RGB (Red+Green+Blue) = 243+66+16=325 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.77% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 243 - color contains mainly: red. Hex color #F34210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34210 is #0CBDEF. Grayscale: #717171. Windows color (decimal): -835056 or 1065715. OLE color: 1065715.
HSL color Cylindrical-coordinate representation of color #F34210: hue angle of 13.22º 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 #F34210 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 66 | 16 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.05 |
| HSL | 13.22º | 0.9% | 0.51% | - |
| HSV(B) | 13.22º | 0.93% | 0.95% | - |
| XYZ | 39 | 22.99 | 2.87 | - |
| YUV | 113.22 | 73.14 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 66 | 16 | 0 | 0.73 | 0.93 | 0.05 | 13.22 | 0.9 | 0.51 |
| Hex | F3 | 42 | 10 | 0 | 49 | 5D | 5 | D | 5A | 33 |
| Octal | 363 | 102 | 20 | 0 | 111 | 135 | 5 | 15 | 132 | 63 |
| Binary | 11110011 | 1000010 | 10000 | 0 | 1001001 | 1011101 | 101 | 1101 | 1011010 | 110011 |
Color Harmonies of #F34210
Complementary color
Monochromatic Colors of #F34210
Black with #F34210
Text Example
Text Example
White with #F34210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34210; }
p { color: rgb(243,66,16); }
H1.HeaderClassName
{
color: #F34210;
}
.AnyTagClassName
{
color: #F34210;
}
</style>
background-color css
<style>
a { background-color: #F34210; }
a { background-color: rgb(243,66,16); }
div.DivClassName
{
background-color: #F34210;
}
.BgClassName
{
background-color: #F34210;
}
</style>
border-color css
<style>
span { border-color: #F34210; }
span { border-color: rgb(243,66,16); }
td.TdClassName
{
border-color: #F34210;
}
.TagClassName
{
border-color: #F34210;
}
</style>