Shades of Sunset Orange #F55349
Tints of Sunset Orange #F55349
RGB
CMYK
RGB Variations
Color information
#F55349 (or 0xF55349) is known color: Sunset Orange. HEX triplet: F5, 53 and 49. RGB value is (245,83,73). Sum of RGB (Red+Green+Blue) = 245+83+73=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F55349 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55349 is #0AACB6. Grayscale: #828282. Windows color (decimal): -699575 or 4805621. OLE color: 4805621.
HSL color Cylindrical-coordinate representation of color #F55349: hue angle of 3.49º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F55349 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 73 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.04 |
| HSL | 3.49º | 0.9% | 0.62% | - |
| HSV(B) | 3.49º | 0.7% | 0.96% | - |
| XYZ | 41.95 | 26.08 | 9.13 | - |
| YUV | 130.3 | 95.67 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 73 | 0 | 0.66 | 0.70 | 0.04 | 3.49 | 0.9 | 0.62 |
| Hex | F5 | 53 | 49 | 0 | 42 | 46 | 4 | 3 | 5A | 3E |
| Octal | 365 | 123 | 111 | 0 | 102 | 106 | 4 | 3 | 132 | 76 |
| Binary | 11110101 | 1010011 | 1001001 | 0 | 1000010 | 1000110 | 100 | 11 | 1011010 | 111110 |
Color Harmonies of #F55349
Complementary color
Monochromatic Colors of #F55349
Black with #F55349
Text Example
Text Example
White with #F55349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55349; }
p { color: rgb(245,83,73); }
H1.HeaderClassName
{
color: #F55349;
}
.AnyTagClassName
{
color: #F55349;
}
</style>
background-color css
<style>
a { background-color: #F55349; }
a { background-color: rgb(245,83,73); }
div.DivClassName
{
background-color: #F55349;
}
.BgClassName
{
background-color: #F55349;
}
</style>
border-color css
<style>
span { border-color: #F55349; }
span { border-color: rgb(245,83,73); }
td.TdClassName
{
border-color: #F55349;
}
.TagClassName
{
border-color: #F55349;
}
</style>