Shades of Sunset Orange #FD493C
Tints of Sunset Orange #FD493C
RGB
CMYK
RGB Variations
Color information
#FD493C (or 0xFD493C) is known color: Sunset Orange. HEX triplet: FD, 49 and 3C. RGB value is (253,73,60). Sum of RGB (Red+Green+Blue) = 253+73+60=386 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.54% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 253 - color contains mainly: red. Hex color #FD493C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD493C is #02B6C3. Grayscale: #7D7D7D. Windows color (decimal): -177860 or 3951101. OLE color: 3951101.
HSL color Cylindrical-coordinate representation of color #FD493C: hue angle of 4.04º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD493C is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 73 | 60 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.01 |
| HSL | 4.04º | 0.98% | 0.61% | - |
| HSV(B) | 4.04º | 0.76% | 0.99% | - |
| XYZ | 43.71 | 25.97 | 6.98 | - |
| YUV | 125.34 | 91.13 | 219.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 73 | 60 | 0 | 0.71 | 0.76 | 0.01 | 4.04 | 0.98 | 0.61 |
| Hex | FD | 49 | 3C | 0 | 47 | 4C | 1 | 4 | 62 | 3D |
| Octal | 375 | 111 | 74 | 0 | 107 | 114 | 1 | 4 | 142 | 75 |
| Binary | 11111101 | 1001001 | 111100 | 0 | 1000111 | 1001100 | 1 | 100 | 1100010 | 111101 |
Color Harmonies of #FD493C
Complementary color
Monochromatic Colors of #FD493C
Black with #FD493C
Text Example
Text Example
White with #FD493C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD493C; }
p { color: rgb(253,73,60); }
H1.HeaderClassName
{
color: #FD493C;
}
.AnyTagClassName
{
color: #FD493C;
}
</style>
background-color css
<style>
a { background-color: #FD493C; }
a { background-color: rgb(253,73,60); }
div.DivClassName
{
background-color: #FD493C;
}
.BgClassName
{
background-color: #FD493C;
}
</style>
border-color css
<style>
span { border-color: #FD493C; }
span { border-color: rgb(253,73,60); }
td.TdClassName
{
border-color: #FD493C;
}
.TagClassName
{
border-color: #FD493C;
}
</style>