Shades of Sunset Orange #F55035
Tints of Sunset Orange #F55035
RGB
CMYK
RGB Variations
Color information
#F55035 (or 0xF55035) is known color: Sunset Orange. HEX triplet: F5, 50 and 35. RGB value is (245,80,53). Sum of RGB (Red+Green+Blue) = 245+80+53=378 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.81% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 53 (21.09% from 255 or 14.02% from 378); Max value from RGB is 245 - color contains mainly: red. Hex color #F55035 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55035 is #0AAFCA. Grayscale: #7E7E7E. Windows color (decimal): -700363 or 3494133. OLE color: 3494133.
HSL color Cylindrical-coordinate representation of color #F55035: hue angle of 8.44º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F55035 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 80 | 53 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.04 |
| HSL | 8.44º | 0.91% | 0.58% | - |
| HSV(B) | 8.44º | 0.78% | 0.96% | - |
| XYZ | 41.17 | 25.41 | 6.1 | - |
| YUV | 126.26 | 86.66 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 80 | 53 | 0 | 0.67 | 0.78 | 0.04 | 8.44 | 0.91 | 0.58 |
| Hex | F5 | 50 | 35 | 0 | 43 | 4E | 4 | 8 | 5B | 3A |
| Octal | 365 | 120 | 65 | 0 | 103 | 116 | 4 | 10 | 133 | 72 |
| Binary | 11110101 | 1010000 | 110101 | 0 | 1000011 | 1001110 | 100 | 1000 | 1011011 | 111010 |
Color Harmonies of #F55035
Complementary color
Monochromatic Colors of #F55035
Black with #F55035
Text Example
Text Example
White with #F55035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55035; }
p { color: rgb(245,80,53); }
H1.HeaderClassName
{
color: #F55035;
}
.AnyTagClassName
{
color: #F55035;
}
</style>
background-color css
<style>
a { background-color: #F55035; }
a { background-color: rgb(245,80,53); }
div.DivClassName
{
background-color: #F55035;
}
.BgClassName
{
background-color: #F55035;
}
</style>
border-color css
<style>
span { border-color: #F55035; }
span { border-color: rgb(245,80,53); }
td.TdClassName
{
border-color: #F55035;
}
.TagClassName
{
border-color: #F55035;
}
</style>