Shades of Orange Red #F5491B
Tints of Orange Red #F5491B
RGB
CMYK
RGB Variations
Color information
#F5491B (or 0xF5491B) is known color: Orange Red. HEX triplet: F5, 49 and 1B. RGB value is (245,73,27). Sum of RGB (Red+Green+Blue) = 245+73+27=345 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.01% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 245 - color contains mainly: red. Hex color #F5491B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5491B is #0AB6E4. Grayscale: #777777. Windows color (decimal): -702181 or 1788405. OLE color: 1788405.
HSL color Cylindrical-coordinate representation of color #F5491B: hue angle of 12.66º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5491B is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 27 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.04 |
| HSL | 12.66º | 0.92% | 0.53% | - |
| HSV(B) | 12.66º | 0.89% | 0.96% | - |
| XYZ | 40.24 | 24.26 | 3.6 | - |
| YUV | 119.18 | 75.98 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 27 | 0 | 0.70 | 0.89 | 0.04 | 12.66 | 0.92 | 0.53 |
| Hex | F5 | 49 | 1B | 0 | 46 | 59 | 4 | D | 5C | 35 |
| Octal | 365 | 111 | 33 | 0 | 106 | 131 | 4 | 15 | 134 | 65 |
| Binary | 11110101 | 1001001 | 11011 | 0 | 1000110 | 1011001 | 100 | 1101 | 1011100 | 110101 |
Color Harmonies of #F5491B
Complementary color
Monochromatic Colors of #F5491B
Black with #F5491B
Text Example
Text Example
White with #F5491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5491B; }
p { color: rgb(245,73,27); }
H1.HeaderClassName
{
color: #F5491B;
}
.AnyTagClassName
{
color: #F5491B;
}
</style>
background-color css
<style>
a { background-color: #F5491B; }
a { background-color: rgb(245,73,27); }
div.DivClassName
{
background-color: #F5491B;
}
.BgClassName
{
background-color: #F5491B;
}
</style>
border-color css
<style>
span { border-color: #F5491B; }
span { border-color: rgb(245,73,27); }
td.TdClassName
{
border-color: #F5491B;
}
.TagClassName
{
border-color: #F5491B;
}
</style>