Shades of Sunset Orange #FC4D49
Tints of Sunset Orange #FC4D49
RGB
CMYK
RGB Variations
Color information
#FC4D49 (or 0xFC4D49) is known color: Sunset Orange. HEX triplet: FC, 4D and 49. RGB value is (252,77,73). Sum of RGB (Red+Green+Blue) = 252+77+73=402 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.69% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC4D49 is #03B2B6. Grayscale: #818181. Windows color (decimal): -242359 or 4804092. OLE color: 4804092.
HSL color Cylindrical-coordinate representation of color #FC4D49: hue angle of 1.34º 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 #FC4D49 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 77 | 73 | - |
| CMYK | 0 | 0.69 | 0.71 | 0.01 |
| HSL | 1.34º | 0.97% | 0.64% | - |
| HSV(B) | 1.34º | 0.71% | 0.99% | - |
| XYZ | 44 | 26.48 | 9.1 | - |
| YUV | 128.87 | 96.48 | 215.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 77 | 73 | 0 | 0.69 | 0.71 | 0.01 | 1.34 | 0.97 | 0.64 |
| Hex | FC | 4D | 49 | 0 | 45 | 47 | 1 | 1 | 61 | 40 |
| Octal | 374 | 115 | 111 | 0 | 105 | 107 | 1 | 1 | 141 | 100 |
| Binary | 11111100 | 1001101 | 1001001 | 0 | 1000101 | 1000111 | 1 | 1 | 1100001 | 1000000 |
Color Harmonies of #FC4D49
Complementary color
Monochromatic Colors of #FC4D49
Black with #FC4D49
Text Example
Text Example
White with #FC4D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4D49; }
p { color: rgb(252,77,73); }
H1.HeaderClassName
{
color: #FC4D49;
}
.AnyTagClassName
{
color: #FC4D49;
}
</style>
background-color css
<style>
a { background-color: #FC4D49; }
a { background-color: rgb(252,77,73); }
div.DivClassName
{
background-color: #FC4D49;
}
.BgClassName
{
background-color: #FC4D49;
}
</style>
border-color css
<style>
span { border-color: #FC4D49; }
span { border-color: rgb(252,77,73); }
td.TdClassName
{
border-color: #FC4D49;
}
.TagClassName
{
border-color: #FC4D49;
}
</style>