Shades of Sunset Orange #FF5540
Tints of Sunset Orange #FF5540
RGB
CMYK
RGB Variations
Color information
#FF5540 (or 0xFF5540) is known color: Sunset Orange. HEX triplet: FF, 55 and 40. RGB value is (255,85,64). Sum of RGB (Red+Green+Blue) = 255+85+64=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5540 is #00AABF. Grayscale: #858585. Windows color (decimal): -43712 or 4216319. OLE color: 4216319.
HSL color Cylindrical-coordinate representation of color #FF5540: hue angle of 6.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 #FF5540 is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 85 | 64 | - |
| CMYK | 0 | 0.67 | 0.75 | 0 |
| HSL | 6.6º | 1% | 0.63% | - |
| HSV(B) | 6.6º | 0.75% | 1% | - |
| XYZ | 45.41 | 28.13 | 7.89 | - |
| YUV | 133.44 | 88.82 | 214.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 85 | 64 | 0 | 0.67 | 0.75 | 0 | 6.6 | 1 | 0.63 |
| Hex | FF | 55 | 40 | 0 | 43 | 4B | 0 | 7 | 64 | 3F |
| Octal | 377 | 125 | 100 | 0 | 103 | 113 | 0 | 7 | 144 | 77 |
| Binary | 11111111 | 1010101 | 1000000 | 0 | 1000011 | 1001011 | 0 | 111 | 1100100 | 111111 |
Color Harmonies of #FF5540
Complementary color
Monochromatic Colors of #FF5540
Black with #FF5540
Text Example
Text Example
White with #FF5540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5540; }
p { color: rgb(255,85,64); }
H1.HeaderClassName
{
color: #FF5540;
}
.AnyTagClassName
{
color: #FF5540;
}
</style>
background-color css
<style>
a { background-color: #FF5540; }
a { background-color: rgb(255,85,64); }
div.DivClassName
{
background-color: #FF5540;
}
.BgClassName
{
background-color: #FF5540;
}
</style>
border-color css
<style>
span { border-color: #FF5540; }
span { border-color: rgb(255,85,64); }
td.TdClassName
{
border-color: #FF5540;
}
.TagClassName
{
border-color: #FF5540;
}
</style>