Shades of Sunset Orange #FF503B
Tints of Sunset Orange #FF503B
RGB
CMYK
RGB Variations
Color information
#FF503B (or 0xFF503B) is known color: Sunset Orange. HEX triplet: FF, 50 and 3B. RGB value is (255,80,59). Sum of RGB (Red+Green+Blue) = 255+80+59=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 59 (23.44% from 255 or 14.97% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF503B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF503B is #00AFC4. Grayscale: #828282. Windows color (decimal): -44997 or 3887359. OLE color: 3887359.
HSL color Cylindrical-coordinate representation of color #FF503B: hue angle of 6.43º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF503B is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 59 | - |
| CMYK | 0 | 0.69 | 0.77 | 0 |
| HSL | 6.43º | 1% | 0.62% | - |
| HSV(B) | 6.43º | 0.77% | 1% | - |
| XYZ | 44.9 | 27.31 | 7.04 | - |
| YUV | 129.93 | 87.98 | 217.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 59 | 0 | 0.69 | 0.77 | 0 | 6.43 | 1 | 0.62 |
| Hex | FF | 50 | 3B | 0 | 45 | 4D | 0 | 6 | 64 | 3E |
| Octal | 377 | 120 | 73 | 0 | 105 | 115 | 0 | 6 | 144 | 76 |
| Binary | 11111111 | 1010000 | 111011 | 0 | 1000101 | 1001101 | 0 | 110 | 1100100 | 111110 |
Color Harmonies of #FF503B
Complementary color
Monochromatic Colors of #FF503B
Black with #FF503B
Text Example
Text Example
White with #FF503B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF503B; }
p { color: rgb(255,80,59); }
H1.HeaderClassName
{
color: #FF503B;
}
.AnyTagClassName
{
color: #FF503B;
}
</style>
background-color css
<style>
a { background-color: #FF503B; }
a { background-color: rgb(255,80,59); }
div.DivClassName
{
background-color: #FF503B;
}
.BgClassName
{
background-color: #FF503B;
}
</style>
border-color css
<style>
span { border-color: #FF503B; }
span { border-color: rgb(255,80,59); }
td.TdClassName
{
border-color: #FF503B;
}
.TagClassName
{
border-color: #FF503B;
}
</style>