Shades of Sunset Orange #F55036
Tints of Sunset Orange #F55036
RGB
CMYK
RGB Variations
Color information
#F55036 (or 0xF55036) is known color: Sunset Orange. HEX triplet: F5, 50 and 36. RGB value is (245,80,54). Sum of RGB (Red+Green+Blue) = 245+80+54=379 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.64% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 245 - color contains mainly: red. Hex color #F55036 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55036 is #0AAFC9. Grayscale: #7E7E7E. Windows color (decimal): -700362 or 3559669. OLE color: 3559669.
HSL color Cylindrical-coordinate representation of color #F55036: hue angle of 8.17º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F55036 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 80 | 54 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.04 |
| HSL | 8.17º | 0.91% | 0.59% | - |
| HSV(B) | 8.17º | 0.78% | 0.96% | - |
| XYZ | 41.19 | 25.42 | 6.22 | - |
| YUV | 126.37 | 87.16 | 212.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 80 | 54 | 0 | 0.67 | 0.78 | 0.04 | 8.17 | 0.91 | 0.59 |
| Hex | F5 | 50 | 36 | 0 | 43 | 4E | 4 | 8 | 5B | 3B |
| Octal | 365 | 120 | 66 | 0 | 103 | 116 | 4 | 10 | 133 | 73 |
| Binary | 11110101 | 1010000 | 110110 | 0 | 1000011 | 1001110 | 100 | 1000 | 1011011 | 111011 |
Color Harmonies of #F55036
Complementary color
Monochromatic Colors of #F55036
Black with #F55036
Text Example
Text Example
White with #F55036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55036; }
p { color: rgb(245,80,54); }
H1.HeaderClassName
{
color: #F55036;
}
.AnyTagClassName
{
color: #F55036;
}
</style>
background-color css
<style>
a { background-color: #F55036; }
a { background-color: rgb(245,80,54); }
div.DivClassName
{
background-color: #F55036;
}
.BgClassName
{
background-color: #F55036;
}
</style>
border-color css
<style>
span { border-color: #F55036; }
span { border-color: rgb(245,80,54); }
td.TdClassName
{
border-color: #F55036;
}
.TagClassName
{
border-color: #F55036;
}
</style>