Shades of Red Orange #FC3C2E
Tints of Red Orange #FC3C2E
RGB
CMYK
RGB Variations
Color information
#FC3C2E (or 0xFC3C2E) is known color: Red Orange. HEX triplet: FC, 3C and 2E. RGB value is (252,60,46). Sum of RGB (Red+Green+Blue) = 252+60+46=358 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.39% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3C2E is #03C3D1. Grayscale: #747474. Windows color (decimal): -246738 or 3030268. OLE color: 3030268.
HSL color Cylindrical-coordinate representation of color #FC3C2E: hue angle of 4.08º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC3C2E is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 60 | 46 | - |
| CMYK | 0 | 0.76 | 0.82 | 0.01 |
| HSL | 4.08º | 0.97% | 0.58% | - |
| HSV(B) | 4.08º | 0.82% | 0.99% | - |
| XYZ | 42.25 | 24.12 | 5.01 | - |
| YUV | 115.81 | 88.61 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 46 | 0 | 0.76 | 0.82 | 0.01 | 4.08 | 0.97 | 0.58 |
| Hex | FC | 3C | 2E | 0 | 4C | 52 | 1 | 4 | 61 | 3A |
| Octal | 374 | 74 | 56 | 0 | 114 | 122 | 1 | 4 | 141 | 72 |
| Binary | 11111100 | 111100 | 101110 | 0 | 1001100 | 1010010 | 1 | 100 | 1100001 | 111010 |
Color Harmonies of #FC3C2E
Complementary color
Monochromatic Colors of #FC3C2E
Black with #FC3C2E
Text Example
Text Example
White with #FC3C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3C2E; }
p { color: rgb(252,60,46); }
H1.HeaderClassName
{
color: #FC3C2E;
}
.AnyTagClassName
{
color: #FC3C2E;
}
</style>
background-color css
<style>
a { background-color: #FC3C2E; }
a { background-color: rgb(252,60,46); }
div.DivClassName
{
background-color: #FC3C2E;
}
.BgClassName
{
background-color: #FC3C2E;
}
</style>
border-color css
<style>
span { border-color: #FC3C2E; }
span { border-color: rgb(252,60,46); }
td.TdClassName
{
border-color: #FC3C2E;
}
.TagClassName
{
border-color: #FC3C2E;
}
</style>