Shades of Red Orange #F5491D
Tints of Red Orange #F5491D
RGB
CMYK
RGB Variations
Color information
#F5491D (or 0xF5491D) is known color: Red Orange. HEX triplet: F5, 49 and 1D. RGB value is (245,73,29). Sum of RGB (Red+Green+Blue) = 245+73+29=347 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.61% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 245 - color contains mainly: red. Hex color #F5491D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5491D is #0AB6E2. Grayscale: #777777. Windows color (decimal): -702179 or 1919477. OLE color: 1919477.
HSL color Cylindrical-coordinate representation of color #F5491D: hue angle of 12.22º 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 #F5491D is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 29 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.04 |
| HSL | 12.22º | 0.92% | 0.54% | - |
| HSV(B) | 12.22º | 0.88% | 0.96% | - |
| XYZ | 40.26 | 24.27 | 3.72 | - |
| YUV | 119.41 | 76.98 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 29 | 0 | 0.70 | 0.88 | 0.04 | 12.22 | 0.92 | 0.54 |
| Hex | F5 | 49 | 1D | 0 | 46 | 58 | 4 | C | 5C | 36 |
| Octal | 365 | 111 | 35 | 0 | 106 | 130 | 4 | 14 | 134 | 66 |
| Binary | 11110101 | 1001001 | 11101 | 0 | 1000110 | 1011000 | 100 | 1100 | 1011100 | 110110 |
Color Harmonies of #F5491D
Complementary color
Monochromatic Colors of #F5491D
Black with #F5491D
Text Example
Text Example
White with #F5491D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5491D; }
p { color: rgb(245,73,29); }
H1.HeaderClassName
{
color: #F5491D;
}
.AnyTagClassName
{
color: #F5491D;
}
</style>
background-color css
<style>
a { background-color: #F5491D; }
a { background-color: rgb(245,73,29); }
div.DivClassName
{
background-color: #F5491D;
}
.BgClassName
{
background-color: #F5491D;
}
</style>
border-color css
<style>
span { border-color: #F5491D; }
span { border-color: rgb(245,73,29); }
td.TdClassName
{
border-color: #F5491D;
}
.TagClassName
{
border-color: #F5491D;
}
</style>