Shades of Sunset Orange #F15544
Tints of Sunset Orange #F15544
RGB
CMYK
RGB Variations
Color information
#F15544 (or 0xF15544) is known color: Sunset Orange. HEX triplet: F1, 55 and 44. RGB value is (241,85,68). Sum of RGB (Red+Green+Blue) = 241+85+68=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 68 (26.95% from 255 or 17.26% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F15544 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15544 is #0EAABB. Grayscale: #818181. Windows color (decimal): -961212 or 4478449. OLE color: 4478449.
HSL color Cylindrical-coordinate representation of color #F15544: hue angle of 5.9º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F15544 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 68 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.05 |
| HSL | 5.9º | 0.86% | 0.61% | - |
| HSV(B) | 5.9º | 0.72% | 0.95% | - |
| XYZ | 40.57 | 25.62 | 8.27 | - |
| YUV | 129.71 | 93.18 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 68 | 0 | 0.65 | 0.72 | 0.05 | 5.9 | 0.86 | 0.61 |
| Hex | F1 | 55 | 44 | 0 | 41 | 48 | 5 | 6 | 56 | 3D |
| Octal | 361 | 125 | 104 | 0 | 101 | 110 | 5 | 6 | 126 | 75 |
| Binary | 11110001 | 1010101 | 1000100 | 0 | 1000001 | 1001000 | 101 | 110 | 1010110 | 111101 |
Color Harmonies of #F15544
Complementary color
Monochromatic Colors of #F15544
Black with #F15544
Text Example
Text Example
White with #F15544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15544; }
p { color: rgb(241,85,68); }
H1.HeaderClassName
{
color: #F15544;
}
.AnyTagClassName
{
color: #F15544;
}
</style>
background-color css
<style>
a { background-color: #F15544; }
a { background-color: rgb(241,85,68); }
div.DivClassName
{
background-color: #F15544;
}
.BgClassName
{
background-color: #F15544;
}
</style>
border-color css
<style>
span { border-color: #F15544; }
span { border-color: rgb(241,85,68); }
td.TdClassName
{
border-color: #F15544;
}
.TagClassName
{
border-color: #F15544;
}
</style>