Shades of Sunset Orange #FF5041
Tints of Sunset Orange #FF5041
RGB
CMYK
RGB Variations
Color information
#FF5041 (or 0xFF5041) is known color: Sunset Orange. HEX triplet: FF, 50 and 41. RGB value is (255,80,65). Sum of RGB (Red+Green+Blue) = 255+80+65=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5041 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5041 is #00AFBE. Grayscale: #828282. Windows color (decimal): -44991 or 4280575. OLE color: 4280575.
HSL color Cylindrical-coordinate representation of color #FF5041: hue angle of 4.74º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF5041 is Cyan = 0, Magento = 0.69, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 65 | - |
| CMYK | 0 | 0.69 | 0.75 | 0 |
| HSL | 4.74º | 1% | 0.63% | - |
| HSV(B) | 4.74º | 0.75% | 1% | - |
| XYZ | 45.06 | 27.38 | 7.91 | - |
| YUV | 130.62 | 90.98 | 216.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 65 | 0 | 0.69 | 0.75 | 0 | 4.74 | 1 | 0.63 |
| Hex | FF | 50 | 41 | 0 | 45 | 4B | 0 | 5 | 64 | 3F |
| Octal | 377 | 120 | 101 | 0 | 105 | 113 | 0 | 5 | 144 | 77 |
| Binary | 11111111 | 1010000 | 1000001 | 0 | 1000101 | 1001011 | 0 | 101 | 1100100 | 111111 |
Color Harmonies of #FF5041
Complementary color
Monochromatic Colors of #FF5041
Black with #FF5041
Text Example
Text Example
White with #FF5041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5041; }
p { color: rgb(255,80,65); }
H1.HeaderClassName
{
color: #FF5041;
}
.AnyTagClassName
{
color: #FF5041;
}
</style>
background-color css
<style>
a { background-color: #FF5041; }
a { background-color: rgb(255,80,65); }
div.DivClassName
{
background-color: #FF5041;
}
.BgClassName
{
background-color: #FF5041;
}
</style>
border-color css
<style>
span { border-color: #FF5041; }
span { border-color: rgb(255,80,65); }
td.TdClassName
{
border-color: #FF5041;
}
.TagClassName
{
border-color: #FF5041;
}
</style>