Shades of Orange Red #FC4210
Tints of Orange Red #FC4210
RGB
CMYK
RGB Variations
Color information
#FC4210 (or 0xFC4210) is known color: Orange Red. HEX triplet: FC, 42 and 10. RGB value is (252,66,16). Sum of RGB (Red+Green+Blue) = 252+66+16=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4210 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4210 is #03BDEF. Grayscale: #747474. Windows color (decimal): -245232 or 1065724. OLE color: 1065724.
HSL color Cylindrical-coordinate representation of color #FC4210: hue angle of 12.71º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC4210 is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 16 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.01 |
| HSL | 12.71º | 0.98% | 0.53% | - |
| HSV(B) | 12.71º | 0.94% | 0.99% | - |
| XYZ | 42.19 | 24.63 | 3.02 | - |
| YUV | 115.91 | 71.62 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 16 | 0 | 0.74 | 0.94 | 0.01 | 12.71 | 0.98 | 0.53 |
| Hex | FC | 42 | 10 | 0 | 4A | 5E | 1 | D | 62 | 35 |
| Octal | 374 | 102 | 20 | 0 | 112 | 136 | 1 | 15 | 142 | 65 |
| Binary | 11111100 | 1000010 | 10000 | 0 | 1001010 | 1011110 | 1 | 1101 | 1100010 | 110101 |
Color Harmonies of #FC4210
Complementary color
Monochromatic Colors of #FC4210
Black with #FC4210
Text Example
Text Example
White with #FC4210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4210; }
p { color: rgb(252,66,16); }
H1.HeaderClassName
{
color: #FC4210;
}
.AnyTagClassName
{
color: #FC4210;
}
</style>
background-color css
<style>
a { background-color: #FC4210; }
a { background-color: rgb(252,66,16); }
div.DivClassName
{
background-color: #FC4210;
}
.BgClassName
{
background-color: #FC4210;
}
</style>
border-color css
<style>
span { border-color: #FC4210; }
span { border-color: rgb(252,66,16); }
td.TdClassName
{
border-color: #FC4210;
}
.TagClassName
{
border-color: #FC4210;
}
</style>