Shades of Orange Red #FC460D
Tints of Orange Red #FC460D
RGB
CMYK
RGB Variations
Color information
#FC460D (or 0xFC460D) is known color: Orange Red. HEX triplet: FC, 46 and 0D. RGB value is (252,70,13). Sum of RGB (Red+Green+Blue) = 252+70+13=335 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.22% from 335); Green value is 70 (27.73% from 255 or 20.90% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 252 - color contains mainly: red. Hex color #FC460D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC460D is #03B9F2. Grayscale: #767676. Windows color (decimal): -244211 or 870140. OLE color: 870140.
HSL color Cylindrical-coordinate representation of color #FC460D: hue angle of 14.31º 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 #FC460D is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 70 | 13 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.01 |
| HSL | 14.31º | 0.98% | 0.52% | - |
| HSV(B) | 14.31º | 0.95% | 0.99% | - |
| XYZ | 42.41 | 25.1 | 2.99 | - |
| YUV | 117.92 | 68.8 | 223.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 70 | 13 | 0 | 0.72 | 0.95 | 0.01 | 14.31 | 0.98 | 0.52 |
| Hex | FC | 46 | D | 0 | 48 | 5F | 1 | E | 62 | 34 |
| Octal | 374 | 106 | 15 | 0 | 110 | 137 | 1 | 16 | 142 | 64 |
| Binary | 11111100 | 1000110 | 1101 | 0 | 1001000 | 1011111 | 1 | 1110 | 1100010 | 110100 |
Color Harmonies of #FC460D
Complementary color
Monochromatic Colors of #FC460D
Black with #FC460D
Text Example
Text Example
White with #FC460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC460D; }
p { color: rgb(252,70,13); }
H1.HeaderClassName
{
color: #FC460D;
}
.AnyTagClassName
{
color: #FC460D;
}
</style>
background-color css
<style>
a { background-color: #FC460D; }
a { background-color: rgb(252,70,13); }
div.DivClassName
{
background-color: #FC460D;
}
.BgClassName
{
background-color: #FC460D;
}
</style>
border-color css
<style>
span { border-color: #FC460D; }
span { border-color: rgb(252,70,13); }
td.TdClassName
{
border-color: #FC460D;
}
.TagClassName
{
border-color: #FC460D;
}
</style>