Shades of Sunset Orange #FC5553
Tints of Sunset Orange #FC5553
RGB
CMYK
RGB Variations
Color information
#FC5553 (or 0xFC5553) is known color: Sunset Orange. HEX triplet: FC, 55 and 53. RGB value is (252,85,83). Sum of RGB (Red+Green+Blue) = 252+85+83=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 83 (32.81% from 255 or 19.76% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5553 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC5553 is #03AAAC. Grayscale: #868686. Windows color (decimal): -240301 or 5461500. OLE color: 5461500.
HSL color Cylindrical-coordinate representation of color #FC5553: hue angle of 0.71º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC5553 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 85 | 83 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.01 |
| HSL | 0.71º | 0.97% | 0.66% | - |
| HSV(B) | 0.71º | 0.67% | 0.99% | - |
| XYZ | 44.95 | 27.82 | 11.18 | - |
| YUV | 134.71 | 98.83 | 211.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 85 | 83 | 0 | 0.66 | 0.67 | 0.01 | 0.71 | 0.97 | 0.66 |
| Hex | FC | 55 | 53 | 0 | 42 | 43 | 1 | 1 | 61 | 42 |
| Octal | 374 | 125 | 123 | 0 | 102 | 103 | 1 | 1 | 141 | 102 |
| Binary | 11111100 | 1010101 | 1010011 | 0 | 1000010 | 1000011 | 1 | 1 | 1100001 | 1000010 |
Color Harmonies of #FC5553
Complementary color
Monochromatic Colors of #FC5553
Black with #FC5553
Text Example
Text Example
White with #FC5553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5553; }
p { color: rgb(252,85,83); }
H1.HeaderClassName
{
color: #FC5553;
}
.AnyTagClassName
{
color: #FC5553;
}
</style>
background-color css
<style>
a { background-color: #FC5553; }
a { background-color: rgb(252,85,83); }
div.DivClassName
{
background-color: #FC5553;
}
.BgClassName
{
background-color: #FC5553;
}
</style>
border-color css
<style>
span { border-color: #FC5553; }
span { border-color: rgb(252,85,83); }
td.TdClassName
{
border-color: #FC5553;
}
.TagClassName
{
border-color: #FC5553;
}
</style>