Shades of Orange Red #FC3A05
Tints of Orange Red #FC3A05
RGB
CMYK
RGB Variations
Color information
#FC3A05 (or 0xFC3A05) is known color: Orange Red. HEX triplet: FC, 3A and 05. RGB value is (252,58,5). Sum of RGB (Red+Green+Blue) = 252+58+5=315 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3A05 is #03C5FA. Grayscale: #6E6E6E. Windows color (decimal): -247291 or 342780. OLE color: 342780.
HSL color Cylindrical-coordinate representation of color #FC3A05: hue angle of 12.87º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC3A05 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 58 | 5 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.01 |
| HSL | 12.87º | 0.98% | 0.5% | - |
| HSV(B) | 12.87º | 0.98% | 0.99% | - |
| XYZ | 41.69 | 23.73 | 2.53 | - |
| YUV | 109.96 | 68.77 | 229.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 58 | 5 | 0 | 0.77 | 0.98 | 0.01 | 12.87 | 0.98 | 0.5 |
| Hex | FC | 3A | 5 | 0 | 4D | 62 | 1 | D | 62 | 32 |
| Octal | 374 | 72 | 5 | 0 | 115 | 142 | 1 | 15 | 142 | 62 |
| Binary | 11111100 | 111010 | 101 | 0 | 1001101 | 1100010 | 1 | 1101 | 1100010 | 110010 |
Color Harmonies of #FC3A05
Complementary color
Monochromatic Colors of #FC3A05
Black with #FC3A05
Text Example
Text Example
White with #FC3A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3A05; }
p { color: rgb(252,58,5); }
H1.HeaderClassName
{
color: #FC3A05;
}
.AnyTagClassName
{
color: #FC3A05;
}
</style>
background-color css
<style>
a { background-color: #FC3A05; }
a { background-color: rgb(252,58,5); }
div.DivClassName
{
background-color: #FC3A05;
}
.BgClassName
{
background-color: #FC3A05;
}
</style>
border-color css
<style>
span { border-color: #FC3A05; }
span { border-color: rgb(252,58,5); }
td.TdClassName
{
border-color: #FC3A05;
}
.TagClassName
{
border-color: #FC3A05;
}
</style>