Shades of Sunset Orange #FF5448
Tints of Sunset Orange #FF5448
RGB
CMYK
RGB Variations
Color information
#FF5448 (or 0xFF5448) is known color: Sunset Orange. HEX triplet: FF, 54 and 48. RGB value is (255,84,72). Sum of RGB (Red+Green+Blue) = 255+84+72=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 72 (28.52% from 255 or 17.52% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5448 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5448 is #00ABB7. Grayscale: #858585. Windows color (decimal): -43960 or 4740351. OLE color: 4740351.
HSL color Cylindrical-coordinate representation of color #FF5448: hue angle of 3.93º 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 #FF5448 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 84 | 72 | - |
| CMYK | 0 | 0.67 | 0.72 | 0 |
| HSL | 3.93º | 1% | 0.64% | - |
| HSV(B) | 3.93º | 0.72% | 1% | - |
| XYZ | 45.58 | 28.07 | 9.15 | - |
| YUV | 133.76 | 93.15 | 214.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 84 | 72 | 0 | 0.67 | 0.72 | 0 | 3.93 | 1 | 0.64 |
| Hex | FF | 54 | 48 | 0 | 43 | 48 | 0 | 4 | 64 | 40 |
| Octal | 377 | 124 | 110 | 0 | 103 | 110 | 0 | 4 | 144 | 100 |
| Binary | 11111111 | 1010100 | 1001000 | 0 | 1000011 | 1001000 | 0 | 100 | 1100100 | 1000000 |
Color Harmonies of #FF5448
Complementary color
Monochromatic Colors of #FF5448
Black with #FF5448
Text Example
Text Example
White with #FF5448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5448; }
p { color: rgb(255,84,72); }
H1.HeaderClassName
{
color: #FF5448;
}
.AnyTagClassName
{
color: #FF5448;
}
</style>
background-color css
<style>
a { background-color: #FF5448; }
a { background-color: rgb(255,84,72); }
div.DivClassName
{
background-color: #FF5448;
}
.BgClassName
{
background-color: #FF5448;
}
</style>
border-color css
<style>
span { border-color: #FF5448; }
span { border-color: rgb(255,84,72); }
td.TdClassName
{
border-color: #FF5448;
}
.TagClassName
{
border-color: #FF5448;
}
</style>