Shades of Sunset Orange #FF503F
Tints of Sunset Orange #FF503F
RGB
CMYK
RGB Variations
Color information
#FF503F (or 0xFF503F) is known color: Sunset Orange. HEX triplet: FF, 50 and 3F. RGB value is (255,80,63). Sum of RGB (Red+Green+Blue) = 255+80+63=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 63 (25% from 255 or 15.83% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF503F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF503F is #00AFC0. Grayscale: #828282. Windows color (decimal): -44993 or 4149503. OLE color: 4149503.
HSL color Cylindrical-coordinate representation of color #FF503F: hue angle of 5.31º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF503F is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 63 | - |
| CMYK | 0 | 0.69 | 0.75 | 0 |
| HSL | 5.31º | 1% | 0.62% | - |
| HSV(B) | 5.31º | 0.75% | 1% | - |
| XYZ | 45.01 | 27.36 | 7.61 | - |
| YUV | 130.39 | 89.98 | 216.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 63 | 0 | 0.69 | 0.75 | 0 | 5.31 | 1 | 0.62 |
| Hex | FF | 50 | 3F | 0 | 45 | 4B | 0 | 5 | 64 | 3E |
| Octal | 377 | 120 | 77 | 0 | 105 | 113 | 0 | 5 | 144 | 76 |
| Binary | 11111111 | 1010000 | 111111 | 0 | 1000101 | 1001011 | 0 | 101 | 1100100 | 111110 |
Color Harmonies of #FF503F
Complementary color
Monochromatic Colors of #FF503F
Black with #FF503F
Text Example
Text Example
White with #FF503F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF503F; }
p { color: rgb(255,80,63); }
H1.HeaderClassName
{
color: #FF503F;
}
.AnyTagClassName
{
color: #FF503F;
}
</style>
background-color css
<style>
a { background-color: #FF503F; }
a { background-color: rgb(255,80,63); }
div.DivClassName
{
background-color: #FF503F;
}
.BgClassName
{
background-color: #FF503F;
}
</style>
border-color css
<style>
span { border-color: #FF503F; }
span { border-color: rgb(255,80,63); }
td.TdClassName
{
border-color: #FF503F;
}
.TagClassName
{
border-color: #FF503F;
}
</style>