Shades of Sunset Orange #F55149
Tints of Sunset Orange #F55149
RGB
CMYK
RGB Variations
Color information
#F55149 (or 0xF55149) is known color: Sunset Orange. HEX triplet: F5, 51 and 49. RGB value is (245,81,73). Sum of RGB (Red+Green+Blue) = 245+81+73=399 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.40% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 73 (28.91% from 255 or 18.30% from 399); Max value from RGB is 245 - color contains mainly: red. Hex color #F55149 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55149 is #0AAEB6. Grayscale: #818181. Windows color (decimal): -700087 or 4805109. OLE color: 4805109.
HSL color Cylindrical-coordinate representation of color #F55149: hue angle of 2.79º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F55149 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 73 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.04 |
| HSL | 2.79º | 0.9% | 0.62% | - |
| HSV(B) | 2.79º | 0.7% | 0.96% | - |
| XYZ | 41.8 | 25.78 | 9.08 | - |
| YUV | 129.12 | 96.33 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 73 | 0 | 0.67 | 0.70 | 0.04 | 2.79 | 0.9 | 0.62 |
| Hex | F5 | 51 | 49 | 0 | 43 | 46 | 4 | 3 | 5A | 3E |
| Octal | 365 | 121 | 111 | 0 | 103 | 106 | 4 | 3 | 132 | 76 |
| Binary | 11110101 | 1010001 | 1001001 | 0 | 1000011 | 1000110 | 100 | 11 | 1011010 | 111110 |
Color Harmonies of #F55149
Complementary color
Monochromatic Colors of #F55149
Black with #F55149
Text Example
Text Example
White with #F55149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55149; }
p { color: rgb(245,81,73); }
H1.HeaderClassName
{
color: #F55149;
}
.AnyTagClassName
{
color: #F55149;
}
</style>
background-color css
<style>
a { background-color: #F55149; }
a { background-color: rgb(245,81,73); }
div.DivClassName
{
background-color: #F55149;
}
.BgClassName
{
background-color: #F55149;
}
</style>
border-color css
<style>
span { border-color: #F55149; }
span { border-color: rgb(245,81,73); }
td.TdClassName
{
border-color: #F55149;
}
.TagClassName
{
border-color: #F55149;
}
</style>