Shades of Sunset Orange #FF5047
Tints of Sunset Orange #FF5047
RGB
CMYK
RGB Variations
Color information
#FF5047 (or 0xFF5047) is known color: Sunset Orange. HEX triplet: FF, 50 and 47. RGB value is (255,80,71). Sum of RGB (Red+Green+Blue) = 255+80+71=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 71 (28.12% from 255 or 17.49% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5047 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5047 is #00AFB8. Grayscale: #838383. Windows color (decimal): -44985 or 4673791. OLE color: 4673791.
HSL color Cylindrical-coordinate representation of color #FF5047: hue angle of 2.93º 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 #FF5047 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 71 | - |
| CMYK | 0 | 0.69 | 0.72 | 0 |
| HSL | 2.93º | 1% | 0.64% | - |
| HSV(B) | 2.93º | 0.72% | 1% | - |
| XYZ | 45.25 | 27.45 | 8.88 | - |
| YUV | 131.3 | 93.98 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 71 | 0 | 0.69 | 0.72 | 0 | 2.93 | 1 | 0.64 |
| Hex | FF | 50 | 47 | 0 | 45 | 48 | 0 | 3 | 64 | 40 |
| Octal | 377 | 120 | 107 | 0 | 105 | 110 | 0 | 3 | 144 | 100 |
| Binary | 11111111 | 1010000 | 1000111 | 0 | 1000101 | 1001000 | 0 | 11 | 1100100 | 1000000 |
Color Harmonies of #FF5047
Complementary color
Monochromatic Colors of #FF5047
Black with #FF5047
Text Example
Text Example
White with #FF5047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5047; }
p { color: rgb(255,80,71); }
H1.HeaderClassName
{
color: #FF5047;
}
.AnyTagClassName
{
color: #FF5047;
}
</style>
background-color css
<style>
a { background-color: #FF5047; }
a { background-color: rgb(255,80,71); }
div.DivClassName
{
background-color: #FF5047;
}
.BgClassName
{
background-color: #FF5047;
}
</style>
border-color css
<style>
span { border-color: #FF5047; }
span { border-color: rgb(255,80,71); }
td.TdClassName
{
border-color: #FF5047;
}
.TagClassName
{
border-color: #FF5047;
}
</style>