Shades of Sunset Orange #FC553F
Tints of Sunset Orange #FC553F
RGB
CMYK
RGB Variations
Color information
#FC553F (or 0xFC553F) is known color: Sunset Orange. HEX triplet: FC, 55 and 3F. RGB value is (252,85,63). Sum of RGB (Red+Green+Blue) = 252+85+63=400 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63% from 400); Green value is 85 (33.59% from 255 or 21.25% from 400); Blue value is 63 (25% from 255 or 15.75% from 400); Max value from RGB is 252 - color contains mainly: red. Hex color #FC553F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC553F is #03AAC0. Grayscale: #848484. Windows color (decimal): -240321 or 4150780. OLE color: 4150780.
HSL color Cylindrical-coordinate representation of color #FC553F: hue angle of 6.98º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FC553F is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 85 | 63 | - |
| CMYK | 0 | 0.66 | 0.75 | 0.01 |
| HSL | 6.98º | 0.97% | 0.62% | - |
| HSV(B) | 6.98º | 0.75% | 0.99% | - |
| XYZ | 44.29 | 27.55 | 7.69 | - |
| YUV | 132.43 | 88.83 | 213.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 85 | 63 | 0 | 0.66 | 0.75 | 0.01 | 6.98 | 0.97 | 0.62 |
| Hex | FC | 55 | 3F | 0 | 42 | 4B | 1 | 7 | 61 | 3E |
| Octal | 374 | 125 | 77 | 0 | 102 | 113 | 1 | 7 | 141 | 76 |
| Binary | 11111100 | 1010101 | 111111 | 0 | 1000010 | 1001011 | 1 | 111 | 1100001 | 111110 |
Color Harmonies of #FC553F
Complementary color
Monochromatic Colors of #FC553F
Black with #FC553F
Text Example
Text Example
White with #FC553F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC553F; }
p { color: rgb(252,85,63); }
H1.HeaderClassName
{
color: #FC553F;
}
.AnyTagClassName
{
color: #FC553F;
}
</style>
background-color css
<style>
a { background-color: #FC553F; }
a { background-color: rgb(252,85,63); }
div.DivClassName
{
background-color: #FC553F;
}
.BgClassName
{
background-color: #FC553F;
}
</style>
border-color css
<style>
span { border-color: #FC553F; }
span { border-color: rgb(252,85,63); }
td.TdClassName
{
border-color: #FC553F;
}
.TagClassName
{
border-color: #FC553F;
}
</style>