Shades of Orange Red #FC460C
Tints of Orange Red #FC460C
RGB
CMYK
RGB Variations
Color information
#FC460C (or 0xFC460C) is known color: Orange Red. HEX triplet: FC, 46 and 0C. RGB value is (252,70,12). Sum of RGB (Red+Green+Blue) = 252+70+12=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC460C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC460C is #03B9F3. Grayscale: #767676. Windows color (decimal): -244212 or 804604. OLE color: 804604.
HSL color Cylindrical-coordinate representation of color #FC460C: hue angle of 14.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC460C is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 70 | 12 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.01 |
| HSL | 14.5º | 0.98% | 0.52% | - |
| HSV(B) | 14.5º | 0.95% | 0.99% | - |
| XYZ | 42.4 | 25.1 | 2.96 | - |
| YUV | 117.81 | 68.3 | 223.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 70 | 12 | 0 | 0.72 | 0.95 | 0.01 | 14.5 | 0.98 | 0.52 |
| Hex | FC | 46 | C | 0 | 48 | 5F | 1 | E | 62 | 34 |
| Octal | 374 | 106 | 14 | 0 | 110 | 137 | 1 | 16 | 142 | 64 |
| Binary | 11111100 | 1000110 | 1100 | 0 | 1001000 | 1011111 | 1 | 1110 | 1100010 | 110100 |
Color Harmonies of #FC460C
Complementary color
Monochromatic Colors of #FC460C
Black with #FC460C
Text Example
Text Example
White with #FC460C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC460C; }
p { color: rgb(252,70,12); }
H1.HeaderClassName
{
color: #FC460C;
}
.AnyTagClassName
{
color: #FC460C;
}
</style>
background-color css
<style>
a { background-color: #FC460C; }
a { background-color: rgb(252,70,12); }
div.DivClassName
{
background-color: #FC460C;
}
.BgClassName
{
background-color: #FC460C;
}
</style>
border-color css
<style>
span { border-color: #FC460C; }
span { border-color: rgb(252,70,12); }
td.TdClassName
{
border-color: #FC460C;
}
.TagClassName
{
border-color: #FC460C;
}
</style>