Shades of Sunset Orange #FC493D
Tints of Sunset Orange #FC493D
RGB
CMYK
RGB Variations
Color information
#FC493D (or 0xFC493D) is known color: Sunset Orange. HEX triplet: FC, 49 and 3D. RGB value is (252,73,61). Sum of RGB (Red+Green+Blue) = 252+73+61=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 73 (28.91% from 255 or 18.91% from 386); Blue value is 61 (24.22% from 255 or 15.80% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC493D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC493D is #03B6C2. Grayscale: #7D7D7D. Windows color (decimal): -243395 or 4016636. OLE color: 4016636.
HSL color Cylindrical-coordinate representation of color #FC493D: hue angle of 3.77º degrees, saturation: 0.97, 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 #FC493D is Cyan = 0, Magento = 0.71, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 73 | 61 | - |
| CMYK | 0 | 0.71 | 0.76 | 0.01 |
| HSL | 3.77º | 0.97% | 0.61% | - |
| HSV(B) | 3.77º | 0.76% | 0.99% | - |
| XYZ | 43.37 | 25.8 | 7.11 | - |
| YUV | 125.15 | 91.8 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 73 | 61 | 0 | 0.71 | 0.76 | 0.01 | 3.77 | 0.97 | 0.61 |
| Hex | FC | 49 | 3D | 0 | 47 | 4C | 1 | 4 | 61 | 3D |
| Octal | 374 | 111 | 75 | 0 | 107 | 114 | 1 | 4 | 141 | 75 |
| Binary | 11111100 | 1001001 | 111101 | 0 | 1000111 | 1001100 | 1 | 100 | 1100001 | 111101 |
Color Harmonies of #FC493D
Complementary color
Monochromatic Colors of #FC493D
Black with #FC493D
Text Example
Text Example
White with #FC493D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC493D; }
p { color: rgb(252,73,61); }
H1.HeaderClassName
{
color: #FC493D;
}
.AnyTagClassName
{
color: #FC493D;
}
</style>
background-color css
<style>
a { background-color: #FC493D; }
a { background-color: rgb(252,73,61); }
div.DivClassName
{
background-color: #FC493D;
}
.BgClassName
{
background-color: #FC493D;
}
</style>
border-color css
<style>
span { border-color: #FC493D; }
span { border-color: rgb(252,73,61); }
td.TdClassName
{
border-color: #FC493D;
}
.TagClassName
{
border-color: #FC493D;
}
</style>