Shades of Orange Red #FC3C00
Tints of Orange Red #FC3C00
RGB
CMYK
RGB Variations
Color information
#FC3C00 (or 0xFC3C00) is known color: Orange Red. HEX triplet: FC, 3C and 00. RGB value is (252,60,0). Sum of RGB (Red+Green+Blue) = 252+60+0=312 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.77% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3C00 is #03C3FF. Grayscale: #6F6F6F. Windows color (decimal): -246784 or 15612. OLE color: 15612.
HSL color Cylindrical-coordinate representation of color #FC3C00: hue angle of 14.29º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC3C00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 60 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.01 |
| HSL | 14.29º | 1% | 0.49% | - |
| HSV(B) | 14.29º | 1% | 0.99% | - |
| XYZ | 41.76 | 23.93 | 2.42 | - |
| YUV | 110.57 | 65.61 | 228.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 0 | 0 | 0.76 | 1 | 0.01 | 14.29 | 1 | 0.49 |
| Hex | FC | 3C | 0 | 0 | 4C | 64 | 1 | E | 64 | 31 |
| Octal | 374 | 74 | 0 | 0 | 114 | 144 | 1 | 16 | 144 | 61 |
| Binary | 11111100 | 111100 | 0 | 0 | 1001100 | 1100100 | 1 | 1110 | 1100100 | 110001 |
Color Harmonies of #FC3C00
Complementary color
Monochromatic Colors of #FC3C00
Black with #FC3C00
Text Example
Text Example
White with #FC3C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3C00; }
p { color: rgb(252,60,0); }
H1.HeaderClassName
{
color: #FC3C00;
}
.AnyTagClassName
{
color: #FC3C00;
}
</style>
background-color css
<style>
a { background-color: #FC3C00; }
a { background-color: rgb(252,60,0); }
div.DivClassName
{
background-color: #FC3C00;
}
.BgClassName
{
background-color: #FC3C00;
}
</style>
border-color css
<style>
span { border-color: #FC3C00; }
span { border-color: rgb(252,60,0); }
td.TdClassName
{
border-color: #FC3C00;
}
.TagClassName
{
border-color: #FC3C00;
}
</style>