Shades of Sunset Orange #F54945
Tints of Sunset Orange #F54945
RGB
CMYK
RGB Variations
Color information
#F54945 (or 0xF54945) is known color: Sunset Orange. HEX triplet: F5, 49 and 45. RGB value is (245,73,69). Sum of RGB (Red+Green+Blue) = 245+73+69=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F54945 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54945 is #0AB6BA. Grayscale: #7C7C7C. Windows color (decimal): -702139 or 4540917. OLE color: 4540917.
HSL color Cylindrical-coordinate representation of color #F54945: hue angle of 1.36º 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 #F54945 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 69 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.04 |
| HSL | 1.36º | 0.9% | 0.62% | - |
| HSV(B) | 1.36º | 0.72% | 0.96% | - |
| XYZ | 41.11 | 24.61 | 8.21 | - |
| YUV | 123.97 | 96.98 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 69 | 0 | 0.70 | 0.72 | 0.04 | 1.36 | 0.9 | 0.62 |
| Hex | F5 | 49 | 45 | 0 | 46 | 48 | 4 | 1 | 5A | 3E |
| Octal | 365 | 111 | 105 | 0 | 106 | 110 | 4 | 1 | 132 | 76 |
| Binary | 11110101 | 1001001 | 1000101 | 0 | 1000110 | 1001000 | 100 | 1 | 1011010 | 111110 |
Color Harmonies of #F54945
Complementary color
Monochromatic Colors of #F54945
Black with #F54945
Text Example
Text Example
White with #F54945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54945; }
p { color: rgb(245,73,69); }
H1.HeaderClassName
{
color: #F54945;
}
.AnyTagClassName
{
color: #F54945;
}
</style>
background-color css
<style>
a { background-color: #F54945; }
a { background-color: rgb(245,73,69); }
div.DivClassName
{
background-color: #F54945;
}
.BgClassName
{
background-color: #F54945;
}
</style>
border-color css
<style>
span { border-color: #F54945; }
span { border-color: rgb(245,73,69); }
td.TdClassName
{
border-color: #F54945;
}
.TagClassName
{
border-color: #F54945;
}
</style>