Shades of Sunset Orange #FC5746
Tints of Sunset Orange #FC5746
RGB
CMYK
RGB Variations
Color information
#FC5746 (or 0xFC5746) is known color: Sunset Orange. HEX triplet: FC, 57 and 46. RGB value is (252,87,70). Sum of RGB (Red+Green+Blue) = 252+87+70=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 70 (27.73% from 255 or 17.11% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5746 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5746 is #03A8B9. Grayscale: #868686. Windows color (decimal): -239802 or 4610044. OLE color: 4610044.
HSL color Cylindrical-coordinate representation of color #FC5746: hue angle of 5.6º 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 #FC5746 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 87 | 70 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.01 |
| HSL | 5.6º | 0.97% | 0.63% | - |
| HSV(B) | 5.6º | 0.72% | 0.99% | - |
| XYZ | 44.66 | 27.95 | 8.84 | - |
| YUV | 134.4 | 91.66 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 87 | 70 | 0 | 0.65 | 0.72 | 0.01 | 5.6 | 0.97 | 0.63 |
| Hex | FC | 57 | 46 | 0 | 41 | 48 | 1 | 6 | 61 | 3F |
| Octal | 374 | 127 | 106 | 0 | 101 | 110 | 1 | 6 | 141 | 77 |
| Binary | 11111100 | 1010111 | 1000110 | 0 | 1000001 | 1001000 | 1 | 110 | 1100001 | 111111 |
Color Harmonies of #FC5746
Complementary color
Monochromatic Colors of #FC5746
Black with #FC5746
Text Example
Text Example
White with #FC5746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5746; }
p { color: rgb(252,87,70); }
H1.HeaderClassName
{
color: #FC5746;
}
.AnyTagClassName
{
color: #FC5746;
}
</style>
background-color css
<style>
a { background-color: #FC5746; }
a { background-color: rgb(252,87,70); }
div.DivClassName
{
background-color: #FC5746;
}
.BgClassName
{
background-color: #FC5746;
}
</style>
border-color css
<style>
span { border-color: #FC5746; }
span { border-color: rgb(252,87,70); }
td.TdClassName
{
border-color: #FC5746;
}
.TagClassName
{
border-color: #FC5746;
}
</style>