Shades of Sunset Orange #FF503A
Tints of Sunset Orange #FF503A
RGB
CMYK
RGB Variations
Color information
#FF503A (or 0xFF503A) is known color: Sunset Orange. HEX triplet: FF, 50 and 3A. RGB value is (255,80,58). Sum of RGB (Red+Green+Blue) = 255+80+58=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 58 (23.05% from 255 or 14.76% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF503A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF503A is #00AFC5. Grayscale: #828282. Windows color (decimal): -44998 or 3821823. OLE color: 3821823.
HSL color Cylindrical-coordinate representation of color #FF503A: hue angle of 6.7º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF503A is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 58 | - |
| CMYK | 0 | 0.69 | 0.77 | 0 |
| HSL | 6.7º | 1% | 0.61% | - |
| HSV(B) | 6.7º | 0.77% | 1% | - |
| XYZ | 44.87 | 27.3 | 6.91 | - |
| YUV | 129.82 | 87.48 | 217.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 58 | 0 | 0.69 | 0.77 | 0 | 6.7 | 1 | 0.61 |
| Hex | FF | 50 | 3A | 0 | 45 | 4D | 0 | 7 | 64 | 3D |
| Octal | 377 | 120 | 72 | 0 | 105 | 115 | 0 | 7 | 144 | 75 |
| Binary | 11111111 | 1010000 | 111010 | 0 | 1000101 | 1001101 | 0 | 111 | 1100100 | 111101 |
Color Harmonies of #FF503A
Complementary color
Monochromatic Colors of #FF503A
Black with #FF503A
Text Example
Text Example
White with #FF503A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF503A; }
p { color: rgb(255,80,58); }
H1.HeaderClassName
{
color: #FF503A;
}
.AnyTagClassName
{
color: #FF503A;
}
</style>
background-color css
<style>
a { background-color: #FF503A; }
a { background-color: rgb(255,80,58); }
div.DivClassName
{
background-color: #FF503A;
}
.BgClassName
{
background-color: #FF503A;
}
</style>
border-color css
<style>
span { border-color: #FF503A; }
span { border-color: rgb(255,80,58); }
td.TdClassName
{
border-color: #FF503A;
}
.TagClassName
{
border-color: #FF503A;
}
</style>