Shades of Red Orange #F54831
Tints of Red Orange #F54831
RGB
CMYK
RGB Variations
Color information
#F54831 (or 0xF54831) is known color: Red Orange. HEX triplet: F5, 48 and 31. RGB value is (245,72,49). Sum of RGB (Red+Green+Blue) = 245+72+49=366 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.94% from 366); Green value is 72 (28.52% from 255 or 19.67% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 245 - color contains mainly: red. Hex color #F54831 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54831 is #0AB7CE. Grayscale: #797979. Windows color (decimal): -702415 or 3229941. OLE color: 3229941.
HSL color Cylindrical-coordinate representation of color #F54831: hue angle of 7.04º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F54831 is Cyan = 0, Magento = 0.71, Yellow = 0.8 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 72 | 49 | - |
| CMYK | 0 | 0.71 | 0.8 | 0.04 |
| HSL | 7.04º | 0.91% | 0.58% | - |
| HSV(B) | 7.04º | 0.8% | 0.96% | - |
| XYZ | 40.53 | 24.27 | 5.45 | - |
| YUV | 121.11 | 87.31 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 72 | 49 | 0 | 0.71 | 0.8 | 0.04 | 7.04 | 0.91 | 0.58 |
| Hex | F5 | 48 | 31 | 0 | 47 | 50 | 4 | 7 | 5B | 3A |
| Octal | 365 | 110 | 61 | 0 | 107 | 120 | 4 | 7 | 133 | 72 |
| Binary | 11110101 | 1001000 | 110001 | 0 | 1000111 | 1010000 | 100 | 111 | 1011011 | 111010 |
Color Harmonies of #F54831
Complementary color
Monochromatic Colors of #F54831
Black with #F54831
Text Example
Text Example
White with #F54831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54831; }
p { color: rgb(245,72,49); }
H1.HeaderClassName
{
color: #F54831;
}
.AnyTagClassName
{
color: #F54831;
}
</style>
background-color css
<style>
a { background-color: #F54831; }
a { background-color: rgb(245,72,49); }
div.DivClassName
{
background-color: #F54831;
}
.BgClassName
{
background-color: #F54831;
}
</style>
border-color css
<style>
span { border-color: #F54831; }
span { border-color: rgb(245,72,49); }
td.TdClassName
{
border-color: #F54831;
}
.TagClassName
{
border-color: #F54831;
}
</style>