Shades of Sunset Orange #F55442
Tints of Sunset Orange #F55442
RGB
CMYK
RGB Variations
Color information
#F55442 (or 0xF55442) is known color: Sunset Orange. HEX triplet: F5, 54 and 42. RGB value is (245,84,66). Sum of RGB (Red+Green+Blue) = 245+84+66=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F55442 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F55442 is #0AABBD. Grayscale: #828282. Windows color (decimal): -699326 or 4347125. OLE color: 4347125.
HSL color Cylindrical-coordinate representation of color #F55442: hue angle of 6.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 #F55442 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 84 | 66 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.04 |
| HSL | 6.03º | 0.9% | 0.61% | - |
| HSV(B) | 6.03º | 0.73% | 0.96% | - |
| XYZ | 41.81 | 26.15 | 8 | - |
| YUV | 130.09 | 91.84 | 209.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 84 | 66 | 0 | 0.66 | 0.73 | 0.04 | 6.03 | 0.9 | 0.61 |
| Hex | F5 | 54 | 42 | 0 | 42 | 49 | 4 | 6 | 5A | 3D |
| Octal | 365 | 124 | 102 | 0 | 102 | 111 | 4 | 6 | 132 | 75 |
| Binary | 11110101 | 1010100 | 1000010 | 0 | 1000010 | 1001001 | 100 | 110 | 1011010 | 111101 |
Color Harmonies of #F55442
Complementary color
Monochromatic Colors of #F55442
Black with #F55442
Text Example
Text Example
White with #F55442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55442; }
p { color: rgb(245,84,66); }
H1.HeaderClassName
{
color: #F55442;
}
.AnyTagClassName
{
color: #F55442;
}
</style>
background-color css
<style>
a { background-color: #F55442; }
a { background-color: rgb(245,84,66); }
div.DivClassName
{
background-color: #F55442;
}
.BgClassName
{
background-color: #F55442;
}
</style>
border-color css
<style>
span { border-color: #F55442; }
span { border-color: rgb(245,84,66); }
td.TdClassName
{
border-color: #F55442;
}
.TagClassName
{
border-color: #F55442;
}
</style>