Shades of Orange Red #FC3700
Tints of Orange Red #FC3700
RGB
CMYK
RGB Variations
Color information
#FC3700 (or 0xFC3700) is known color: Orange Red. HEX triplet: FC, 37 and 00. RGB value is (252,55,0). Sum of RGB (Red+Green+Blue) = 252+55+0=307 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.08% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 0 (0.39% from 255 or 0% from 307); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3700 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3700 is #03C8FF. Grayscale: #6C6C6C. Windows color (decimal): -248064 or 14332. OLE color: 14332.
HSL color Cylindrical-coordinate representation of color #FC3700: hue angle of 13.1º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC3700 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 55 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.01 |
| HSL | 13.1º | 1% | 0.49% | - |
| HSV(B) | 13.1º | 1% | 0.99% | - |
| XYZ | 41.51 | 23.43 | 2.33 | - |
| YUV | 107.63 | 67.27 | 230.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 55 | 0 | 0 | 0.78 | 1 | 0.01 | 13.1 | 1 | 0.49 |
| Hex | FC | 37 | 0 | 0 | 4E | 64 | 1 | D | 64 | 31 |
| Octal | 374 | 67 | 0 | 0 | 116 | 144 | 1 | 15 | 144 | 61 |
| Binary | 11111100 | 110111 | 0 | 0 | 1001110 | 1100100 | 1 | 1101 | 1100100 | 110001 |
Color Harmonies of #FC3700
Complementary color
Monochromatic Colors of #FC3700
Black with #FC3700
Text Example
Text Example
White with #FC3700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3700; }
p { color: rgb(252,55,0); }
H1.HeaderClassName
{
color: #FC3700;
}
.AnyTagClassName
{
color: #FC3700;
}
</style>
background-color css
<style>
a { background-color: #FC3700; }
a { background-color: rgb(252,55,0); }
div.DivClassName
{
background-color: #FC3700;
}
.BgClassName
{
background-color: #FC3700;
}
</style>
border-color css
<style>
span { border-color: #FC3700; }
span { border-color: rgb(252,55,0); }
td.TdClassName
{
border-color: #FC3700;
}
.TagClassName
{
border-color: #FC3700;
}
</style>