Shades of Sunset Orange #FF493D
Tints of Sunset Orange #FF493D
RGB
CMYK
RGB Variations
Color information
#FF493D (or 0xFF493D) is known color: Sunset Orange. HEX triplet: FF, 49 and 3D. RGB value is (255,73,61). Sum of RGB (Red+Green+Blue) = 255+73+61=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 61 (24.22% from 255 or 15.68% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF493D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF493D is #00B6C2. Grayscale: #7E7E7E. Windows color (decimal): -46787 or 4016639. OLE color: 4016639.
HSL color Cylindrical-coordinate representation of color #FF493D: hue angle of 3.71º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF493D is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 61 | - |
| CMYK | 0 | 0.71 | 0.76 | 0 |
| HSL | 3.71º | 1% | 0.62% | - |
| HSV(B) | 3.71º | 0.76% | 1% | - |
| XYZ | 44.46 | 26.36 | 7.16 | - |
| YUV | 126.05 | 91.3 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 61 | 0 | 0.71 | 0.76 | 0 | 3.71 | 1 | 0.62 |
| Hex | FF | 49 | 3D | 0 | 47 | 4C | 0 | 4 | 64 | 3E |
| Octal | 377 | 111 | 75 | 0 | 107 | 114 | 0 | 4 | 144 | 76 |
| Binary | 11111111 | 1001001 | 111101 | 0 | 1000111 | 1001100 | 0 | 100 | 1100100 | 111110 |
Color Harmonies of #FF493D
Complementary color
Monochromatic Colors of #FF493D
Black with #FF493D
Text Example
Text Example
White with #FF493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF493D; }
p { color: rgb(255,73,61); }
H1.HeaderClassName
{
color: #FF493D;
}
.AnyTagClassName
{
color: #FF493D;
}
</style>
background-color css
<style>
a { background-color: #FF493D; }
a { background-color: rgb(255,73,61); }
div.DivClassName
{
background-color: #FF493D;
}
.BgClassName
{
background-color: #FF493D;
}
</style>
border-color css
<style>
span { border-color: #FF493D; }
span { border-color: rgb(255,73,61); }
td.TdClassName
{
border-color: #FF493D;
}
.TagClassName
{
border-color: #FF493D;
}
</style>