Shades of Sunset Orange #F55342
Tints of Sunset Orange #F55342
RGB
CMYK
RGB Variations
Color information
#F55342 (or 0xF55342) is known color: Sunset Orange. HEX triplet: F5, 53 and 42. RGB value is (245,83,66). Sum of RGB (Red+Green+Blue) = 245+83+66=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 83 (32.81% from 255 or 21.07% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F55342 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55342 is #0AACBD. Grayscale: #818181. Windows color (decimal): -699582 or 4346869. OLE color: 4346869.
HSL color Cylindrical-coordinate representation of color #F55342: hue angle of 5.7º 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 #F55342 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 83 | 66 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.04 |
| HSL | 5.7º | 0.9% | 0.61% | - |
| HSV(B) | 5.7º | 0.73% | 0.96% | - |
| XYZ | 41.73 | 25.99 | 7.97 | - |
| YUV | 129.5 | 92.17 | 210.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 83 | 66 | 0 | 0.66 | 0.73 | 0.04 | 5.7 | 0.9 | 0.61 |
| Hex | F5 | 53 | 42 | 0 | 42 | 49 | 4 | 6 | 5A | 3D |
| Octal | 365 | 123 | 102 | 0 | 102 | 111 | 4 | 6 | 132 | 75 |
| Binary | 11110101 | 1010011 | 1000010 | 0 | 1000010 | 1001001 | 100 | 110 | 1011010 | 111101 |
Color Harmonies of #F55342
Complementary color
Monochromatic Colors of #F55342
Black with #F55342
Text Example
Text Example
White with #F55342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55342; }
p { color: rgb(245,83,66); }
H1.HeaderClassName
{
color: #F55342;
}
.AnyTagClassName
{
color: #F55342;
}
</style>
background-color css
<style>
a { background-color: #F55342; }
a { background-color: rgb(245,83,66); }
div.DivClassName
{
background-color: #F55342;
}
.BgClassName
{
background-color: #F55342;
}
</style>
border-color css
<style>
span { border-color: #F55342; }
span { border-color: rgb(245,83,66); }
td.TdClassName
{
border-color: #F55342;
}
.TagClassName
{
border-color: #F55342;
}
</style>