Shades of Red Orange #FC3C1B
Tints of Red Orange #FC3C1B
RGB
CMYK
RGB Variations
Color information
#FC3C1B (or 0xFC3C1B) is known color: Red Orange. HEX triplet: FC, 3C and 1B. RGB value is (252,60,27). Sum of RGB (Red+Green+Blue) = 252+60+27=339 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.34% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 27 (10.94% from 255 or 7.96% from 339); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3C1B is #03C3E4. Grayscale: #717171. Windows color (decimal): -246757 or 1785084. OLE color: 1785084.
HSL color Cylindrical-coordinate representation of color #FC3C1B: hue angle of 8.8º 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 #FC3C1B is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 60 | 27 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.01 |
| HSL | 8.8º | 0.97% | 0.55% | - |
| HSV(B) | 8.8º | 0.89% | 0.99% | - |
| XYZ | 41.96 | 24.01 | 3.46 | - |
| YUV | 113.65 | 79.11 | 226.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 27 | 0 | 0.76 | 0.89 | 0.01 | 8.8 | 0.97 | 0.55 |
| Hex | FC | 3C | 1B | 0 | 4C | 59 | 1 | 9 | 61 | 37 |
| Octal | 374 | 74 | 33 | 0 | 114 | 131 | 1 | 11 | 141 | 67 |
| Binary | 11111100 | 111100 | 11011 | 0 | 1001100 | 1011001 | 1 | 1001 | 1100001 | 110111 |
Color Harmonies of #FC3C1B
Complementary color
Monochromatic Colors of #FC3C1B
Black with #FC3C1B
Text Example
Text Example
White with #FC3C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3C1B; }
p { color: rgb(252,60,27); }
H1.HeaderClassName
{
color: #FC3C1B;
}
.AnyTagClassName
{
color: #FC3C1B;
}
</style>
background-color css
<style>
a { background-color: #FC3C1B; }
a { background-color: rgb(252,60,27); }
div.DivClassName
{
background-color: #FC3C1B;
}
.BgClassName
{
background-color: #FC3C1B;
}
</style>
border-color css
<style>
span { border-color: #FC3C1B; }
span { border-color: rgb(252,60,27); }
td.TdClassName
{
border-color: #FC3C1B;
}
.TagClassName
{
border-color: #FC3C1B;
}
</style>