Shades of Sunset Orange #F5553F
Tints of Sunset Orange #F5553F
RGB
CMYK
RGB Variations
Color information
#F5553F (or 0xF5553F) is known color: Sunset Orange. HEX triplet: F5, 55 and 3F. RGB value is (245,85,63). Sum of RGB (Red+Green+Blue) = 245+85+63=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F5553F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5553F is #0AAAC0. Grayscale: #828282. Windows color (decimal): -699073 or 4150773. OLE color: 4150773.
HSL color Cylindrical-coordinate representation of color #F5553F: hue angle of 7.25º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F5553F is Cyan = 0, Magento = 0.65, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 63 | - |
| CMYK | 0 | 0.65 | 0.74 | 0.04 |
| HSL | 7.25º | 0.9% | 0.6% | - |
| HSV(B) | 7.25º | 0.74% | 0.96% | - |
| XYZ | 41.8 | 26.27 | 7.57 | - |
| YUV | 130.33 | 90.01 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 63 | 0 | 0.65 | 0.74 | 0.04 | 7.25 | 0.9 | 0.6 |
| Hex | F5 | 55 | 3F | 0 | 41 | 4A | 4 | 7 | 5A | 3C |
| Octal | 365 | 125 | 77 | 0 | 101 | 112 | 4 | 7 | 132 | 74 |
| Binary | 11110101 | 1010101 | 111111 | 0 | 1000001 | 1001010 | 100 | 111 | 1011010 | 111100 |
Color Harmonies of #F5553F
Complementary color
Monochromatic Colors of #F5553F
Black with #F5553F
Text Example
Text Example
White with #F5553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5553F; }
p { color: rgb(245,85,63); }
H1.HeaderClassName
{
color: #F5553F;
}
.AnyTagClassName
{
color: #F5553F;
}
</style>
background-color css
<style>
a { background-color: #F5553F; }
a { background-color: rgb(245,85,63); }
div.DivClassName
{
background-color: #F5553F;
}
.BgClassName
{
background-color: #F5553F;
}
</style>
border-color css
<style>
span { border-color: #F5553F; }
span { border-color: rgb(245,85,63); }
td.TdClassName
{
border-color: #F5553F;
}
.TagClassName
{
border-color: #F5553F;
}
</style>