Shades of Red Orange #F3471F
Tints of Red Orange #F3471F
RGB
CMYK
RGB Variations
Color information
#F3471F (or 0xF3471F) is known color: Red Orange. HEX triplet: F3, 47 and 1F. RGB value is (243,71,31). Sum of RGB (Red+Green+Blue) = 243+71+31=345 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.43% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 243 - color contains mainly: red. Hex color #F3471F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3471F is #0CB8E0. Grayscale: #767676. Windows color (decimal): -833761 or 2050035. OLE color: 2050035.
HSL color Cylindrical-coordinate representation of color #F3471F: hue angle of 11.32º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F3471F is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 71 | 31 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.05 |
| HSL | 11.32º | 0.9% | 0.54% | - |
| HSV(B) | 11.32º | 0.87% | 0.95% | - |
| XYZ | 39.46 | 23.66 | 3.78 | - |
| YUV | 117.87 | 78.98 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 71 | 31 | 0 | 0.71 | 0.87 | 0.05 | 11.32 | 0.9 | 0.54 |
| Hex | F3 | 47 | 1F | 0 | 47 | 57 | 5 | B | 5A | 36 |
| Octal | 363 | 107 | 37 | 0 | 107 | 127 | 5 | 13 | 132 | 66 |
| Binary | 11110011 | 1000111 | 11111 | 0 | 1000111 | 1010111 | 101 | 1011 | 1011010 | 110110 |
Color Harmonies of #F3471F
Complementary color
Monochromatic Colors of #F3471F
Black with #F3471F
Text Example
Text Example
White with #F3471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3471F; }
p { color: rgb(243,71,31); }
H1.HeaderClassName
{
color: #F3471F;
}
.AnyTagClassName
{
color: #F3471F;
}
</style>
background-color css
<style>
a { background-color: #F3471F; }
a { background-color: rgb(243,71,31); }
div.DivClassName
{
background-color: #F3471F;
}
.BgClassName
{
background-color: #F3471F;
}
</style>
border-color css
<style>
span { border-color: #F3471F; }
span { border-color: rgb(243,71,31); }
td.TdClassName
{
border-color: #F3471F;
}
.TagClassName
{
border-color: #F3471F;
}
</style>