Shades of Sunset Orange #F5553A
Tints of Sunset Orange #F5553A
RGB
CMYK
RGB Variations
Color information
#F5553A (or 0xF5553A) is known color: Sunset Orange. HEX triplet: F5, 55 and 3A. RGB value is (245,85,58). Sum of RGB (Red+Green+Blue) = 245+85+58=388 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.14% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 58 (23.05% from 255 or 14.95% from 388); Max value from RGB is 245 - color contains mainly: red. Hex color #F5553A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5553A is #0AAAC5. Grayscale: #828282. Windows color (decimal): -699078 or 3823093. OLE color: 3823093.
HSL color Cylindrical-coordinate representation of color #F5553A: hue angle of 8.66º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5553A is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 58 | - |
| CMYK | 0 | 0.65 | 0.76 | 0.04 |
| HSL | 8.66º | 0.9% | 0.59% | - |
| HSV(B) | 8.66º | 0.76% | 0.96% | - |
| XYZ | 41.67 | 26.21 | 6.87 | - |
| YUV | 129.76 | 87.51 | 210.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 58 | 0 | 0.65 | 0.76 | 0.04 | 8.66 | 0.9 | 0.59 |
| Hex | F5 | 55 | 3A | 0 | 41 | 4C | 4 | 9 | 5A | 3B |
| Octal | 365 | 125 | 72 | 0 | 101 | 114 | 4 | 11 | 132 | 73 |
| Binary | 11110101 | 1010101 | 111010 | 0 | 1000001 | 1001100 | 100 | 1001 | 1011010 | 111011 |
Color Harmonies of #F5553A
Complementary color
Monochromatic Colors of #F5553A
Black with #F5553A
Text Example
Text Example
White with #F5553A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5553A; }
p { color: rgb(245,85,58); }
H1.HeaderClassName
{
color: #F5553A;
}
.AnyTagClassName
{
color: #F5553A;
}
</style>
background-color css
<style>
a { background-color: #F5553A; }
a { background-color: rgb(245,85,58); }
div.DivClassName
{
background-color: #F5553A;
}
.BgClassName
{
background-color: #F5553A;
}
</style>
border-color css
<style>
span { border-color: #F5553A; }
span { border-color: rgb(245,85,58); }
td.TdClassName
{
border-color: #F5553A;
}
.TagClassName
{
border-color: #F5553A;
}
</style>