Shades of Orange Red #FC3C02
Tints of Orange Red #FC3C02
RGB
CMYK
RGB Variations
Color information
#FC3C02 (or 0xFC3C02) is known color: Orange Red. HEX triplet: FC, 3C and 02. RGB value is (252,60,2). Sum of RGB (Red+Green+Blue) = 252+60+2=314 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.25% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3C02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3C02 is #03C3FD. Grayscale: #6F6F6F. Windows color (decimal): -246782 or 146684. OLE color: 146684.
HSL color Cylindrical-coordinate representation of color #FC3C02: hue angle of 13.92º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC3C02 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 60 | 2 | - |
| CMYK | 0 | 0.76 | 0.99 | 0.01 |
| HSL | 13.92º | 0.98% | 0.5% | - |
| HSV(B) | 13.92º | 0.99% | 0.99% | - |
| XYZ | 41.77 | 23.93 | 2.48 | - |
| YUV | 110.8 | 66.61 | 228.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 60 | 2 | 0 | 0.76 | 0.99 | 0.01 | 13.92 | 0.98 | 0.5 |
| Hex | FC | 3C | 2 | 0 | 4C | 63 | 1 | E | 62 | 32 |
| Octal | 374 | 74 | 2 | 0 | 114 | 143 | 1 | 16 | 142 | 62 |
| Binary | 11111100 | 111100 | 10 | 0 | 1001100 | 1100011 | 1 | 1110 | 1100010 | 110010 |
Color Harmonies of #FC3C02
Complementary color
Monochromatic Colors of #FC3C02
Black with #FC3C02
Text Example
Text Example
White with #FC3C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3C02; }
p { color: rgb(252,60,2); }
H1.HeaderClassName
{
color: #FC3C02;
}
.AnyTagClassName
{
color: #FC3C02;
}
</style>
background-color css
<style>
a { background-color: #FC3C02; }
a { background-color: rgb(252,60,2); }
div.DivClassName
{
background-color: #FC3C02;
}
.BgClassName
{
background-color: #FC3C02;
}
</style>
border-color css
<style>
span { border-color: #FC3C02; }
span { border-color: rgb(252,60,2); }
td.TdClassName
{
border-color: #FC3C02;
}
.TagClassName
{
border-color: #FC3C02;
}
</style>