Shades of Orange Red #FC3713
Tints of Orange Red #FC3713
RGB
CMYK
RGB Variations
Color information
#FC3713 (or 0xFC3713) is known color: Orange Red. HEX triplet: FC, 37 and 13. RGB value is (252,55,19). Sum of RGB (Red+Green+Blue) = 252+55+19=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3713 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3713 is #03C8EC. Grayscale: #6E6E6E. Windows color (decimal): -248045 or 1259516. OLE color: 1259516.
HSL color Cylindrical-coordinate representation of color #FC3713: hue angle of 9.27º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC3713 is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 55 | 19 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.01 |
| HSL | 9.27º | 0.97% | 0.53% | - |
| HSV(B) | 9.27º | 0.92% | 0.99% | - |
| XYZ | 41.63 | 23.47 | 2.95 | - |
| YUV | 109.8 | 76.77 | 229.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 55 | 19 | 0 | 0.78 | 0.92 | 0.01 | 9.27 | 0.97 | 0.53 |
| Hex | FC | 37 | 13 | 0 | 4E | 5C | 1 | 9 | 61 | 35 |
| Octal | 374 | 67 | 23 | 0 | 116 | 134 | 1 | 11 | 141 | 65 |
| Binary | 11111100 | 110111 | 10011 | 0 | 1001110 | 1011100 | 1 | 1001 | 1100001 | 110101 |
Color Harmonies of #FC3713
Complementary color
Monochromatic Colors of #FC3713
Black with #FC3713
Text Example
Text Example
White with #FC3713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3713; }
p { color: rgb(252,55,19); }
H1.HeaderClassName
{
color: #FC3713;
}
.AnyTagClassName
{
color: #FC3713;
}
</style>
background-color css
<style>
a { background-color: #FC3713; }
a { background-color: rgb(252,55,19); }
div.DivClassName
{
background-color: #FC3713;
}
.BgClassName
{
background-color: #FC3713;
}
</style>
border-color css
<style>
span { border-color: #FC3713; }
span { border-color: rgb(252,55,19); }
td.TdClassName
{
border-color: #FC3713;
}
.TagClassName
{
border-color: #FC3713;
}
</style>