Shades of Red Orange #FC491C
Tints of Red Orange #FC491C
RGB
CMYK
RGB Variations
Color information
#FC491C (or 0xFC491C) is known color: Red Orange. HEX triplet: FC, 49 and 1C. RGB value is (252,73,28). Sum of RGB (Red+Green+Blue) = 252+73+28=353 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.39% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 252 - color contains mainly: red. Hex color #FC491C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC491C is #03B6E3. Grayscale: #797979. Windows color (decimal): -243428 or 1853948. OLE color: 1853948.
HSL color Cylindrical-coordinate representation of color #FC491C: hue angle of 12.05º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC491C is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 73 | 28 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.01 |
| HSL | 12.05º | 0.97% | 0.55% | - |
| HSV(B) | 12.05º | 0.89% | 0.99% | - |
| XYZ | 42.74 | 25.54 | 3.78 | - |
| YUV | 121.39 | 75.3 | 221.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 73 | 28 | 0 | 0.71 | 0.89 | 0.01 | 12.05 | 0.97 | 0.55 |
| Hex | FC | 49 | 1C | 0 | 47 | 59 | 1 | C | 61 | 37 |
| Octal | 374 | 111 | 34 | 0 | 107 | 131 | 1 | 14 | 141 | 67 |
| Binary | 11111100 | 1001001 | 11100 | 0 | 1000111 | 1011001 | 1 | 1100 | 1100001 | 110111 |
Color Harmonies of #FC491C
Complementary color
Monochromatic Colors of #FC491C
Black with #FC491C
Text Example
Text Example
White with #FC491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC491C; }
p { color: rgb(252,73,28); }
H1.HeaderClassName
{
color: #FC491C;
}
.AnyTagClassName
{
color: #FC491C;
}
</style>
background-color css
<style>
a { background-color: #FC491C; }
a { background-color: rgb(252,73,28); }
div.DivClassName
{
background-color: #FC491C;
}
.BgClassName
{
background-color: #FC491C;
}
</style>
border-color css
<style>
span { border-color: #FC491C; }
span { border-color: rgb(252,73,28); }
td.TdClassName
{
border-color: #FC491C;
}
.TagClassName
{
border-color: #FC491C;
}
</style>