Shades of Sunset Orange #F54947
Tints of Sunset Orange #F54947
RGB
CMYK
RGB Variations
Color information
#F54947 (or 0xF54947) is known color: Sunset Orange. HEX triplet: F5, 49 and 47. RGB value is (245,73,71). Sum of RGB (Red+Green+Blue) = 245+73+71=389 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.98% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 245 - color contains mainly: red. Hex color #F54947 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54947 is #0AB6B8. Grayscale: #7C7C7C. Windows color (decimal): -702137 or 4671989. OLE color: 4671989.
HSL color Cylindrical-coordinate representation of color #F54947: hue angle of 0.69º 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 #F54947 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 73 | 71 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.04 |
| HSL | 0.69º | 0.9% | 0.62% | - |
| HSV(B) | 0.69º | 0.71% | 0.96% | - |
| XYZ | 41.18 | 24.63 | 8.55 | - |
| YUV | 124.2 | 97.98 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 73 | 71 | 0 | 0.70 | 0.71 | 0.04 | 0.69 | 0.9 | 0.62 |
| Hex | F5 | 49 | 47 | 0 | 46 | 47 | 4 | 1 | 5A | 3E |
| Octal | 365 | 111 | 107 | 0 | 106 | 107 | 4 | 1 | 132 | 76 |
| Binary | 11110101 | 1001001 | 1000111 | 0 | 1000110 | 1000111 | 100 | 1 | 1011010 | 111110 |
Color Harmonies of #F54947
Complementary color
Monochromatic Colors of #F54947
Black with #F54947
Text Example
Text Example
White with #F54947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54947; }
p { color: rgb(245,73,71); }
H1.HeaderClassName
{
color: #F54947;
}
.AnyTagClassName
{
color: #F54947;
}
</style>
background-color css
<style>
a { background-color: #F54947; }
a { background-color: rgb(245,73,71); }
div.DivClassName
{
background-color: #F54947;
}
.BgClassName
{
background-color: #F54947;
}
</style>
border-color css
<style>
span { border-color: #F54947; }
span { border-color: rgb(245,73,71); }
td.TdClassName
{
border-color: #F54947;
}
.TagClassName
{
border-color: #F54947;
}
</style>