Shades of Red Orange #FC3A1C
Tints of Red Orange #FC3A1C
RGB
CMYK
RGB Variations
Color information
#FC3A1C (or 0xFC3A1C) is known color: Red Orange. HEX triplet: FC, 3A and 1C. RGB value is (252,58,28). Sum of RGB (Red+Green+Blue) = 252+58+28=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 28 (11.33% from 255 or 8.28% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A1C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3A1C is #03C5E3. Grayscale: #707070. Windows color (decimal): -247268 or 1850108. OLE color: 1850108.
HSL color Cylindrical-coordinate representation of color #FC3A1C: hue angle of 8.04º 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 #FC3A1C is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 58 | 28 | - |
| CMYK | 0 | 0.77 | 0.89 | 0.01 |
| HSL | 8.04º | 0.97% | 0.55% | - |
| HSV(B) | 8.04º | 0.89% | 0.99% | - |
| XYZ | 41.87 | 23.81 | 3.49 | - |
| YUV | 112.59 | 80.27 | 227.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 58 | 28 | 0 | 0.77 | 0.89 | 0.01 | 8.04 | 0.97 | 0.55 |
| Hex | FC | 3A | 1C | 0 | 4D | 59 | 1 | 8 | 61 | 37 |
| Octal | 374 | 72 | 34 | 0 | 115 | 131 | 1 | 10 | 141 | 67 |
| Binary | 11111100 | 111010 | 11100 | 0 | 1001101 | 1011001 | 1 | 1000 | 1100001 | 110111 |
Color Harmonies of #FC3A1C
Complementary color
Monochromatic Colors of #FC3A1C
Black with #FC3A1C
Text Example
Text Example
White with #FC3A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3A1C; }
p { color: rgb(252,58,28); }
H1.HeaderClassName
{
color: #FC3A1C;
}
.AnyTagClassName
{
color: #FC3A1C;
}
</style>
background-color css
<style>
a { background-color: #FC3A1C; }
a { background-color: rgb(252,58,28); }
div.DivClassName
{
background-color: #FC3A1C;
}
.BgClassName
{
background-color: #FC3A1C;
}
</style>
border-color css
<style>
span { border-color: #FC3A1C; }
span { border-color: rgb(252,58,28); }
td.TdClassName
{
border-color: #FC3A1C;
}
.TagClassName
{
border-color: #FC3A1C;
}
</style>