Shades of Sunset Orange #F15542
Tints of Sunset Orange #F15542
RGB
CMYK
RGB Variations
Color information
#F15542 (or 0xF15542) is known color: Sunset Orange. HEX triplet: F1, 55 and 42. RGB value is (241,85,66). Sum of RGB (Red+Green+Blue) = 241+85+66=392 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.48% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 66 (26.17% from 255 or 16.84% from 392); Max value from RGB is 241 - color contains mainly: red. Hex color #F15542 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15542 is #0EAABD. Grayscale: #818181. Windows color (decimal): -961214 or 4347377. OLE color: 4347377.
HSL color Cylindrical-coordinate representation of color #F15542: hue angle of 6.51º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F15542 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 66 | - |
| CMYK | 0 | 0.65 | 0.73 | 0.05 |
| HSL | 6.51º | 0.86% | 0.6% | - |
| HSV(B) | 6.51º | 0.73% | 0.95% | - |
| XYZ | 40.51 | 25.59 | 7.96 | - |
| YUV | 129.48 | 92.18 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 66 | 0 | 0.65 | 0.73 | 0.05 | 6.51 | 0.86 | 0.6 |
| Hex | F1 | 55 | 42 | 0 | 41 | 49 | 5 | 7 | 56 | 3C |
| Octal | 361 | 125 | 102 | 0 | 101 | 111 | 5 | 7 | 126 | 74 |
| Binary | 11110001 | 1010101 | 1000010 | 0 | 1000001 | 1001001 | 101 | 111 | 1010110 | 111100 |
Color Harmonies of #F15542
Complementary color
Monochromatic Colors of #F15542
Black with #F15542
Text Example
Text Example
White with #F15542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15542; }
p { color: rgb(241,85,66); }
H1.HeaderClassName
{
color: #F15542;
}
.AnyTagClassName
{
color: #F15542;
}
</style>
background-color css
<style>
a { background-color: #F15542; }
a { background-color: rgb(241,85,66); }
div.DivClassName
{
background-color: #F15542;
}
.BgClassName
{
background-color: #F15542;
}
</style>
border-color css
<style>
span { border-color: #F15542; }
span { border-color: rgb(241,85,66); }
td.TdClassName
{
border-color: #F15542;
}
.TagClassName
{
border-color: #F15542;
}
</style>