Shades of Orange Red #FC4211
Tints of Orange Red #FC4211
RGB
CMYK
RGB Variations
Color information
#FC4211 (or 0xFC4211) is known color: Orange Red. HEX triplet: FC, 42 and 11. RGB value is (252,66,17). Sum of RGB (Red+Green+Blue) = 252+66+17=335 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.22% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 17 (7.03% from 255 or 5.07% from 335); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4211 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4211 is #03BDEE. Grayscale: #747474. Windows color (decimal): -245231 or 1131260. OLE color: 1131260.
HSL color Cylindrical-coordinate representation of color #FC4211: hue angle of 12.51º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC4211 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 17 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.01 |
| HSL | 12.51º | 0.98% | 0.53% | - |
| HSV(B) | 12.51º | 0.93% | 0.99% | - |
| XYZ | 42.19 | 24.63 | 3.06 | - |
| YUV | 116.03 | 72.12 | 224.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 17 | 0 | 0.74 | 0.93 | 0.01 | 12.51 | 0.98 | 0.53 |
| Hex | FC | 42 | 11 | 0 | 4A | 5D | 1 | D | 62 | 35 |
| Octal | 374 | 102 | 21 | 0 | 112 | 135 | 1 | 15 | 142 | 65 |
| Binary | 11111100 | 1000010 | 10001 | 0 | 1001010 | 1011101 | 1 | 1101 | 1100010 | 110101 |
Color Harmonies of #FC4211
Complementary color
Monochromatic Colors of #FC4211
Black with #FC4211
Text Example
Text Example
White with #FC4211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4211; }
p { color: rgb(252,66,17); }
H1.HeaderClassName
{
color: #FC4211;
}
.AnyTagClassName
{
color: #FC4211;
}
</style>
background-color css
<style>
a { background-color: #FC4211; }
a { background-color: rgb(252,66,17); }
div.DivClassName
{
background-color: #FC4211;
}
.BgClassName
{
background-color: #FC4211;
}
</style>
border-color css
<style>
span { border-color: #FC4211; }
span { border-color: rgb(252,66,17); }
td.TdClassName
{
border-color: #FC4211;
}
.TagClassName
{
border-color: #FC4211;
}
</style>