Shades of Orange Red #FC3C01
Tints of Orange Red #FC3C01
RGB
CMYK
RGB Variations
Color information
#FC3C01 (or 0xFC3C01) is known color: Orange Red. HEX triplet: FC, 3C and 01. RGB value is (252,60,1). Sum of RGB (Red+Green+Blue) = 252+60+1=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 1 (0.78% from 255 or 0.32% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3C01 is #03C3FE. Grayscale: #6F6F6F. Windows color (decimal): -246783 or 81148. OLE color: 81148.
HSL color Cylindrical-coordinate representation of color #FC3C01: hue angle of 14.1º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC3C01 is Cyan = 0, Magento = 0.76, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 60 | 1 | - |
| CMYK | 0 | 0.76 | 1.00 | 0.01 |
| HSL | 14.1º | 0.99% | 0.5% | - |
| HSV(B) | 14.1º | 1% | 0.99% | - |
| XYZ | 41.77 | 23.93 | 2.45 | - |
| YUV | 110.68 | 66.11 | 228.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 1 | 0 | 0.76 | 1.00 | 0.01 | 14.1 | 0.99 | 0.5 |
| Hex | FC | 3C | 1 | 0 | 4C | 64 | 1 | E | 63 | 32 |
| Octal | 374 | 74 | 1 | 0 | 114 | 144 | 1 | 16 | 143 | 62 |
| Binary | 11111100 | 111100 | 1 | 0 | 1001100 | 1100100 | 1 | 1110 | 1100011 | 110010 |
Color Harmonies of #FC3C01
Complementary color
Monochromatic Colors of #FC3C01
Black with #FC3C01
Text Example
Text Example
White with #FC3C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3C01; }
p { color: rgb(252,60,1); }
H1.HeaderClassName
{
color: #FC3C01;
}
.AnyTagClassName
{
color: #FC3C01;
}
</style>
background-color css
<style>
a { background-color: #FC3C01; }
a { background-color: rgb(252,60,1); }
div.DivClassName
{
background-color: #FC3C01;
}
.BgClassName
{
background-color: #FC3C01;
}
</style>
border-color css
<style>
span { border-color: #FC3C01; }
span { border-color: rgb(252,60,1); }
td.TdClassName
{
border-color: #FC3C01;
}
.TagClassName
{
border-color: #FC3C01;
}
</style>