Shades of Sunset Orange #F55247
Tints of Sunset Orange #F55247
RGB
CMYK
RGB Variations
Color information
#F55247 (or 0xF55247) is known color: Sunset Orange. HEX triplet: F5, 52 and 47. RGB value is (245,82,71). Sum of RGB (Red+Green+Blue) = 245+82+71=398 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.56% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 71 (28.12% from 255 or 17.84% from 398); Max value from RGB is 245 - color contains mainly: red. Hex color #F55247 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55247 is #0AADB8. Grayscale: #818181. Windows color (decimal): -699833 or 4674293. OLE color: 4674293.
HSL color Cylindrical-coordinate representation of color #F55247: hue angle of 3.79º 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 #F55247 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 82 | 71 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.04 |
| HSL | 3.79º | 0.9% | 0.62% | - |
| HSV(B) | 3.79º | 0.71% | 0.96% | - |
| XYZ | 41.81 | 25.9 | 8.76 | - |
| YUV | 129.48 | 95 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 82 | 71 | 0 | 0.67 | 0.71 | 0.04 | 3.79 | 0.9 | 0.62 |
| Hex | F5 | 52 | 47 | 0 | 43 | 47 | 4 | 4 | 5A | 3E |
| Octal | 365 | 122 | 107 | 0 | 103 | 107 | 4 | 4 | 132 | 76 |
| Binary | 11110101 | 1010010 | 1000111 | 0 | 1000011 | 1000111 | 100 | 100 | 1011010 | 111110 |
Color Harmonies of #F55247
Complementary color
Monochromatic Colors of #F55247
Black with #F55247
Text Example
Text Example
White with #F55247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55247; }
p { color: rgb(245,82,71); }
H1.HeaderClassName
{
color: #F55247;
}
.AnyTagClassName
{
color: #F55247;
}
</style>
background-color css
<style>
a { background-color: #F55247; }
a { background-color: rgb(245,82,71); }
div.DivClassName
{
background-color: #F55247;
}
.BgClassName
{
background-color: #F55247;
}
</style>
border-color css
<style>
span { border-color: #F55247; }
span { border-color: rgb(245,82,71); }
td.TdClassName
{
border-color: #F55247;
}
.TagClassName
{
border-color: #F55247;
}
</style>