Shades of Sunset Orange #FF5646
Tints of Sunset Orange #FF5646
RGB
CMYK
RGB Variations
Color information
#FF5646 (or 0xFF5646) is known color: Sunset Orange. HEX triplet: FF, 56 and 46. RGB value is (255,86,70). Sum of RGB (Red+Green+Blue) = 255+86+70=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 70 (27.73% from 255 or 17.03% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5646 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5646 is #00A9B9. Grayscale: #868686. Windows color (decimal): -43450 or 4609791. OLE color: 4609791.
HSL color Cylindrical-coordinate representation of color #FF5646: hue angle of 5.19º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF5646 is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 70 | - |
| CMYK | 0 | 0.66 | 0.73 | 0 |
| HSL | 5.19º | 1% | 0.64% | - |
| HSV(B) | 5.19º | 0.73% | 1% | - |
| XYZ | 45.67 | 28.36 | 8.86 | - |
| YUV | 134.71 | 91.49 | 213.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 70 | 0 | 0.66 | 0.73 | 0 | 5.19 | 1 | 0.64 |
| Hex | FF | 56 | 46 | 0 | 42 | 49 | 0 | 5 | 64 | 40 |
| Octal | 377 | 126 | 106 | 0 | 102 | 111 | 0 | 5 | 144 | 100 |
| Binary | 11111111 | 1010110 | 1000110 | 0 | 1000010 | 1001001 | 0 | 101 | 1100100 | 1000000 |
Color Harmonies of #FF5646
Complementary color
Monochromatic Colors of #FF5646
Black with #FF5646
Text Example
Text Example
White with #FF5646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5646; }
p { color: rgb(255,86,70); }
H1.HeaderClassName
{
color: #FF5646;
}
.AnyTagClassName
{
color: #FF5646;
}
</style>
background-color css
<style>
a { background-color: #FF5646; }
a { background-color: rgb(255,86,70); }
div.DivClassName
{
background-color: #FF5646;
}
.BgClassName
{
background-color: #FF5646;
}
</style>
border-color css
<style>
span { border-color: #FF5646; }
span { border-color: rgb(255,86,70); }
td.TdClassName
{
border-color: #FF5646;
}
.TagClassName
{
border-color: #FF5646;
}
</style>