Shades of Sunset Orange #F55048
Tints of Sunset Orange #F55048
RGB
CMYK
RGB Variations
Color information
#F55048 (or 0xF55048) is known color: Sunset Orange. HEX triplet: F5, 50 and 48. RGB value is (245,80,72). Sum of RGB (Red+Green+Blue) = 245+80+72=397 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.71% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 245 - color contains mainly: red. Hex color #F55048 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55048 is #0AAFB7. Grayscale: #808080. Windows color (decimal): -700344 or 4739317. OLE color: 4739317.
HSL color Cylindrical-coordinate representation of color #F55048: hue angle of 2.77º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F55048 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 80 | 72 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.04 |
| HSL | 2.77º | 0.9% | 0.62% | - |
| HSV(B) | 2.77º | 0.71% | 0.96% | - |
| XYZ | 41.69 | 25.62 | 8.88 | - |
| YUV | 128.42 | 96.16 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 80 | 72 | 0 | 0.67 | 0.71 | 0.04 | 2.77 | 0.9 | 0.62 |
| Hex | F5 | 50 | 48 | 0 | 43 | 47 | 4 | 3 | 5A | 3E |
| Octal | 365 | 120 | 110 | 0 | 103 | 107 | 4 | 3 | 132 | 76 |
| Binary | 11110101 | 1010000 | 1001000 | 0 | 1000011 | 1000111 | 100 | 11 | 1011010 | 111110 |
Color Harmonies of #F55048
Complementary color
Monochromatic Colors of #F55048
Black with #F55048
Text Example
Text Example
White with #F55048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55048; }
p { color: rgb(245,80,72); }
H1.HeaderClassName
{
color: #F55048;
}
.AnyTagClassName
{
color: #F55048;
}
</style>
background-color css
<style>
a { background-color: #F55048; }
a { background-color: rgb(245,80,72); }
div.DivClassName
{
background-color: #F55048;
}
.BgClassName
{
background-color: #F55048;
}
</style>
border-color css
<style>
span { border-color: #F55048; }
span { border-color: rgb(245,80,72); }
td.TdClassName
{
border-color: #F55048;
}
.TagClassName
{
border-color: #F55048;
}
</style>