Shades of Sunset Orange #FF5031
Tints of Sunset Orange #FF5031
RGB
CMYK
RGB Variations
Color information
#FF5031 (or 0xFF5031) is known color: Sunset Orange. HEX triplet: FF, 50 and 31. RGB value is (255,80,49). Sum of RGB (Red+Green+Blue) = 255+80+49=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 49 (19.53% from 255 or 12.76% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5031 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5031 is #00AFCE. Grayscale: #818181. Windows color (decimal): -45007 or 3231999. OLE color: 3231999.
HSL color Cylindrical-coordinate representation of color #FF5031: hue angle of 9.03º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF5031 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 49 | - |
| CMYK | 0 | 0.69 | 0.81 | 0 |
| HSL | 9.03º | 1% | 0.6% | - |
| HSV(B) | 9.03º | 0.81% | 1% | - |
| XYZ | 44.66 | 27.22 | 5.81 | - |
| YUV | 128.79 | 82.98 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 49 | 0 | 0.69 | 0.81 | 0 | 9.03 | 1 | 0.6 |
| Hex | FF | 50 | 31 | 0 | 45 | 51 | 0 | 9 | 64 | 3C |
| Octal | 377 | 120 | 61 | 0 | 105 | 121 | 0 | 11 | 144 | 74 |
| Binary | 11111111 | 1010000 | 110001 | 0 | 1000101 | 1010001 | 0 | 1001 | 1100100 | 111100 |
Color Harmonies of #FF5031
Complementary color
Monochromatic Colors of #FF5031
Black with #FF5031
Text Example
Text Example
White with #FF5031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5031; }
p { color: rgb(255,80,49); }
H1.HeaderClassName
{
color: #FF5031;
}
.AnyTagClassName
{
color: #FF5031;
}
</style>
background-color css
<style>
a { background-color: #FF5031; }
a { background-color: rgb(255,80,49); }
div.DivClassName
{
background-color: #FF5031;
}
.BgClassName
{
background-color: #FF5031;
}
</style>
border-color css
<style>
span { border-color: #FF5031; }
span { border-color: rgb(255,80,49); }
td.TdClassName
{
border-color: #FF5031;
}
.TagClassName
{
border-color: #FF5031;
}
</style>