Shades of Sunset Orange #FF4D47
Tints of Sunset Orange #FF4D47
RGB
CMYK
RGB Variations
Color information
#FF4D47 (or 0xFF4D47) is known color: Sunset Orange. HEX triplet: FF, 4D and 47. RGB value is (255,77,71). Sum of RGB (Red+Green+Blue) = 255+77+71=403 (53% of max value = 765). Red value is 255 (100% from 255 or 63.28% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 71 (28.12% from 255 or 17.62% from 403); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D47 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF4D47 is #00B2B8. Grayscale: #818181. Windows color (decimal): -45753 or 4673023. OLE color: 4673023.
HSL color Cylindrical-coordinate representation of color #FF4D47: hue angle of 1.96º 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 #FF4D47 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 71 | - |
| CMYK | 0 | 0.70 | 0.72 | 0 |
| HSL | 1.96º | 1% | 0.64% | - |
| HSV(B) | 1.96º | 0.72% | 1% | - |
| XYZ | 45.03 | 27.02 | 8.8 | - |
| YUV | 129.54 | 94.97 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 71 | 0 | 0.70 | 0.72 | 0 | 1.96 | 1 | 0.64 |
| Hex | FF | 4D | 47 | 0 | 46 | 48 | 0 | 2 | 64 | 40 |
| Octal | 377 | 115 | 107 | 0 | 106 | 110 | 0 | 2 | 144 | 100 |
| Binary | 11111111 | 1001101 | 1000111 | 0 | 1000110 | 1001000 | 0 | 10 | 1100100 | 1000000 |
Color Harmonies of #FF4D47
Complementary color
Monochromatic Colors of #FF4D47
Black with #FF4D47
Text Example
Text Example
White with #FF4D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D47; }
p { color: rgb(255,77,71); }
H1.HeaderClassName
{
color: #FF4D47;
}
.AnyTagClassName
{
color: #FF4D47;
}
</style>
background-color css
<style>
a { background-color: #FF4D47; }
a { background-color: rgb(255,77,71); }
div.DivClassName
{
background-color: #FF4D47;
}
.BgClassName
{
background-color: #FF4D47;
}
</style>
border-color css
<style>
span { border-color: #FF4D47; }
span { border-color: rgb(255,77,71); }
td.TdClassName
{
border-color: #FF4D47;
}
.TagClassName
{
border-color: #FF4D47;
}
</style>