Shades of Orange Red #F5490D
Tints of Orange Red #F5490D
RGB
CMYK
RGB Variations
Color information
#F5490D (or 0xF5490D) is known color: Orange Red. HEX triplet: F5, 49 and 0D. RGB value is (245,73,13). Sum of RGB (Red+Green+Blue) = 245+73+13=331 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.02% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 245 - color contains mainly: red. Hex color #F5490D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5490D is #0AB6F2. Grayscale: #767676. Windows color (decimal): -702195 or 870901. OLE color: 870901.
HSL color Cylindrical-coordinate representation of color #F5490D: hue angle of 15.52º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5490D is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 13 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.04 |
| HSL | 15.52º | 0.92% | 0.51% | - |
| HSV(B) | 15.52º | 0.95% | 0.96% | - |
| XYZ | 40.11 | 24.21 | 2.94 | - |
| YUV | 117.59 | 68.98 | 218.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 13 | 0 | 0.70 | 0.95 | 0.04 | 15.52 | 0.92 | 0.51 |
| Hex | F5 | 49 | D | 0 | 46 | 5F | 4 | 10 | 5C | 33 |
| Octal | 365 | 111 | 15 | 0 | 106 | 137 | 4 | 20 | 134 | 63 |
| Binary | 11110101 | 1001001 | 1101 | 0 | 1000110 | 1011111 | 100 | 10000 | 1011100 | 110011 |
Color Harmonies of #F5490D
Complementary color
Monochromatic Colors of #F5490D
Black with #F5490D
Text Example
Text Example
White with #F5490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5490D; }
p { color: rgb(245,73,13); }
H1.HeaderClassName
{
color: #F5490D;
}
.AnyTagClassName
{
color: #F5490D;
}
</style>
background-color css
<style>
a { background-color: #F5490D; }
a { background-color: rgb(245,73,13); }
div.DivClassName
{
background-color: #F5490D;
}
.BgClassName
{
background-color: #F5490D;
}
</style>
border-color css
<style>
span { border-color: #F5490D; }
span { border-color: rgb(245,73,13); }
td.TdClassName
{
border-color: #F5490D;
}
.TagClassName
{
border-color: #F5490D;
}
</style>