Shades of Sunset Orange #FF5147
Tints of Sunset Orange #FF5147
RGB
CMYK
RGB Variations
Color information
#FF5147 (or 0xFF5147) is known color: Sunset Orange. HEX triplet: FF, 51 and 47. RGB value is (255,81,71). Sum of RGB (Red+Green+Blue) = 255+81+71=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 81 (32.03% from 255 or 19.90% from 407); Blue value is 71 (28.12% from 255 or 17.44% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5147 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5147 is #00AEB8. Grayscale: #848484. Windows color (decimal): -44729 or 4674047. OLE color: 4674047.
HSL color Cylindrical-coordinate representation of color #FF5147: hue angle of 3.26º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF5147 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 81 | 71 | - |
| CMYK | 0 | 0.68 | 0.72 | 0 |
| HSL | 3.26º | 1% | 0.64% | - |
| HSV(B) | 3.26º | 0.72% | 1% | - |
| XYZ | 45.32 | 27.6 | 8.9 | - |
| YUV | 131.89 | 93.65 | 215.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 81 | 71 | 0 | 0.68 | 0.72 | 0 | 3.26 | 1 | 0.64 |
| Hex | FF | 51 | 47 | 0 | 44 | 48 | 0 | 3 | 64 | 40 |
| Octal | 377 | 121 | 107 | 0 | 104 | 110 | 0 | 3 | 144 | 100 |
| Binary | 11111111 | 1010001 | 1000111 | 0 | 1000100 | 1001000 | 0 | 11 | 1100100 | 1000000 |
Color Harmonies of #FF5147
Complementary color
Monochromatic Colors of #FF5147
Black with #FF5147
Text Example
Text Example
White with #FF5147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5147; }
p { color: rgb(255,81,71); }
H1.HeaderClassName
{
color: #FF5147;
}
.AnyTagClassName
{
color: #FF5147;
}
</style>
background-color css
<style>
a { background-color: #FF5147; }
a { background-color: rgb(255,81,71); }
div.DivClassName
{
background-color: #FF5147;
}
.BgClassName
{
background-color: #FF5147;
}
</style>
border-color css
<style>
span { border-color: #FF5147; }
span { border-color: rgb(255,81,71); }
td.TdClassName
{
border-color: #FF5147;
}
.TagClassName
{
border-color: #FF5147;
}
</style>