Shades of Orange Red #FC3C0A
Tints of Orange Red #FC3C0A
RGB
CMYK
RGB Variations
Color information
#FC3C0A (or 0xFC3C0A) is known color: Orange Red. HEX triplet: FC, 3C and 0A. RGB value is (252,60,10). Sum of RGB (Red+Green+Blue) = 252+60+10=322 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.26% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3C0A is #03C3F5. Grayscale: #707070. Windows color (decimal): -246774 or 670972. OLE color: 670972.
HSL color Cylindrical-coordinate representation of color #FC3C0A: hue angle of 12.4º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC3C0A is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 60 | 10 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.01 |
| HSL | 12.4º | 0.98% | 0.51% | - |
| HSV(B) | 12.4º | 0.96% | 0.99% | - |
| XYZ | 41.82 | 23.95 | 2.71 | - |
| YUV | 111.71 | 70.61 | 228.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 10 | 0 | 0.76 | 0.96 | 0.01 | 12.4 | 0.98 | 0.51 |
| Hex | FC | 3C | A | 0 | 4C | 60 | 1 | C | 62 | 33 |
| Octal | 374 | 74 | 12 | 0 | 114 | 140 | 1 | 14 | 142 | 63 |
| Binary | 11111100 | 111100 | 1010 | 0 | 1001100 | 1100000 | 1 | 1100 | 1100010 | 110011 |
Color Harmonies of #FC3C0A
Complementary color
Monochromatic Colors of #FC3C0A
Black with #FC3C0A
Text Example
Text Example
White with #FC3C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3C0A; }
p { color: rgb(252,60,10); }
H1.HeaderClassName
{
color: #FC3C0A;
}
.AnyTagClassName
{
color: #FC3C0A;
}
</style>
background-color css
<style>
a { background-color: #FC3C0A; }
a { background-color: rgb(252,60,10); }
div.DivClassName
{
background-color: #FC3C0A;
}
.BgClassName
{
background-color: #FC3C0A;
}
</style>
border-color css
<style>
span { border-color: #FC3C0A; }
span { border-color: rgb(252,60,10); }
td.TdClassName
{
border-color: #FC3C0A;
}
.TagClassName
{
border-color: #FC3C0A;
}
</style>