Shades of Sunset Orange #FF4C49
Tints of Sunset Orange #FF4C49
RGB
CMYK
RGB Variations
Color information
#FF4C49 (or 0xFF4C49) is known color: Sunset Orange. HEX triplet: FF, 4C and 49. RGB value is (255,76,73). Sum of RGB (Red+Green+Blue) = 255+76+73=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C49 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4C49 is #00B3B6. Grayscale: #818181. Windows color (decimal): -46007 or 4803839. OLE color: 4803839.
HSL color Cylindrical-coordinate representation of color #FF4C49: hue angle of 0.99º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4C49 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 76 | 73 | - |
| CMYK | 0 | 0.70 | 0.71 | 0 |
| HSL | 0.99º | 1% | 0.64% | - |
| HSV(B) | 0.99º | 0.71% | 1% | - |
| XYZ | 45.03 | 26.91 | 9.12 | - |
| YUV | 129.18 | 96.3 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 76 | 73 | 0 | 0.70 | 0.71 | 0 | 0.99 | 1 | 0.64 |
| Hex | FF | 4C | 49 | 0 | 46 | 47 | 0 | 1 | 64 | 40 |
| Octal | 377 | 114 | 111 | 0 | 106 | 107 | 0 | 1 | 144 | 100 |
| Binary | 11111111 | 1001100 | 1001001 | 0 | 1000110 | 1000111 | 0 | 1 | 1100100 | 1000000 |
Color Harmonies of #FF4C49
Complementary color
Monochromatic Colors of #FF4C49
Black with #FF4C49
Text Example
Text Example
White with #FF4C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4C49; }
p { color: rgb(255,76,73); }
H1.HeaderClassName
{
color: #FF4C49;
}
.AnyTagClassName
{
color: #FF4C49;
}
</style>
background-color css
<style>
a { background-color: #FF4C49; }
a { background-color: rgb(255,76,73); }
div.DivClassName
{
background-color: #FF4C49;
}
.BgClassName
{
background-color: #FF4C49;
}
</style>
border-color css
<style>
span { border-color: #FF4C49; }
span { border-color: rgb(255,76,73); }
td.TdClassName
{
border-color: #FF4C49;
}
.TagClassName
{
border-color: #FF4C49;
}
</style>