Shades of Orange Red #FC3710
Tints of Orange Red #FC3710
RGB
CMYK
RGB Variations
Color information
#FC3710 (or 0xFC3710) is known color: Orange Red. HEX triplet: FC, 37 and 10. RGB value is (252,55,16). Sum of RGB (Red+Green+Blue) = 252+55+16=323 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.02% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 16 (6.64% from 255 or 4.95% from 323); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3710 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3710 is #03C8EF. Grayscale: #6D6D6D. Windows color (decimal): -248048 or 1062908. OLE color: 1062908.
HSL color Cylindrical-coordinate representation of color #FC3710: hue angle of 9.92º 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 #FC3710 is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 55 | 16 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.01 |
| HSL | 9.92º | 0.98% | 0.53% | - |
| HSV(B) | 9.92º | 0.94% | 0.99% | - |
| XYZ | 41.6 | 23.47 | 2.83 | - |
| YUV | 109.46 | 75.27 | 229.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 55 | 16 | 0 | 0.78 | 0.94 | 0.01 | 9.92 | 0.98 | 0.53 |
| Hex | FC | 37 | 10 | 0 | 4E | 5E | 1 | A | 62 | 35 |
| Octal | 374 | 67 | 20 | 0 | 116 | 136 | 1 | 12 | 142 | 65 |
| Binary | 11111100 | 110111 | 10000 | 0 | 1001110 | 1011110 | 1 | 1010 | 1100010 | 110101 |
Color Harmonies of #FC3710
Complementary color
Monochromatic Colors of #FC3710
Black with #FC3710
Text Example
Text Example
White with #FC3710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3710; }
p { color: rgb(252,55,16); }
H1.HeaderClassName
{
color: #FC3710;
}
.AnyTagClassName
{
color: #FC3710;
}
</style>
background-color css
<style>
a { background-color: #FC3710; }
a { background-color: rgb(252,55,16); }
div.DivClassName
{
background-color: #FC3710;
}
.BgClassName
{
background-color: #FC3710;
}
</style>
border-color css
<style>
span { border-color: #FC3710; }
span { border-color: rgb(252,55,16); }
td.TdClassName
{
border-color: #FC3710;
}
.TagClassName
{
border-color: #FC3710;
}
</style>