Shades of Orange Red #F5490F
Tints of Orange Red #F5490F
RGB
CMYK
RGB Variations
Color information
#F5490F (or 0xF5490F) is known color: Orange Red. HEX triplet: F5, 49 and 0F. RGB value is (245,73,15). Sum of RGB (Red+Green+Blue) = 245+73+15=333 (44% of max value = 765). Red value is 245 (96.09% from 255 or 73.57% from 333); Green value is 73 (28.91% from 255 or 21.92% from 333); Blue value is 15 (6.25% from 255 or 4.50% from 333); Max value from RGB is 245 - color contains mainly: red. Hex color #F5490F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5490F is #0AB6F0. Grayscale: #767676. Windows color (decimal): -702193 or 1001973. OLE color: 1001973.
HSL color Cylindrical-coordinate representation of color #F5490F: hue angle of 15.13º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5490F is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 15 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.04 |
| HSL | 15.13º | 0.92% | 0.51% | - |
| HSV(B) | 15.13º | 0.94% | 0.96% | - |
| XYZ | 40.12 | 24.21 | 3.01 | - |
| YUV | 117.82 | 69.98 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 15 | 0 | 0.70 | 0.94 | 0.04 | 15.13 | 0.92 | 0.51 |
| Hex | F5 | 49 | F | 0 | 46 | 5E | 4 | F | 5C | 33 |
| Octal | 365 | 111 | 17 | 0 | 106 | 136 | 4 | 17 | 134 | 63 |
| Binary | 11110101 | 1001001 | 1111 | 0 | 1000110 | 1011110 | 100 | 1111 | 1011100 | 110011 |
Color Harmonies of #F5490F
Complementary color
Monochromatic Colors of #F5490F
Black with #F5490F
Text Example
Text Example
White with #F5490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5490F; }
p { color: rgb(245,73,15); }
H1.HeaderClassName
{
color: #F5490F;
}
.AnyTagClassName
{
color: #F5490F;
}
</style>
background-color css
<style>
a { background-color: #F5490F; }
a { background-color: rgb(245,73,15); }
div.DivClassName
{
background-color: #F5490F;
}
.BgClassName
{
background-color: #F5490F;
}
</style>
border-color css
<style>
span { border-color: #F5490F; }
span { border-color: rgb(245,73,15); }
td.TdClassName
{
border-color: #F5490F;
}
.TagClassName
{
border-color: #F5490F;
}
</style>