Shades of Orange Red #FC3711
Tints of Orange Red #FC3711
RGB
CMYK
RGB Variations
Color information
#FC3711 (or 0xFC3711) is known color: Orange Red. HEX triplet: FC, 37 and 11. RGB value is (252,55,17). Sum of RGB (Red+Green+Blue) = 252+55+17=324 (42% of max value = 765). Red value is 252 (98.83% from 255 or 77.78% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3711 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3711 is #03C8EE. Grayscale: #6D6D6D. Windows color (decimal): -248047 or 1128444. OLE color: 1128444.
HSL color Cylindrical-coordinate representation of color #FC3711: hue angle of 9.7º 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 #FC3711 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 55 | 17 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.01 |
| HSL | 9.7º | 0.98% | 0.53% | - |
| HSV(B) | 9.7º | 0.93% | 0.99% | - |
| XYZ | 41.61 | 23.47 | 2.87 | - |
| YUV | 109.57 | 75.77 | 229.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 55 | 17 | 0 | 0.78 | 0.93 | 0.01 | 9.7 | 0.98 | 0.53 |
| Hex | FC | 37 | 11 | 0 | 4E | 5D | 1 | A | 62 | 35 |
| Octal | 374 | 67 | 21 | 0 | 116 | 135 | 1 | 12 | 142 | 65 |
| Binary | 11111100 | 110111 | 10001 | 0 | 1001110 | 1011101 | 1 | 1010 | 1100010 | 110101 |
Color Harmonies of #FC3711
Complementary color
Monochromatic Colors of #FC3711
Black with #FC3711
Text Example
Text Example
White with #FC3711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3711; }
p { color: rgb(252,55,17); }
H1.HeaderClassName
{
color: #FC3711;
}
.AnyTagClassName
{
color: #FC3711;
}
</style>
background-color css
<style>
a { background-color: #FC3711; }
a { background-color: rgb(252,55,17); }
div.DivClassName
{
background-color: #FC3711;
}
.BgClassName
{
background-color: #FC3711;
}
</style>
border-color css
<style>
span { border-color: #FC3711; }
span { border-color: rgb(252,55,17); }
td.TdClassName
{
border-color: #FC3711;
}
.TagClassName
{
border-color: #FC3711;
}
</style>