Shades of Sunset Orange #F55249
Tints of Sunset Orange #F55249
RGB
CMYK
RGB Variations
Color information
#F55249 (or 0xF55249) is known color: Sunset Orange. HEX triplet: F5, 52 and 49. RGB value is (245,82,73). Sum of RGB (Red+Green+Blue) = 245+82+73=400 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.25% from 400); Green value is 82 (32.42% from 255 or 20.5% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 245 - color contains mainly: red. Hex color #F55249 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55249 is #0AADB6. Grayscale: #818181. Windows color (decimal): -699831 or 4805365. OLE color: 4805365.
HSL color Cylindrical-coordinate representation of color #F55249: hue angle of 3.14º 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 #F55249 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 82 | 73 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.04 |
| HSL | 3.14º | 0.9% | 0.62% | - |
| HSV(B) | 3.14º | 0.7% | 0.96% | - |
| XYZ | 41.88 | 25.93 | 9.1 | - |
| YUV | 129.71 | 96 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 82 | 73 | 0 | 0.67 | 0.70 | 0.04 | 3.14 | 0.9 | 0.62 |
| Hex | F5 | 52 | 49 | 0 | 43 | 46 | 4 | 3 | 5A | 3E |
| Octal | 365 | 122 | 111 | 0 | 103 | 106 | 4 | 3 | 132 | 76 |
| Binary | 11110101 | 1010010 | 1001001 | 0 | 1000011 | 1000110 | 100 | 11 | 1011010 | 111110 |
Color Harmonies of #F55249
Complementary color
Monochromatic Colors of #F55249
Black with #F55249
Text Example
Text Example
White with #F55249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55249; }
p { color: rgb(245,82,73); }
H1.HeaderClassName
{
color: #F55249;
}
.AnyTagClassName
{
color: #F55249;
}
</style>
background-color css
<style>
a { background-color: #F55249; }
a { background-color: rgb(245,82,73); }
div.DivClassName
{
background-color: #F55249;
}
.BgClassName
{
background-color: #F55249;
}
</style>
border-color css
<style>
span { border-color: #F55249; }
span { border-color: rgb(245,82,73); }
td.TdClassName
{
border-color: #F55249;
}
.TagClassName
{
border-color: #F55249;
}
</style>