Shades of Orange Red #F34211
Tints of Orange Red #F34211
RGB
CMYK
RGB Variations
Color information
#F34211 (or 0xF34211) is known color: Orange Red. HEX triplet: F3, 42 and 11. RGB value is (243,66,17). Sum of RGB (Red+Green+Blue) = 243+66+17=326 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.54% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 243 - color contains mainly: red. Hex color #F34211 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34211 is #0CBDEE. Grayscale: #717171. Windows color (decimal): -835055 or 1131251. OLE color: 1131251.
HSL color Cylindrical-coordinate representation of color #F34211: hue angle of 13.01º 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 #F34211 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 66 | 17 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.05 |
| HSL | 13.01º | 0.9% | 0.51% | - |
| HSV(B) | 13.01º | 0.93% | 0.95% | - |
| XYZ | 39.01 | 22.99 | 2.91 | - |
| YUV | 113.34 | 73.64 | 220.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 66 | 17 | 0 | 0.73 | 0.93 | 0.05 | 13.01 | 0.9 | 0.51 |
| Hex | F3 | 42 | 11 | 0 | 49 | 5D | 5 | D | 5A | 33 |
| Octal | 363 | 102 | 21 | 0 | 111 | 135 | 5 | 15 | 132 | 63 |
| Binary | 11110011 | 1000010 | 10001 | 0 | 1001001 | 1011101 | 101 | 1101 | 1011010 | 110011 |
Color Harmonies of #F34211
Complementary color
Monochromatic Colors of #F34211
Black with #F34211
Text Example
Text Example
White with #F34211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34211; }
p { color: rgb(243,66,17); }
H1.HeaderClassName
{
color: #F34211;
}
.AnyTagClassName
{
color: #F34211;
}
</style>
background-color css
<style>
a { background-color: #F34211; }
a { background-color: rgb(243,66,17); }
div.DivClassName
{
background-color: #F34211;
}
.BgClassName
{
background-color: #F34211;
}
</style>
border-color css
<style>
span { border-color: #F34211; }
span { border-color: rgb(243,66,17); }
td.TdClassName
{
border-color: #F34211;
}
.TagClassName
{
border-color: #F34211;
}
</style>