Shades of Sunset Orange #FC5346
Tints of Sunset Orange #FC5346
RGB
CMYK
RGB Variations
Color information
#FC5346 (or 0xFC5346) is known color: Sunset Orange. HEX triplet: FC, 53 and 46. RGB value is (252,83,70). Sum of RGB (Red+Green+Blue) = 252+83+70=405 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.22% from 405); Green value is 83 (32.81% from 255 or 20.49% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5346 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5346 is #03ACB9. Grayscale: #848484. Windows color (decimal): -240826 or 4609020. OLE color: 4609020.
HSL color Cylindrical-coordinate representation of color #FC5346: hue angle of 4.29º 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 #FC5346 is Cyan = 0, Magento = 0.67, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 83 | 70 | - |
| CMYK | 0 | 0.67 | 0.72 | 0.01 |
| HSL | 4.29º | 0.97% | 0.63% | - |
| HSV(B) | 4.29º | 0.72% | 0.99% | - |
| XYZ | 44.34 | 27.32 | 8.73 | - |
| YUV | 132.05 | 92.99 | 213.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 70 | 0 | 0.67 | 0.72 | 0.01 | 4.29 | 0.97 | 0.63 |
| Hex | FC | 53 | 46 | 0 | 43 | 48 | 1 | 4 | 61 | 3F |
| Octal | 374 | 123 | 106 | 0 | 103 | 110 | 1 | 4 | 141 | 77 |
| Binary | 11111100 | 1010011 | 1000110 | 0 | 1000011 | 1001000 | 1 | 100 | 1100001 | 111111 |
Color Harmonies of #FC5346
Complementary color
Monochromatic Colors of #FC5346
Black with #FC5346
Text Example
Text Example
White with #FC5346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5346; }
p { color: rgb(252,83,70); }
H1.HeaderClassName
{
color: #FC5346;
}
.AnyTagClassName
{
color: #FC5346;
}
</style>
background-color css
<style>
a { background-color: #FC5346; }
a { background-color: rgb(252,83,70); }
div.DivClassName
{
background-color: #FC5346;
}
.BgClassName
{
background-color: #FC5346;
}
</style>
border-color css
<style>
span { border-color: #FC5346; }
span { border-color: rgb(252,83,70); }
td.TdClassName
{
border-color: #FC5346;
}
.TagClassName
{
border-color: #FC5346;
}
</style>