Shades of Red Orange #FC391C
Tints of Red Orange #FC391C
RGB
CMYK
RGB Variations
Color information
#FC391C (or 0xFC391C) is known color: Red Orange. HEX triplet: FC, 39 and 1C. RGB value is (252,57,28). Sum of RGB (Red+Green+Blue) = 252+57+28=337 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.78% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 252 - color contains mainly: red. Hex color #FC391C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC391C is #03C6E3. Grayscale: #707070. Windows color (decimal): -247524 or 1849852. OLE color: 1849852.
HSL color Cylindrical-coordinate representation of color #FC391C: hue angle of 7.77º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC391C is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 57 | 28 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.01 |
| HSL | 7.77º | 0.97% | 0.55% | - |
| HSV(B) | 7.77º | 0.89% | 0.99% | - |
| XYZ | 41.82 | 23.71 | 3.47 | - |
| YUV | 112 | 80.6 | 227.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 57 | 28 | 0 | 0.77 | 0.89 | 0.01 | 7.77 | 0.97 | 0.55 |
| Hex | FC | 39 | 1C | 0 | 4D | 59 | 1 | 8 | 61 | 37 |
| Octal | 374 | 71 | 34 | 0 | 115 | 131 | 1 | 10 | 141 | 67 |
| Binary | 11111100 | 111001 | 11100 | 0 | 1001101 | 1011001 | 1 | 1000 | 1100001 | 110111 |
Color Harmonies of #FC391C
Complementary color
Monochromatic Colors of #FC391C
Black with #FC391C
Text Example
Text Example
White with #FC391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC391C; }
p { color: rgb(252,57,28); }
H1.HeaderClassName
{
color: #FC391C;
}
.AnyTagClassName
{
color: #FC391C;
}
</style>
background-color css
<style>
a { background-color: #FC391C; }
a { background-color: rgb(252,57,28); }
div.DivClassName
{
background-color: #FC391C;
}
.BgClassName
{
background-color: #FC391C;
}
</style>
border-color css
<style>
span { border-color: #FC391C; }
span { border-color: rgb(252,57,28); }
td.TdClassName
{
border-color: #FC391C;
}
.TagClassName
{
border-color: #FC391C;
}
</style>