Shades of Sunset Orange #F55549
Tints of Sunset Orange #F55549
RGB
CMYK
RGB Variations
Color information
#F55549 (or 0xF55549) is known color: Sunset Orange. HEX triplet: F5, 55 and 49. RGB value is (245,85,73). Sum of RGB (Red+Green+Blue) = 245+85+73=403 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.79% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 73 (28.91% from 255 or 18.11% from 403); Max value from RGB is 245 - color contains mainly: red. Hex color #F55549 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55549 is #0AAAB6. Grayscale: #838383. Windows color (decimal): -699063 or 4806133. OLE color: 4806133.
HSL color Cylindrical-coordinate representation of color #F55549: hue angle of 4.19º 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 #F55549 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 73 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.04 |
| HSL | 4.19º | 0.9% | 0.62% | - |
| HSV(B) | 4.19º | 0.7% | 0.96% | - |
| XYZ | 42.11 | 26.39 | 9.18 | - |
| YUV | 131.47 | 95.01 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 73 | 0 | 0.65 | 0.70 | 0.04 | 4.19 | 0.9 | 0.62 |
| Hex | F5 | 55 | 49 | 0 | 41 | 46 | 4 | 4 | 5A | 3E |
| Octal | 365 | 125 | 111 | 0 | 101 | 106 | 4 | 4 | 132 | 76 |
| Binary | 11110101 | 1010101 | 1001001 | 0 | 1000001 | 1000110 | 100 | 100 | 1011010 | 111110 |
Color Harmonies of #F55549
Complementary color
Monochromatic Colors of #F55549
Black with #F55549
Text Example
Text Example
White with #F55549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55549; }
p { color: rgb(245,85,73); }
H1.HeaderClassName
{
color: #F55549;
}
.AnyTagClassName
{
color: #F55549;
}
</style>
background-color css
<style>
a { background-color: #F55549; }
a { background-color: rgb(245,85,73); }
div.DivClassName
{
background-color: #F55549;
}
.BgClassName
{
background-color: #F55549;
}
</style>
border-color css
<style>
span { border-color: #F55549; }
span { border-color: rgb(245,85,73); }
td.TdClassName
{
border-color: #F55549;
}
.TagClassName
{
border-color: #F55549;
}
</style>