Shades of Red Orange #F5311D
Tints of Red Orange #F5311D
RGB
CMYK
RGB Variations
Color information
#F5311D (or 0xF5311D) is known color: Red Orange. HEX triplet: F5, 31 and 1D. RGB value is (245,49,29). Sum of RGB (Red+Green+Blue) = 245+49+29=323 (42% of max value = 765). Red value is 245 (96.09% from 255 or 75.85% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 245 - color contains mainly: red. Hex color #F5311D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5311D is #0ACEE2. Grayscale: #696969. Windows color (decimal): -708323 or 1913333. OLE color: 1913333.
HSL color Cylindrical-coordinate representation of color #F5311D: hue angle of 5.56º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5311D is Cyan = 0, Magento = 0.8, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 49 | 29 | - |
| CMYK | 0 | 0.8 | 0.88 | 0.04 |
| HSL | 5.56º | 0.92% | 0.54% | - |
| HSV(B) | 5.56º | 0.88% | 0.96% | - |
| XYZ | 38.98 | 21.7 | 3.3 | - |
| YUV | 105.32 | 84.93 | 227.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 49 | 29 | 0 | 0.8 | 0.88 | 0.04 | 5.56 | 0.92 | 0.54 |
| Hex | F5 | 31 | 1D | 0 | 50 | 58 | 4 | 6 | 5C | 36 |
| Octal | 365 | 61 | 35 | 0 | 120 | 130 | 4 | 6 | 134 | 66 |
| Binary | 11110101 | 110001 | 11101 | 0 | 1010000 | 1011000 | 100 | 110 | 1011100 | 110110 |
Color Harmonies of #F5311D
Complementary color
Monochromatic Colors of #F5311D
Black with #F5311D
Text Example
Text Example
White with #F5311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5311D; }
p { color: rgb(245,49,29); }
H1.HeaderClassName
{
color: #F5311D;
}
.AnyTagClassName
{
color: #F5311D;
}
</style>
background-color css
<style>
a { background-color: #F5311D; }
a { background-color: rgb(245,49,29); }
div.DivClassName
{
background-color: #F5311D;
}
.BgClassName
{
background-color: #F5311D;
}
</style>
border-color css
<style>
span { border-color: #F5311D; }
span { border-color: rgb(245,49,29); }
td.TdClassName
{
border-color: #F5311D;
}
.TagClassName
{
border-color: #F5311D;
}
</style>