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