Shades of Orange Red #FC3D0A
Tints of Orange Red #FC3D0A
RGB
CMYK
RGB Variations
Color information
#FC3D0A (or 0xFC3D0A) is known color: Orange Red. HEX triplet: FC, 3D and 0A. RGB value is (252,61,10). Sum of RGB (Red+Green+Blue) = 252+61+10=323 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.02% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3D0A is #03C2F5. Grayscale: #707070. Windows color (decimal): -246518 or 671228. OLE color: 671228.
HSL color Cylindrical-coordinate representation of color #FC3D0A: hue angle of 12.64º 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 #FC3D0A is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 61 | 10 | - |
| CMYK | 0 | 0.76 | 0.96 | 0.01 |
| HSL | 12.64º | 0.98% | 0.51% | - |
| HSV(B) | 12.64º | 0.96% | 0.99% | - |
| XYZ | 41.87 | 24.05 | 2.72 | - |
| YUV | 112.3 | 70.28 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 61 | 10 | 0 | 0.76 | 0.96 | 0.01 | 12.64 | 0.98 | 0.51 |
| Hex | FC | 3D | A | 0 | 4C | 60 | 1 | D | 62 | 33 |
| Octal | 374 | 75 | 12 | 0 | 114 | 140 | 1 | 15 | 142 | 63 |
| Binary | 11111100 | 111101 | 1010 | 0 | 1001100 | 1100000 | 1 | 1101 | 1100010 | 110011 |
Color Harmonies of #FC3D0A
Complementary color
Monochromatic Colors of #FC3D0A
Black with #FC3D0A
Text Example
Text Example
White with #FC3D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3D0A; }
p { color: rgb(252,61,10); }
H1.HeaderClassName
{
color: #FC3D0A;
}
.AnyTagClassName
{
color: #FC3D0A;
}
</style>
background-color css
<style>
a { background-color: #FC3D0A; }
a { background-color: rgb(252,61,10); }
div.DivClassName
{
background-color: #FC3D0A;
}
.BgClassName
{
background-color: #FC3D0A;
}
</style>
border-color css
<style>
span { border-color: #FC3D0A; }
span { border-color: rgb(252,61,10); }
td.TdClassName
{
border-color: #FC3D0A;
}
.TagClassName
{
border-color: #FC3D0A;
}
</style>