Shades of Sunset Orange #F5553C
Tints of Sunset Orange #F5553C
RGB
CMYK
RGB Variations
Color information
#F5553C (or 0xF5553C) is known color: Sunset Orange. HEX triplet: F5, 55 and 3C. RGB value is (245,85,60). Sum of RGB (Red+Green+Blue) = 245+85+60=390 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.82% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 60 (23.83% from 255 or 15.38% from 390); Max value from RGB is 245 - color contains mainly: red. Hex color #F5553C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5553C is #0AAAC3. Grayscale: #828282. Windows color (decimal): -699076 or 3954165. OLE color: 3954165.
HSL color Cylindrical-coordinate representation of color #F5553C: hue angle of 8.11º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5553C is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 60 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.04 |
| HSL | 8.11º | 0.9% | 0.6% | - |
| HSV(B) | 8.11º | 0.76% | 0.96% | - |
| XYZ | 41.72 | 26.24 | 7.14 | - |
| YUV | 129.99 | 88.51 | 210.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 60 | 0 | 0.65 | 0.76 | 0.04 | 8.11 | 0.9 | 0.6 |
| Hex | F5 | 55 | 3C | 0 | 41 | 4C | 4 | 8 | 5A | 3C |
| Octal | 365 | 125 | 74 | 0 | 101 | 114 | 4 | 10 | 132 | 74 |
| Binary | 11110101 | 1010101 | 111100 | 0 | 1000001 | 1001100 | 100 | 1000 | 1011010 | 111100 |
Color Harmonies of #F5553C
Complementary color
Monochromatic Colors of #F5553C
Black with #F5553C
Text Example
Text Example
White with #F5553C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5553C; }
p { color: rgb(245,85,60); }
H1.HeaderClassName
{
color: #F5553C;
}
.AnyTagClassName
{
color: #F5553C;
}
</style>
background-color css
<style>
a { background-color: #F5553C; }
a { background-color: rgb(245,85,60); }
div.DivClassName
{
background-color: #F5553C;
}
.BgClassName
{
background-color: #F5553C;
}
</style>
border-color css
<style>
span { border-color: #F5553C; }
span { border-color: rgb(245,85,60); }
td.TdClassName
{
border-color: #F5553C;
}
.TagClassName
{
border-color: #F5553C;
}
</style>