Shades of Sunset Orange #FC5449
Tints of Sunset Orange #FC5449
RGB
CMYK
RGB Variations
Color information
#FC5449 (or 0xFC5449) is known color: Sunset Orange. HEX triplet: FC, 54 and 49. RGB value is (252,84,73). Sum of RGB (Red+Green+Blue) = 252+84+73=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5449 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC5449 is #03ABB6. Grayscale: #858585. Windows color (decimal): -240567 or 4805884. OLE color: 4805884.
HSL color Cylindrical-coordinate representation of color #FC5449: hue angle of 3.69º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FC5449 is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 84 | 73 | - |
| CMYK | 0 | 0.67 | 0.71 | 0.01 |
| HSL | 3.69º | 0.97% | 0.64% | - |
| HSV(B) | 3.69º | 0.71% | 0.99% | - |
| XYZ | 44.52 | 27.52 | 9.27 | - |
| YUV | 132.98 | 94.16 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 84 | 73 | 0 | 0.67 | 0.71 | 0.01 | 3.69 | 0.97 | 0.64 |
| Hex | FC | 54 | 49 | 0 | 43 | 47 | 1 | 4 | 61 | 40 |
| Octal | 374 | 124 | 111 | 0 | 103 | 107 | 1 | 4 | 141 | 100 |
| Binary | 11111100 | 1010100 | 1001001 | 0 | 1000011 | 1000111 | 1 | 100 | 1100001 | 1000000 |
Color Harmonies of #FC5449
Complementary color
Monochromatic Colors of #FC5449
Black with #FC5449
Text Example
Text Example
White with #FC5449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5449; }
p { color: rgb(252,84,73); }
H1.HeaderClassName
{
color: #FC5449;
}
.AnyTagClassName
{
color: #FC5449;
}
</style>
background-color css
<style>
a { background-color: #FC5449; }
a { background-color: rgb(252,84,73); }
div.DivClassName
{
background-color: #FC5449;
}
.BgClassName
{
background-color: #FC5449;
}
</style>
border-color css
<style>
span { border-color: #FC5449; }
span { border-color: rgb(252,84,73); }
td.TdClassName
{
border-color: #FC5449;
}
.TagClassName
{
border-color: #FC5449;
}
</style>