Shades of Sunset Orange #FF504D
Tints of Sunset Orange #FF504D
RGB
CMYK
RGB Variations
Color information
#FF504D (or 0xFF504D) is known color: Sunset Orange. HEX triplet: FF, 50 and 4D. RGB value is (255,80,77). Sum of RGB (Red+Green+Blue) = 255+80+77=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 80 (31.64% from 255 or 19.42% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF504D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF504D is #00AFB2. Grayscale: #848484. Windows color (decimal): -44979 or 5067007. OLE color: 5067007.
HSL color Cylindrical-coordinate representation of color #FF504D: hue angle of 1.01º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FF504D is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 77 | - |
| CMYK | 0 | 0.69 | 0.70 | 0 |
| HSL | 1.01º | 1% | 0.65% | - |
| HSV(B) | 1.01º | 0.7% | 1% | - |
| XYZ | 45.45 | 27.53 | 9.94 | - |
| YUV | 131.98 | 96.98 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 77 | 0 | 0.69 | 0.70 | 0 | 1.01 | 1 | 0.65 |
| Hex | FF | 50 | 4D | 0 | 45 | 46 | 0 | 1 | 64 | 41 |
| Octal | 377 | 120 | 115 | 0 | 105 | 106 | 0 | 1 | 144 | 101 |
| Binary | 11111111 | 1010000 | 1001101 | 0 | 1000101 | 1000110 | 0 | 1 | 1100100 | 1000001 |
Color Harmonies of #FF504D
Complementary color
Monochromatic Colors of #FF504D
Black with #FF504D
Text Example
Text Example
White with #FF504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF504D; }
p { color: rgb(255,80,77); }
H1.HeaderClassName
{
color: #FF504D;
}
.AnyTagClassName
{
color: #FF504D;
}
</style>
background-color css
<style>
a { background-color: #FF504D; }
a { background-color: rgb(255,80,77); }
div.DivClassName
{
background-color: #FF504D;
}
.BgClassName
{
background-color: #FF504D;
}
</style>
border-color css
<style>
span { border-color: #FF504D; }
span { border-color: rgb(255,80,77); }
td.TdClassName
{
border-color: #FF504D;
}
.TagClassName
{
border-color: #FF504D;
}
</style>