Shades of Sunset Orange #FF5048
Tints of Sunset Orange #FF5048
RGB
CMYK
RGB Variations
Color information
#FF5048 (or 0xFF5048) is known color: Sunset Orange. HEX triplet: FF, 50 and 48. RGB value is (255,80,72). Sum of RGB (Red+Green+Blue) = 255+80+72=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5048 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5048 is #00AFB7. Grayscale: #838383. Windows color (decimal): -44984 or 4739327. OLE color: 4739327.
HSL color Cylindrical-coordinate representation of color #FF5048: hue angle of 2.62º 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 #FF5048 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 72 | - |
| CMYK | 0 | 0.69 | 0.72 | 0 |
| HSL | 2.62º | 1% | 0.64% | - |
| HSV(B) | 2.62º | 0.72% | 1% | - |
| XYZ | 45.28 | 27.47 | 9.05 | - |
| YUV | 131.41 | 94.48 | 216.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 72 | 0 | 0.69 | 0.72 | 0 | 2.62 | 1 | 0.64 |
| Hex | FF | 50 | 48 | 0 | 45 | 48 | 0 | 3 | 64 | 40 |
| Octal | 377 | 120 | 110 | 0 | 105 | 110 | 0 | 3 | 144 | 100 |
| Binary | 11111111 | 1010000 | 1001000 | 0 | 1000101 | 1001000 | 0 | 11 | 1100100 | 1000000 |
Color Harmonies of #FF5048
Complementary color
Monochromatic Colors of #FF5048
Black with #FF5048
Text Example
Text Example
White with #FF5048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5048; }
p { color: rgb(255,80,72); }
H1.HeaderClassName
{
color: #FF5048;
}
.AnyTagClassName
{
color: #FF5048;
}
</style>
background-color css
<style>
a { background-color: #FF5048; }
a { background-color: rgb(255,80,72); }
div.DivClassName
{
background-color: #FF5048;
}
.BgClassName
{
background-color: #FF5048;
}
</style>
border-color css
<style>
span { border-color: #FF5048; }
span { border-color: rgb(255,80,72); }
td.TdClassName
{
border-color: #FF5048;
}
.TagClassName
{
border-color: #FF5048;
}
</style>