Shades of Sunset Orange #F55045
Tints of Sunset Orange #F55045
RGB
CMYK
RGB Variations
Color information
#F55045 (or 0xF55045) is known color: Sunset Orange. HEX triplet: F5, 50 and 45. RGB value is (245,80,69). Sum of RGB (Red+Green+Blue) = 245+80+69=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F55045 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55045 is #0AAFBA. Grayscale: #808080. Windows color (decimal): -700347 or 4542709. OLE color: 4542709.
HSL color Cylindrical-coordinate representation of color #F55045: hue angle of 3.75º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F55045 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 80 | 69 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.04 |
| HSL | 3.75º | 0.9% | 0.62% | - |
| HSV(B) | 3.75º | 0.72% | 0.96% | - |
| XYZ | 41.6 | 25.58 | 8.38 | - |
| YUV | 128.08 | 94.66 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 80 | 69 | 0 | 0.67 | 0.72 | 0.04 | 3.75 | 0.9 | 0.62 |
| Hex | F5 | 50 | 45 | 0 | 43 | 48 | 4 | 4 | 5A | 3E |
| Octal | 365 | 120 | 105 | 0 | 103 | 110 | 4 | 4 | 132 | 76 |
| Binary | 11110101 | 1010000 | 1000101 | 0 | 1000011 | 1001000 | 100 | 100 | 1011010 | 111110 |
Color Harmonies of #F55045
Complementary color
Monochromatic Colors of #F55045
Black with #F55045
Text Example
Text Example
White with #F55045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55045; }
p { color: rgb(245,80,69); }
H1.HeaderClassName
{
color: #F55045;
}
.AnyTagClassName
{
color: #F55045;
}
</style>
background-color css
<style>
a { background-color: #F55045; }
a { background-color: rgb(245,80,69); }
div.DivClassName
{
background-color: #F55045;
}
.BgClassName
{
background-color: #F55045;
}
</style>
border-color css
<style>
span { border-color: #F55045; }
span { border-color: rgb(245,80,69); }
td.TdClassName
{
border-color: #F55045;
}
.TagClassName
{
border-color: #F55045;
}
</style>