Shades of Orange Red #F34910
Tints of Orange Red #F34910
RGB
CMYK
RGB Variations
Color information
#F34910 (or 0xF34910) is known color: Orange Red. HEX triplet: F3, 49 and 10. RGB value is (243,73,16). Sum of RGB (Red+Green+Blue) = 243+73+16=332 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.19% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 243 - color contains mainly: red. Hex color #F34910 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F34910 is #0CB6EF. Grayscale: #757575. Windows color (decimal): -833264 or 1067507. OLE color: 1067507.
HSL color Cylindrical-coordinate representation of color #F34910: hue angle of 15.07º 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 #F34910 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 73 | 16 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.05 |
| HSL | 15.07º | 0.9% | 0.51% | - |
| HSV(B) | 15.07º | 0.93% | 0.95% | - |
| XYZ | 39.44 | 23.86 | 3.02 | - |
| YUV | 117.33 | 70.82 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 73 | 16 | 0 | 0.70 | 0.93 | 0.05 | 15.07 | 0.9 | 0.51 |
| Hex | F3 | 49 | 10 | 0 | 46 | 5D | 5 | F | 5A | 33 |
| Octal | 363 | 111 | 20 | 0 | 106 | 135 | 5 | 17 | 132 | 63 |
| Binary | 11110011 | 1001001 | 10000 | 0 | 1000110 | 1011101 | 101 | 1111 | 1011010 | 110011 |
Color Harmonies of #F34910
Complementary color
Monochromatic Colors of #F34910
Black with #F34910
Text Example
Text Example
White with #F34910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34910; }
p { color: rgb(243,73,16); }
H1.HeaderClassName
{
color: #F34910;
}
.AnyTagClassName
{
color: #F34910;
}
</style>
background-color css
<style>
a { background-color: #F34910; }
a { background-color: rgb(243,73,16); }
div.DivClassName
{
background-color: #F34910;
}
.BgClassName
{
background-color: #F34910;
}
</style>
border-color css
<style>
span { border-color: #F34910; }
span { border-color: rgb(243,73,16); }
td.TdClassName
{
border-color: #F34910;
}
.TagClassName
{
border-color: #F34910;
}
</style>