Shades of Sunset Orange #F55542
Tints of Sunset Orange #F55542
RGB
CMYK
RGB Variations
Color information
#F55542 (or 0xF55542) is known color: Sunset Orange. HEX triplet: F5, 55 and 42. RGB value is (245,85,66). Sum of RGB (Red+Green+Blue) = 245+85+66=396 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.87% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 245 - color contains mainly: red. Hex color #F55542 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55542 is #0AAABD. Grayscale: #828282. Windows color (decimal): -699070 or 4347381. OLE color: 4347381.
HSL color Cylindrical-coordinate representation of color #F55542: hue angle of 6.37º 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 #F55542 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 85 | 66 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.04 |
| HSL | 6.37º | 0.9% | 0.61% | - |
| HSV(B) | 6.37º | 0.73% | 0.96% | - |
| XYZ | 41.89 | 26.3 | 8.02 | - |
| YUV | 130.67 | 91.51 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 85 | 66 | 0 | 0.65 | 0.73 | 0.04 | 6.37 | 0.9 | 0.61 |
| Hex | F5 | 55 | 42 | 0 | 41 | 49 | 4 | 6 | 5A | 3D |
| Octal | 365 | 125 | 102 | 0 | 101 | 111 | 4 | 6 | 132 | 75 |
| Binary | 11110101 | 1010101 | 1000010 | 0 | 1000001 | 1001001 | 100 | 110 | 1011010 | 111101 |
Color Harmonies of #F55542
Complementary color
Monochromatic Colors of #F55542
Black with #F55542
Text Example
Text Example
White with #F55542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55542; }
p { color: rgb(245,85,66); }
H1.HeaderClassName
{
color: #F55542;
}
.AnyTagClassName
{
color: #F55542;
}
</style>
background-color css
<style>
a { background-color: #F55542; }
a { background-color: rgb(245,85,66); }
div.DivClassName
{
background-color: #F55542;
}
.BgClassName
{
background-color: #F55542;
}
</style>
border-color css
<style>
span { border-color: #F55542; }
span { border-color: rgb(245,85,66); }
td.TdClassName
{
border-color: #F55542;
}
.TagClassName
{
border-color: #F55542;
}
</style>