Shades of Sunset Orange #F55242
Tints of Sunset Orange #F55242
RGB
CMYK
RGB Variations
Color information
#F55242 (or 0xF55242) is known color: Sunset Orange. HEX triplet: F5, 52 and 42. RGB value is (245,82,66). Sum of RGB (Red+Green+Blue) = 245+82+66=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 82 (32.42% from 255 or 20.87% from 393); Blue value is 66 (26.17% from 255 or 16.79% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F55242 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55242 is #0AADBD. Grayscale: #818181. Windows color (decimal): -699838 or 4346613. OLE color: 4346613.
HSL color Cylindrical-coordinate representation of color #F55242: hue angle of 5.36º 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 #F55242 is Cyan = 0, Magento = 0.67, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 82 | 66 | - |
| CMYK | 0 | 0.67 | 0.73 | 0.04 |
| HSL | 5.36º | 0.9% | 0.61% | - |
| HSV(B) | 5.36º | 0.73% | 0.96% | - |
| XYZ | 41.66 | 25.84 | 7.95 | - |
| YUV | 128.91 | 92.5 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 82 | 66 | 0 | 0.67 | 0.73 | 0.04 | 5.36 | 0.9 | 0.61 |
| Hex | F5 | 52 | 42 | 0 | 43 | 49 | 4 | 5 | 5A | 3D |
| Octal | 365 | 122 | 102 | 0 | 103 | 111 | 4 | 5 | 132 | 75 |
| Binary | 11110101 | 1010010 | 1000010 | 0 | 1000011 | 1001001 | 100 | 101 | 1011010 | 111101 |
Color Harmonies of #F55242
Complementary color
Monochromatic Colors of #F55242
Black with #F55242
Text Example
Text Example
White with #F55242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55242; }
p { color: rgb(245,82,66); }
H1.HeaderClassName
{
color: #F55242;
}
.AnyTagClassName
{
color: #F55242;
}
</style>
background-color css
<style>
a { background-color: #F55242; }
a { background-color: rgb(245,82,66); }
div.DivClassName
{
background-color: #F55242;
}
.BgClassName
{
background-color: #F55242;
}
</style>
border-color css
<style>
span { border-color: #F55242; }
span { border-color: rgb(245,82,66); }
td.TdClassName
{
border-color: #F55242;
}
.TagClassName
{
border-color: #F55242;
}
</style>