Shades of Sunset Orange #FF5037
Tints of Sunset Orange #FF5037
RGB
CMYK
RGB Variations
Color information
#FF5037 (or 0xFF5037) is known color: Sunset Orange. HEX triplet: FF, 50 and 37. RGB value is (255,80,55). Sum of RGB (Red+Green+Blue) = 255+80+55=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 55 (21.88% from 255 or 14.10% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5037 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5037 is #00AFC8. Grayscale: #818181. Windows color (decimal): -45001 or 3625215. OLE color: 3625215.
HSL color Cylindrical-coordinate representation of color #FF5037: hue angle of 7.5º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF5037 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 55 | - |
| CMYK | 0 | 0.69 | 0.78 | 0 |
| HSL | 7.5º | 1% | 0.61% | - |
| HSV(B) | 7.5º | 0.78% | 1% | - |
| XYZ | 44.8 | 27.27 | 6.52 | - |
| YUV | 129.48 | 85.98 | 217.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 55 | 0 | 0.69 | 0.78 | 0 | 7.5 | 1 | 0.61 |
| Hex | FF | 50 | 37 | 0 | 45 | 4E | 0 | 8 | 64 | 3D |
| Octal | 377 | 120 | 67 | 0 | 105 | 116 | 0 | 10 | 144 | 75 |
| Binary | 11111111 | 1010000 | 110111 | 0 | 1000101 | 1001110 | 0 | 1000 | 1100100 | 111101 |
Color Harmonies of #FF5037
Complementary color
Monochromatic Colors of #FF5037
Black with #FF5037
Text Example
Text Example
White with #FF5037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5037; }
p { color: rgb(255,80,55); }
H1.HeaderClassName
{
color: #FF5037;
}
.AnyTagClassName
{
color: #FF5037;
}
</style>
background-color css
<style>
a { background-color: #FF5037; }
a { background-color: rgb(255,80,55); }
div.DivClassName
{
background-color: #FF5037;
}
.BgClassName
{
background-color: #FF5037;
}
</style>
border-color css
<style>
span { border-color: #FF5037; }
span { border-color: rgb(255,80,55); }
td.TdClassName
{
border-color: #FF5037;
}
.TagClassName
{
border-color: #FF5037;
}
</style>