Shades of Sunset Orange #FC4949
Tints of Sunset Orange #FC4949
RGB
CMYK
RGB Variations
Color information
#FC4949 (or 0xFC4949) is known color: Sunset Orange. HEX triplet: FC, 49 and 49. RGB value is (252,73,73). Sum of RGB (Red+Green+Blue) = 252+73+73=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 73 (28.91% from 255 or 18.34% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4949 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4949 is #03B6B6. Grayscale: #7E7E7E. Windows color (decimal): -243383 or 4803068. OLE color: 4803068.
HSL color Cylindrical-coordinate representation of color #FC4949: hue angle of 0º 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 #FC4949 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 73 | 73 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.01 |
| HSL | 0º | 0.97% | 0.64% | - |
| HSV(B) | 0º | 0.71% | 0.99% | - |
| XYZ | 43.73 | 25.94 | 9.01 | - |
| YUV | 126.52 | 97.8 | 217.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 73 | 73 | 0 | 0.71 | 0.71 | 0.01 | 0 | 0.97 | 0.64 |
| Hex | FC | 49 | 49 | 0 | 47 | 47 | 1 | 0 | 61 | 40 |
| Octal | 374 | 111 | 111 | 0 | 107 | 107 | 1 | 0 | 141 | 100 |
| Binary | 11111100 | 1001001 | 1001001 | 0 | 1000111 | 1000111 | 1 | 0 | 1100001 | 1000000 |
Color Harmonies of #FC4949
Complementary color
Monochromatic Colors of #FC4949
Black with #FC4949
Text Example
Text Example
White with #FC4949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4949; }
p { color: rgb(252,73,73); }
H1.HeaderClassName
{
color: #FC4949;
}
.AnyTagClassName
{
color: #FC4949;
}
</style>
background-color css
<style>
a { background-color: #FC4949; }
a { background-color: rgb(252,73,73); }
div.DivClassName
{
background-color: #FC4949;
}
.BgClassName
{
background-color: #FC4949;
}
</style>
border-color css
<style>
span { border-color: #FC4949; }
span { border-color: rgb(252,73,73); }
td.TdClassName
{
border-color: #FC4949;
}
.TagClassName
{
border-color: #FC4949;
}
</style>