Shades of Orange Red #F5491C
Tints of Orange Red #F5491C
RGB
CMYK
RGB Variations
Color information
#F5491C (or 0xF5491C) is known color: Orange Red. HEX triplet: F5, 49 and 1C. RGB value is (245,73,28). Sum of RGB (Red+Green+Blue) = 245+73+28=346 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.81% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 245 - color contains mainly: red. Hex color #F5491C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5491C is #0AB6E3. Grayscale: #777777. Windows color (decimal): -702180 or 1853941. OLE color: 1853941.
HSL color Cylindrical-coordinate representation of color #F5491C: hue angle of 12.44º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F5491C is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 28 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.04 |
| HSL | 12.44º | 0.92% | 0.54% | - |
| HSV(B) | 12.44º | 0.89% | 0.96% | - |
| XYZ | 40.25 | 24.26 | 3.66 | - |
| YUV | 119.3 | 76.48 | 217.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 28 | 0 | 0.70 | 0.89 | 0.04 | 12.44 | 0.92 | 0.54 |
| Hex | F5 | 49 | 1C | 0 | 46 | 59 | 4 | C | 5C | 36 |
| Octal | 365 | 111 | 34 | 0 | 106 | 131 | 4 | 14 | 134 | 66 |
| Binary | 11110101 | 1001001 | 11100 | 0 | 1000110 | 1011001 | 100 | 1100 | 1011100 | 110110 |
Color Harmonies of #F5491C
Complementary color
Monochromatic Colors of #F5491C
Black with #F5491C
Text Example
Text Example
White with #F5491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5491C; }
p { color: rgb(245,73,28); }
H1.HeaderClassName
{
color: #F5491C;
}
.AnyTagClassName
{
color: #F5491C;
}
</style>
background-color css
<style>
a { background-color: #F5491C; }
a { background-color: rgb(245,73,28); }
div.DivClassName
{
background-color: #F5491C;
}
.BgClassName
{
background-color: #F5491C;
}
</style>
border-color css
<style>
span { border-color: #F5491C; }
span { border-color: rgb(245,73,28); }
td.TdClassName
{
border-color: #F5491C;
}
.TagClassName
{
border-color: #F5491C;
}
</style>