Shades of Sunset Orange #FC5047
Tints of Sunset Orange #FC5047
RGB
CMYK
RGB Variations
Color information
#FC5047 (or 0xFC5047) is known color: Sunset Orange. HEX triplet: FC, 50 and 47. RGB value is (252,80,71). Sum of RGB (Red+Green+Blue) = 252+80+71=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 71 (28.12% from 255 or 17.62% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5047 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5047 is #03AFB8. Grayscale: #828282. Windows color (decimal): -241593 or 4673788. OLE color: 4673788.
HSL color Cylindrical-coordinate representation of color #FC5047: hue angle of 2.98º 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 #FC5047 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 80 | 71 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.01 |
| HSL | 2.98º | 0.97% | 0.63% | - |
| HSV(B) | 2.98º | 0.72% | 0.99% | - |
| XYZ | 44.15 | 26.89 | 8.82 | - |
| YUV | 130.4 | 94.48 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 80 | 71 | 0 | 0.68 | 0.72 | 0.01 | 2.98 | 0.97 | 0.63 |
| Hex | FC | 50 | 47 | 0 | 44 | 48 | 1 | 3 | 61 | 3F |
| Octal | 374 | 120 | 107 | 0 | 104 | 110 | 1 | 3 | 141 | 77 |
| Binary | 11111100 | 1010000 | 1000111 | 0 | 1000100 | 1001000 | 1 | 11 | 1100001 | 111111 |
Color Harmonies of #FC5047
Complementary color
Monochromatic Colors of #FC5047
Black with #FC5047
Text Example
Text Example
White with #FC5047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5047; }
p { color: rgb(252,80,71); }
H1.HeaderClassName
{
color: #FC5047;
}
.AnyTagClassName
{
color: #FC5047;
}
</style>
background-color css
<style>
a { background-color: #FC5047; }
a { background-color: rgb(252,80,71); }
div.DivClassName
{
background-color: #FC5047;
}
.BgClassName
{
background-color: #FC5047;
}
</style>
border-color css
<style>
span { border-color: #FC5047; }
span { border-color: rgb(252,80,71); }
td.TdClassName
{
border-color: #FC5047;
}
.TagClassName
{
border-color: #FC5047;
}
</style>