Shades of Red Orange #FC3A1E
Tints of Red Orange #FC3A1E
RGB
CMYK
RGB Variations
Color information
#FC3A1E (or 0xFC3A1E) is known color: Red Orange. HEX triplet: FC, 3A and 1E. RGB value is (252,58,30). Sum of RGB (Red+Green+Blue) = 252+58+30=340 (45% of max value = 765). Red value is 252 (98.83% from 255 or 74.12% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3A1E is #03C5E1. Grayscale: #717171. Windows color (decimal): -247266 or 1981180. OLE color: 1981180.
HSL color Cylindrical-coordinate representation of color #FC3A1E: hue angle of 7.57º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC3A1E is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 58 | 30 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.01 |
| HSL | 7.57º | 0.97% | 0.55% | - |
| HSV(B) | 7.57º | 0.88% | 0.99% | - |
| XYZ | 41.89 | 23.82 | 3.62 | - |
| YUV | 112.81 | 81.27 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 58 | 30 | 0 | 0.77 | 0.88 | 0.01 | 7.57 | 0.97 | 0.55 |
| Hex | FC | 3A | 1E | 0 | 4D | 58 | 1 | 8 | 61 | 37 |
| Octal | 374 | 72 | 36 | 0 | 115 | 130 | 1 | 10 | 141 | 67 |
| Binary | 11111100 | 111010 | 11110 | 0 | 1001101 | 1011000 | 1 | 1000 | 1100001 | 110111 |
Color Harmonies of #FC3A1E
Complementary color
Monochromatic Colors of #FC3A1E
Black with #FC3A1E
Text Example
Text Example
White with #FC3A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3A1E; }
p { color: rgb(252,58,30); }
H1.HeaderClassName
{
color: #FC3A1E;
}
.AnyTagClassName
{
color: #FC3A1E;
}
</style>
background-color css
<style>
a { background-color: #FC3A1E; }
a { background-color: rgb(252,58,30); }
div.DivClassName
{
background-color: #FC3A1E;
}
.BgClassName
{
background-color: #FC3A1E;
}
</style>
border-color css
<style>
span { border-color: #FC3A1E; }
span { border-color: rgb(252,58,30); }
td.TdClassName
{
border-color: #FC3A1E;
}
.TagClassName
{
border-color: #FC3A1E;
}
</style>