Shades of Sunset Orange #FF5441
Tints of Sunset Orange #FF5441
RGB
CMYK
RGB Variations
Color information
#FF5441 (or 0xFF5441) is known color: Sunset Orange. HEX triplet: FF, 54 and 41. RGB value is (255,84,65). Sum of RGB (Red+Green+Blue) = 255+84+65=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 65 (25.78% from 255 or 16.09% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5441 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5441 is #00ABBE. Grayscale: #858585. Windows color (decimal): -43967 or 4281599. OLE color: 4281599.
HSL color Cylindrical-coordinate representation of color #FF5441: hue angle of 6º 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 #FF5441 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 65 | - |
| CMYK | 0 | 0.67 | 0.75 | 0 |
| HSL | 6º | 1% | 0.63% | - |
| HSV(B) | 6º | 0.75% | 1% | - |
| XYZ | 45.36 | 27.98 | 8.01 | - |
| YUV | 132.96 | 89.65 | 215.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 65 | 0 | 0.67 | 0.75 | 0 | 6 | 1 | 0.63 |
| Hex | FF | 54 | 41 | 0 | 43 | 4B | 0 | 6 | 64 | 3F |
| Octal | 377 | 124 | 101 | 0 | 103 | 113 | 0 | 6 | 144 | 77 |
| Binary | 11111111 | 1010100 | 1000001 | 0 | 1000011 | 1001011 | 0 | 110 | 1100100 | 111111 |
Color Harmonies of #FF5441
Complementary color
Monochromatic Colors of #FF5441
Black with #FF5441
Text Example
Text Example
White with #FF5441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5441; }
p { color: rgb(255,84,65); }
H1.HeaderClassName
{
color: #FF5441;
}
.AnyTagClassName
{
color: #FF5441;
}
</style>
background-color css
<style>
a { background-color: #FF5441; }
a { background-color: rgb(255,84,65); }
div.DivClassName
{
background-color: #FF5441;
}
.BgClassName
{
background-color: #FF5441;
}
</style>
border-color css
<style>
span { border-color: #FF5441; }
span { border-color: rgb(255,84,65); }
td.TdClassName
{
border-color: #FF5441;
}
.TagClassName
{
border-color: #FF5441;
}
</style>