Shades of Sunset Orange #F55031
Tints of Sunset Orange #F55031
RGB
CMYK
RGB Variations
Color information
#F55031 (or 0xF55031) is known color: Sunset Orange. HEX triplet: F5, 50 and 31. RGB value is (245,80,49). Sum of RGB (Red+Green+Blue) = 245+80+49=374 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.51% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 245 - color contains mainly: red. Hex color #F55031 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55031 is #0AAFCE. Grayscale: #7E7E7E. Windows color (decimal): -700367 or 3231989. OLE color: 3231989.
HSL color Cylindrical-coordinate representation of color #F55031: hue angle of 9.49º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F55031 is Cyan = 0, Magento = 0.67, Yellow = 0.8 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 80 | 49 | - |
| CMYK | 0 | 0.67 | 0.8 | 0.04 |
| HSL | 9.49º | 0.91% | 0.58% | - |
| HSV(B) | 9.49º | 0.8% | 0.96% | - |
| XYZ | 41.08 | 25.37 | 5.64 | - |
| YUV | 125.8 | 84.66 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 80 | 49 | 0 | 0.67 | 0.8 | 0.04 | 9.49 | 0.91 | 0.58 |
| Hex | F5 | 50 | 31 | 0 | 43 | 50 | 4 | 9 | 5B | 3A |
| Octal | 365 | 120 | 61 | 0 | 103 | 120 | 4 | 11 | 133 | 72 |
| Binary | 11110101 | 1010000 | 110001 | 0 | 1000011 | 1010000 | 100 | 1001 | 1011011 | 111010 |
Color Harmonies of #F55031
Complementary color
Monochromatic Colors of #F55031
Black with #F55031
Text Example
Text Example
White with #F55031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55031; }
p { color: rgb(245,80,49); }
H1.HeaderClassName
{
color: #F55031;
}
.AnyTagClassName
{
color: #F55031;
}
</style>
background-color css
<style>
a { background-color: #F55031; }
a { background-color: rgb(245,80,49); }
div.DivClassName
{
background-color: #F55031;
}
.BgClassName
{
background-color: #F55031;
}
</style>
border-color css
<style>
span { border-color: #F55031; }
span { border-color: rgb(245,80,49); }
td.TdClassName
{
border-color: #F55031;
}
.TagClassName
{
border-color: #F55031;
}
</style>