Shades of Sunset Orange #F54845
Tints of Sunset Orange #F54845
RGB
CMYK
RGB Variations
Color information
#F54845 (or 0xF54845) is known color: Sunset Orange. HEX triplet: F5, 48 and 45. RGB value is (245,72,69). Sum of RGB (Red+Green+Blue) = 245+72+69=386 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.47% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 245 - color contains mainly: red. Hex color #F54845 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54845 is #0AB7BA. Grayscale: #7B7B7B. Windows color (decimal): -702395 or 4540661. OLE color: 4540661.
HSL color Cylindrical-coordinate representation of color #F54845: hue angle of 1.02º 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 #F54845 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 72 | 69 | - |
| CMYK | 0 | 0.71 | 0.72 | 0.04 |
| HSL | 1.02º | 0.9% | 0.62% | - |
| HSV(B) | 1.02º | 0.72% | 0.96% | - |
| XYZ | 41.05 | 24.48 | 8.19 | - |
| YUV | 123.39 | 97.31 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 72 | 69 | 0 | 0.71 | 0.72 | 0.04 | 1.02 | 0.9 | 0.62 |
| Hex | F5 | 48 | 45 | 0 | 47 | 48 | 4 | 1 | 5A | 3E |
| Octal | 365 | 110 | 105 | 0 | 107 | 110 | 4 | 1 | 132 | 76 |
| Binary | 11110101 | 1001000 | 1000101 | 0 | 1000111 | 1001000 | 100 | 1 | 1011010 | 111110 |
Color Harmonies of #F54845
Complementary color
Monochromatic Colors of #F54845
Black with #F54845
Text Example
Text Example
White with #F54845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54845; }
p { color: rgb(245,72,69); }
H1.HeaderClassName
{
color: #F54845;
}
.AnyTagClassName
{
color: #F54845;
}
</style>
background-color css
<style>
a { background-color: #F54845; }
a { background-color: rgb(245,72,69); }
div.DivClassName
{
background-color: #F54845;
}
.BgClassName
{
background-color: #F54845;
}
</style>
border-color css
<style>
span { border-color: #F54845; }
span { border-color: rgb(245,72,69); }
td.TdClassName
{
border-color: #F54845;
}
.TagClassName
{
border-color: #F54845;
}
</style>