Shades of Sunset Orange #FC5146
Tints of Sunset Orange #FC5146
RGB
CMYK
RGB Variations
Color information
#FC5146 (or 0xFC5146) is known color: Sunset Orange. HEX triplet: FC, 51 and 46. RGB value is (252,81,70). Sum of RGB (Red+Green+Blue) = 252+81+70=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 70 (27.73% from 255 or 17.37% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5146 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5146 is #03AEB9. Grayscale: #838383. Windows color (decimal): -241338 or 4608508. OLE color: 4608508.
HSL color Cylindrical-coordinate representation of color #FC5146: hue angle of 3.63º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FC5146 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 70 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.01 |
| HSL | 3.63º | 0.97% | 0.63% | - |
| HSV(B) | 3.63º | 0.72% | 0.99% | - |
| XYZ | 44.19 | 27.02 | 8.68 | - |
| YUV | 130.88 | 93.65 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 70 | 0 | 0.68 | 0.72 | 0.01 | 3.63 | 0.97 | 0.63 |
| Hex | FC | 51 | 46 | 0 | 44 | 48 | 1 | 4 | 61 | 3F |
| Octal | 374 | 121 | 106 | 0 | 104 | 110 | 1 | 4 | 141 | 77 |
| Binary | 11111100 | 1010001 | 1000110 | 0 | 1000100 | 1001000 | 1 | 100 | 1100001 | 111111 |
Color Harmonies of #FC5146
Complementary color
Monochromatic Colors of #FC5146
Black with #FC5146
Text Example
Text Example
White with #FC5146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5146; }
p { color: rgb(252,81,70); }
H1.HeaderClassName
{
color: #FC5146;
}
.AnyTagClassName
{
color: #FC5146;
}
</style>
background-color css
<style>
a { background-color: #FC5146; }
a { background-color: rgb(252,81,70); }
div.DivClassName
{
background-color: #FC5146;
}
.BgClassName
{
background-color: #FC5146;
}
</style>
border-color css
<style>
span { border-color: #FC5146; }
span { border-color: rgb(252,81,70); }
td.TdClassName
{
border-color: #FC5146;
}
.TagClassName
{
border-color: #FC5146;
}
</style>