Shades of Sunset Orange #F55039
Tints of Sunset Orange #F55039
RGB
CMYK
RGB Variations
Color information
#F55039 (or 0xF55039) is known color: Sunset Orange. HEX triplet: F5, 50 and 39. RGB value is (245,80,57). Sum of RGB (Red+Green+Blue) = 245+80+57=382 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.14% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 57 (22.66% from 255 or 14.92% from 382); Max value from RGB is 245 - color contains mainly: red. Hex color #F55039 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55039 is #0AAFC6. Grayscale: #7E7E7E. Windows color (decimal): -700359 or 3756277. OLE color: 3756277.
HSL color Cylindrical-coordinate representation of color #F55039: hue angle of 7.34º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F55039 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 80 | 57 | - |
| CMYK | 0 | 0.67 | 0.77 | 0.04 |
| HSL | 7.34º | 0.9% | 0.59% | - |
| HSV(B) | 7.34º | 0.77% | 0.96% | - |
| XYZ | 41.26 | 25.45 | 6.61 | - |
| YUV | 126.71 | 88.66 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 80 | 57 | 0 | 0.67 | 0.77 | 0.04 | 7.34 | 0.9 | 0.59 |
| Hex | F5 | 50 | 39 | 0 | 43 | 4D | 4 | 7 | 5A | 3B |
| Octal | 365 | 120 | 71 | 0 | 103 | 115 | 4 | 7 | 132 | 73 |
| Binary | 11110101 | 1010000 | 111001 | 0 | 1000011 | 1001101 | 100 | 111 | 1011010 | 111011 |
Color Harmonies of #F55039
Complementary color
Monochromatic Colors of #F55039
Black with #F55039
Text Example
Text Example
White with #F55039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55039; }
p { color: rgb(245,80,57); }
H1.HeaderClassName
{
color: #F55039;
}
.AnyTagClassName
{
color: #F55039;
}
</style>
background-color css
<style>
a { background-color: #F55039; }
a { background-color: rgb(245,80,57); }
div.DivClassName
{
background-color: #F55039;
}
.BgClassName
{
background-color: #F55039;
}
</style>
border-color css
<style>
span { border-color: #F55039; }
span { border-color: rgb(245,80,57); }
td.TdClassName
{
border-color: #F55039;
}
.TagClassName
{
border-color: #F55039;
}
</style>