Shades of Sunset Orange #FF504F
Tints of Sunset Orange #FF504F
RGB
CMYK
RGB Variations
Color information
#FF504F (or 0xFF504F) is known color: Sunset Orange. HEX triplet: FF, 50 and 4F. RGB value is (255,80,79). Sum of RGB (Red+Green+Blue) = 255+80+79=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 80 (31.64% from 255 or 19.32% from 414); Blue value is 79 (31.25% from 255 or 19.08% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF504F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF504F is #00AFB0. Grayscale: #848484. Windows color (decimal): -44977 or 5198079. OLE color: 5198079.
HSL color Cylindrical-coordinate representation of color #FF504F: hue angle of 0.34º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF504F is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 79 | - |
| CMYK | 0 | 0.69 | 0.69 | 0 |
| HSL | 0.34º | 1% | 0.65% | - |
| HSV(B) | 0.34º | 0.69% | 1% | - |
| XYZ | 45.52 | 27.56 | 10.32 | - |
| YUV | 132.21 | 97.98 | 215.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 79 | 0 | 0.69 | 0.69 | 0 | 0.34 | 1 | 0.65 |
| Hex | FF | 50 | 4F | 0 | 45 | 45 | 0 | 0 | 64 | 41 |
| Octal | 377 | 120 | 117 | 0 | 105 | 105 | 0 | 0 | 144 | 101 |
| Binary | 11111111 | 1010000 | 1001111 | 0 | 1000101 | 1000101 | 0 | 0 | 1100100 | 1000001 |
Color Harmonies of #FF504F
Complementary color
Monochromatic Colors of #FF504F
Black with #FF504F
Text Example
Text Example
White with #FF504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF504F; }
p { color: rgb(255,80,79); }
H1.HeaderClassName
{
color: #FF504F;
}
.AnyTagClassName
{
color: #FF504F;
}
</style>
background-color css
<style>
a { background-color: #FF504F; }
a { background-color: rgb(255,80,79); }
div.DivClassName
{
background-color: #FF504F;
}
.BgClassName
{
background-color: #FF504F;
}
</style>
border-color css
<style>
span { border-color: #FF504F; }
span { border-color: rgb(255,80,79); }
td.TdClassName
{
border-color: #FF504F;
}
.TagClassName
{
border-color: #FF504F;
}
</style>