Shades of Sunset Orange #FF5648
Tints of Sunset Orange #FF5648
RGB
CMYK
RGB Variations
Color information
#FF5648 (or 0xFF5648) is known color: Sunset Orange. HEX triplet: FF, 56 and 48. RGB value is (255,86,72). Sum of RGB (Red+Green+Blue) = 255+86+72=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 72 (28.52% from 255 or 17.43% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5648 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5648 is #00A9B7. Grayscale: #878787. Windows color (decimal): -43448 or 4740863. OLE color: 4740863.
HSL color Cylindrical-coordinate representation of color #FF5648: hue angle of 4.59º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF5648 is Cyan = 0, Magento = 0.66, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 86 | 72 | - |
| CMYK | 0 | 0.66 | 0.72 | 0 |
| HSL | 4.59º | 1% | 0.64% | - |
| HSV(B) | 4.59º | 0.72% | 1% | - |
| XYZ | 45.74 | 28.38 | 9.2 | - |
| YUV | 134.94 | 92.49 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 86 | 72 | 0 | 0.66 | 0.72 | 0 | 4.59 | 1 | 0.64 |
| Hex | FF | 56 | 48 | 0 | 42 | 48 | 0 | 5 | 64 | 40 |
| Octal | 377 | 126 | 110 | 0 | 102 | 110 | 0 | 5 | 144 | 100 |
| Binary | 11111111 | 1010110 | 1001000 | 0 | 1000010 | 1001000 | 0 | 101 | 1100100 | 1000000 |
Color Harmonies of #FF5648
Complementary color
Monochromatic Colors of #FF5648
Black with #FF5648
Text Example
Text Example
White with #FF5648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5648; }
p { color: rgb(255,86,72); }
H1.HeaderClassName
{
color: #FF5648;
}
.AnyTagClassName
{
color: #FF5648;
}
</style>
background-color css
<style>
a { background-color: #FF5648; }
a { background-color: rgb(255,86,72); }
div.DivClassName
{
background-color: #FF5648;
}
.BgClassName
{
background-color: #FF5648;
}
</style>
border-color css
<style>
span { border-color: #FF5648; }
span { border-color: rgb(255,86,72); }
td.TdClassName
{
border-color: #FF5648;
}
.TagClassName
{
border-color: #FF5648;
}
</style>