Shades of Sunset Orange #FC493A
Tints of Sunset Orange #FC493A
RGB
CMYK
RGB Variations
Color information
#FC493A (or 0xFC493A) is known color: Sunset Orange. HEX triplet: FC, 49 and 3A. RGB value is (252,73,58). Sum of RGB (Red+Green+Blue) = 252+73+58=383 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.80% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 252 - color contains mainly: red. Hex color #FC493A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC493A is #03B6C5. Grayscale: #7D7D7D. Windows color (decimal): -243398 or 3820028. OLE color: 3820028.
HSL color Cylindrical-coordinate representation of color #FC493A: hue angle of 4.64º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FC493A is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 73 | 58 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.01 |
| HSL | 4.64º | 0.97% | 0.61% | - |
| HSV(B) | 4.64º | 0.77% | 0.99% | - |
| XYZ | 43.29 | 25.77 | 6.69 | - |
| YUV | 124.81 | 90.3 | 218.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 73 | 58 | 0 | 0.71 | 0.77 | 0.01 | 4.64 | 0.97 | 0.61 |
| Hex | FC | 49 | 3A | 0 | 47 | 4D | 1 | 5 | 61 | 3D |
| Octal | 374 | 111 | 72 | 0 | 107 | 115 | 1 | 5 | 141 | 75 |
| Binary | 11111100 | 1001001 | 111010 | 0 | 1000111 | 1001101 | 1 | 101 | 1100001 | 111101 |
Color Harmonies of #FC493A
Complementary color
Monochromatic Colors of #FC493A
Black with #FC493A
Text Example
Text Example
White with #FC493A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC493A; }
p { color: rgb(252,73,58); }
H1.HeaderClassName
{
color: #FC493A;
}
.AnyTagClassName
{
color: #FC493A;
}
</style>
background-color css
<style>
a { background-color: #FC493A; }
a { background-color: rgb(252,73,58); }
div.DivClassName
{
background-color: #FC493A;
}
.BgClassName
{
background-color: #FC493A;
}
</style>
border-color css
<style>
span { border-color: #FC493A; }
span { border-color: rgb(252,73,58); }
td.TdClassName
{
border-color: #FC493A;
}
.TagClassName
{
border-color: #FC493A;
}
</style>