Shades of Sunset Orange #F15543
Tints of Sunset Orange #F15543
RGB
CMYK
RGB Variations
Color information
#F15543 (or 0xF15543) is known color: Sunset Orange. HEX triplet: F1, 55 and 43. RGB value is (241,85,67). Sum of RGB (Red+Green+Blue) = 241+85+67=393 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.32% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 67 (26.56% from 255 or 17.05% from 393); Max value from RGB is 241 - color contains mainly: red. Hex color #F15543 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F15543 is #0EAABC. Grayscale: #818181. Windows color (decimal): -961213 or 4412913. OLE color: 4412913.
HSL color Cylindrical-coordinate representation of color #F15543: hue angle of 6.21º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F15543 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 67 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.05 |
| HSL | 6.21º | 0.86% | 0.6% | - |
| HSV(B) | 6.21º | 0.72% | 0.95% | - |
| XYZ | 40.54 | 25.6 | 8.12 | - |
| YUV | 129.59 | 92.68 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 67 | 0 | 0.65 | 0.72 | 0.05 | 6.21 | 0.86 | 0.6 |
| Hex | F1 | 55 | 43 | 0 | 41 | 48 | 5 | 6 | 56 | 3C |
| Octal | 361 | 125 | 103 | 0 | 101 | 110 | 5 | 6 | 126 | 74 |
| Binary | 11110001 | 1010101 | 1000011 | 0 | 1000001 | 1001000 | 101 | 110 | 1010110 | 111100 |
Color Harmonies of #F15543
Complementary color
Monochromatic Colors of #F15543
Black with #F15543
Text Example
Text Example
White with #F15543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15543; }
p { color: rgb(241,85,67); }
H1.HeaderClassName
{
color: #F15543;
}
.AnyTagClassName
{
color: #F15543;
}
</style>
background-color css
<style>
a { background-color: #F15543; }
a { background-color: rgb(241,85,67); }
div.DivClassName
{
background-color: #F15543;
}
.BgClassName
{
background-color: #F15543;
}
</style>
border-color css
<style>
span { border-color: #F15543; }
span { border-color: rgb(241,85,67); }
td.TdClassName
{
border-color: #F15543;
}
.TagClassName
{
border-color: #F15543;
}
</style>