Shades of Sunset Orange #FF503D
Tints of Sunset Orange #FF503D
RGB
CMYK
RGB Variations
Color information
#FF503D (or 0xFF503D) is known color: Sunset Orange. HEX triplet: FF, 50 and 3D. RGB value is (255,80,61). Sum of RGB (Red+Green+Blue) = 255+80+61=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 61 (24.22% from 255 or 15.40% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF503D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF503D is #00AFC2. Grayscale: #828282. Windows color (decimal): -44995 or 4018431. OLE color: 4018431.
HSL color Cylindrical-coordinate representation of color #FF503D: hue angle of 5.88º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF503D is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 61 | - |
| CMYK | 0 | 0.69 | 0.76 | 0 |
| HSL | 5.88º | 1% | 0.62% | - |
| HSV(B) | 5.88º | 0.76% | 1% | - |
| XYZ | 44.95 | 27.33 | 7.32 | - |
| YUV | 130.16 | 88.98 | 217.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 61 | 0 | 0.69 | 0.76 | 0 | 5.88 | 1 | 0.62 |
| Hex | FF | 50 | 3D | 0 | 45 | 4C | 0 | 6 | 64 | 3E |
| Octal | 377 | 120 | 75 | 0 | 105 | 114 | 0 | 6 | 144 | 76 |
| Binary | 11111111 | 1010000 | 111101 | 0 | 1000101 | 1001100 | 0 | 110 | 1100100 | 111110 |
Color Harmonies of #FF503D
Complementary color
Monochromatic Colors of #FF503D
Black with #FF503D
Text Example
Text Example
White with #FF503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF503D; }
p { color: rgb(255,80,61); }
H1.HeaderClassName
{
color: #FF503D;
}
.AnyTagClassName
{
color: #FF503D;
}
</style>
background-color css
<style>
a { background-color: #FF503D; }
a { background-color: rgb(255,80,61); }
div.DivClassName
{
background-color: #FF503D;
}
.BgClassName
{
background-color: #FF503D;
}
</style>
border-color css
<style>
span { border-color: #FF503D; }
span { border-color: rgb(255,80,61); }
td.TdClassName
{
border-color: #FF503D;
}
.TagClassName
{
border-color: #FF503D;
}
</style>