Shades of Sunset Orange #F55142
Tints of Sunset Orange #F55142
RGB
CMYK
RGB Variations
Color information
#F55142 (or 0xF55142) is known color: Sunset Orange. HEX triplet: F5, 51 and 42. RGB value is (245,81,66). Sum of RGB (Red+Green+Blue) = 245+81+66=392 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.5% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 66 (26.17% from 255 or 16.84% from 392); Max value from RGB is 245 - color contains mainly: red. Hex color #F55142 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55142 is #0AAEBD. Grayscale: #808080. Windows color (decimal): -700094 or 4346357. OLE color: 4346357.
HSL color Cylindrical-coordinate representation of color #F55142: hue angle of 5.03º 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 #F55142 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 81 | 66 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.04 |
| HSL | 5.03º | 0.9% | 0.61% | - |
| HSV(B) | 5.03º | 0.73% | 0.96% | - |
| XYZ | 41.58 | 25.69 | 7.92 | - |
| YUV | 128.33 | 92.83 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 81 | 66 | 0 | 0.67 | 0.73 | 0.04 | 5.03 | 0.9 | 0.61 |
| Hex | F5 | 51 | 42 | 0 | 43 | 49 | 4 | 5 | 5A | 3D |
| Octal | 365 | 121 | 102 | 0 | 103 | 111 | 4 | 5 | 132 | 75 |
| Binary | 11110101 | 1010001 | 1000010 | 0 | 1000011 | 1001001 | 100 | 101 | 1011010 | 111101 |
Color Harmonies of #F55142
Complementary color
Monochromatic Colors of #F55142
Black with #F55142
Text Example
Text Example
White with #F55142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55142; }
p { color: rgb(245,81,66); }
H1.HeaderClassName
{
color: #F55142;
}
.AnyTagClassName
{
color: #F55142;
}
</style>
background-color css
<style>
a { background-color: #F55142; }
a { background-color: rgb(245,81,66); }
div.DivClassName
{
background-color: #F55142;
}
.BgClassName
{
background-color: #F55142;
}
</style>
border-color css
<style>
span { border-color: #F55142; }
span { border-color: rgb(245,81,66); }
td.TdClassName
{
border-color: #F55142;
}
.TagClassName
{
border-color: #F55142;
}
</style>