Shades of Red Orange #FC3C28
Tints of Red Orange #FC3C28
RGB
CMYK
RGB Variations
Color information
#FC3C28 (or 0xFC3C28) is known color: Red Orange. HEX triplet: FC, 3C and 28. RGB value is (252,60,40). Sum of RGB (Red+Green+Blue) = 252+60+40=352 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.59% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C28 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3C28 is #03C3D7. Grayscale: #737373. Windows color (decimal): -246744 or 2637052. OLE color: 2637052.
HSL color Cylindrical-coordinate representation of color #FC3C28: hue angle of 5.66º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FC3C28 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 60 | 40 | - |
| CMYK | 0 | 0.76 | 0.84 | 0.01 |
| HSL | 5.66º | 0.97% | 0.57% | - |
| HSV(B) | 5.66º | 0.84% | 0.99% | - |
| XYZ | 42.14 | 24.08 | 4.43 | - |
| YUV | 115.13 | 85.61 | 225.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 40 | 0 | 0.76 | 0.84 | 0.01 | 5.66 | 0.97 | 0.57 |
| Hex | FC | 3C | 28 | 0 | 4C | 54 | 1 | 6 | 61 | 39 |
| Octal | 374 | 74 | 50 | 0 | 114 | 124 | 1 | 6 | 141 | 71 |
| Binary | 11111100 | 111100 | 101000 | 0 | 1001100 | 1010100 | 1 | 110 | 1100001 | 111001 |
Color Harmonies of #FC3C28
Complementary color
Monochromatic Colors of #FC3C28
Black with #FC3C28
Text Example
Text Example
White with #FC3C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3C28; }
p { color: rgb(252,60,40); }
H1.HeaderClassName
{
color: #FC3C28;
}
.AnyTagClassName
{
color: #FC3C28;
}
</style>
background-color css
<style>
a { background-color: #FC3C28; }
a { background-color: rgb(252,60,40); }
div.DivClassName
{
background-color: #FC3C28;
}
.BgClassName
{
background-color: #FC3C28;
}
</style>
border-color css
<style>
span { border-color: #FC3C28; }
span { border-color: rgb(252,60,40); }
td.TdClassName
{
border-color: #FC3C28;
}
.TagClassName
{
border-color: #FC3C28;
}
</style>