Shades of Orange Red #FC491B
Tints of Orange Red #FC491B
RGB
CMYK
RGB Variations
Color information
#FC491B (or 0xFC491B) is known color: Orange Red. HEX triplet: FC, 49 and 1B. RGB value is (252,73,27). Sum of RGB (Red+Green+Blue) = 252+73+27=352 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.59% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 252 - color contains mainly: red. Hex color #FC491B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC491B is #03B6E4. Grayscale: #797979. Windows color (decimal): -243429 or 1788412. OLE color: 1788412.
HSL color Cylindrical-coordinate representation of color #FC491B: hue angle of 12.27º 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 #FC491B is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 73 | 27 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.01 |
| HSL | 12.27º | 0.97% | 0.55% | - |
| HSV(B) | 12.27º | 0.89% | 0.99% | - |
| XYZ | 42.73 | 25.54 | 3.71 | - |
| YUV | 121.28 | 74.8 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 73 | 27 | 0 | 0.71 | 0.89 | 0.01 | 12.27 | 0.97 | 0.55 |
| Hex | FC | 49 | 1B | 0 | 47 | 59 | 1 | C | 61 | 37 |
| Octal | 374 | 111 | 33 | 0 | 107 | 131 | 1 | 14 | 141 | 67 |
| Binary | 11111100 | 1001001 | 11011 | 0 | 1000111 | 1011001 | 1 | 1100 | 1100001 | 110111 |
Color Harmonies of #FC491B
Complementary color
Monochromatic Colors of #FC491B
Black with #FC491B
Text Example
Text Example
White with #FC491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC491B; }
p { color: rgb(252,73,27); }
H1.HeaderClassName
{
color: #FC491B;
}
.AnyTagClassName
{
color: #FC491B;
}
</style>
background-color css
<style>
a { background-color: #FC491B; }
a { background-color: rgb(252,73,27); }
div.DivClassName
{
background-color: #FC491B;
}
.BgClassName
{
background-color: #FC491B;
}
</style>
border-color css
<style>
span { border-color: #FC491B; }
span { border-color: rgb(252,73,27); }
td.TdClassName
{
border-color: #FC491B;
}
.TagClassName
{
border-color: #FC491B;
}
</style>