Shades of Sunset Orange #F55042
Tints of Sunset Orange #F55042
RGB
CMYK
RGB Variations
Color information
#F55042 (or 0xF55042) is known color: Sunset Orange. HEX triplet: F5, 50 and 42. RGB value is (245,80,66). Sum of RGB (Red+Green+Blue) = 245+80+66=391 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.66% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 245 - color contains mainly: red. Hex color #F55042 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55042 is #0AAFBD. Grayscale: #7F7F7F. Windows color (decimal): -700350 or 4346101. OLE color: 4346101.
HSL color Cylindrical-coordinate representation of color #F55042: hue angle of 4.69º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F55042 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 80 | 66 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.04 |
| HSL | 4.69º | 0.9% | 0.61% | - |
| HSV(B) | 4.69º | 0.73% | 0.96% | - |
| XYZ | 41.51 | 25.54 | 7.9 | - |
| YUV | 127.74 | 93.16 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 80 | 66 | 0 | 0.67 | 0.73 | 0.04 | 4.69 | 0.9 | 0.61 |
| Hex | F5 | 50 | 42 | 0 | 43 | 49 | 4 | 5 | 5A | 3D |
| Octal | 365 | 120 | 102 | 0 | 103 | 111 | 4 | 5 | 132 | 75 |
| Binary | 11110101 | 1010000 | 1000010 | 0 | 1000011 | 1001001 | 100 | 101 | 1011010 | 111101 |
Color Harmonies of #F55042
Complementary color
Monochromatic Colors of #F55042
Black with #F55042
Text Example
Text Example
White with #F55042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55042; }
p { color: rgb(245,80,66); }
H1.HeaderClassName
{
color: #F55042;
}
.AnyTagClassName
{
color: #F55042;
}
</style>
background-color css
<style>
a { background-color: #F55042; }
a { background-color: rgb(245,80,66); }
div.DivClassName
{
background-color: #F55042;
}
.BgClassName
{
background-color: #F55042;
}
</style>
border-color css
<style>
span { border-color: #F55042; }
span { border-color: rgb(245,80,66); }
td.TdClassName
{
border-color: #F55042;
}
.TagClassName
{
border-color: #F55042;
}
</style>