Shades of Orange Red #F3470E
Tints of Orange Red #F3470E
RGB
CMYK
RGB Variations
Color information
#F3470E (or 0xF3470E) is known color: Orange Red. HEX triplet: F3, 47 and 0E. RGB value is (243,71,14). Sum of RGB (Red+Green+Blue) = 243+71+14=328 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.09% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 243 - color contains mainly: red. Hex color #F3470E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3470E is #0CB8F1. Grayscale: #747474. Windows color (decimal): -833778 or 935923. OLE color: 935923.
HSL color Cylindrical-coordinate representation of color #F3470E: hue angle of 14.93º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F3470E is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 71 | 14 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.05 |
| HSL | 14.93º | 0.91% | 0.5% | - |
| HSV(B) | 14.93º | 0.94% | 0.95% | - |
| XYZ | 39.29 | 23.59 | 2.9 | - |
| YUV | 115.93 | 70.48 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 71 | 14 | 0 | 0.71 | 0.94 | 0.05 | 14.93 | 0.91 | 0.5 |
| Hex | F3 | 47 | E | 0 | 47 | 5E | 5 | F | 5B | 32 |
| Octal | 363 | 107 | 16 | 0 | 107 | 136 | 5 | 17 | 133 | 62 |
| Binary | 11110011 | 1000111 | 1110 | 0 | 1000111 | 1011110 | 101 | 1111 | 1011011 | 110010 |
Color Harmonies of #F3470E
Complementary color
Monochromatic Colors of #F3470E
Black with #F3470E
Text Example
Text Example
White with #F3470E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3470E; }
p { color: rgb(243,71,14); }
H1.HeaderClassName
{
color: #F3470E;
}
.AnyTagClassName
{
color: #F3470E;
}
</style>
background-color css
<style>
a { background-color: #F3470E; }
a { background-color: rgb(243,71,14); }
div.DivClassName
{
background-color: #F3470E;
}
.BgClassName
{
background-color: #F3470E;
}
</style>
border-color css
<style>
span { border-color: #F3470E; }
span { border-color: rgb(243,71,14); }
td.TdClassName
{
border-color: #F3470E;
}
.TagClassName
{
border-color: #F3470E;
}
</style>