Shades of Sunset Orange #FF4D48
Tints of Sunset Orange #FF4D48
RGB
CMYK
RGB Variations
Color information
#FF4D48 (or 0xFF4D48) is known color: Sunset Orange. HEX triplet: FF, 4D and 48. RGB value is (255,77,72). Sum of RGB (Red+Green+Blue) = 255+77+72=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF4D48 is #00B2B7. Grayscale: #818181. Windows color (decimal): -45752 or 4738559. OLE color: 4738559.
HSL color Cylindrical-coordinate representation of color #FF4D48: hue angle of 1.64º 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 #FF4D48 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 77 | 72 | - |
| CMYK | 0 | 0.70 | 0.72 | 0 |
| HSL | 1.64º | 1% | 0.64% | - |
| HSV(B) | 1.64º | 0.72% | 1% | - |
| XYZ | 45.06 | 27.04 | 8.97 | - |
| YUV | 129.65 | 95.47 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 77 | 72 | 0 | 0.70 | 0.72 | 0 | 1.64 | 1 | 0.64 |
| Hex | FF | 4D | 48 | 0 | 46 | 48 | 0 | 2 | 64 | 40 |
| Octal | 377 | 115 | 110 | 0 | 106 | 110 | 0 | 2 | 144 | 100 |
| Binary | 11111111 | 1001101 | 1001000 | 0 | 1000110 | 1001000 | 0 | 10 | 1100100 | 1000000 |
Color Harmonies of #FF4D48
Complementary color
Monochromatic Colors of #FF4D48
Black with #FF4D48
Text Example
Text Example
White with #FF4D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4D48; }
p { color: rgb(255,77,72); }
H1.HeaderClassName
{
color: #FF4D48;
}
.AnyTagClassName
{
color: #FF4D48;
}
</style>
background-color css
<style>
a { background-color: #FF4D48; }
a { background-color: rgb(255,77,72); }
div.DivClassName
{
background-color: #FF4D48;
}
.BgClassName
{
background-color: #FF4D48;
}
</style>
border-color css
<style>
span { border-color: #FF4D48; }
span { border-color: rgb(255,77,72); }
td.TdClassName
{
border-color: #FF4D48;
}
.TagClassName
{
border-color: #FF4D48;
}
</style>