Shades of Orange Red #FC3A00
Tints of Orange Red #FC3A00
RGB
CMYK
RGB Variations
Color information
#FC3A00 (or 0xFC3A00) is known color: Orange Red. HEX triplet: FC, 3A and 00. RGB value is (252,58,0). Sum of RGB (Red+Green+Blue) = 252+58+0=310 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.29% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3A00 is #03C5FF. Grayscale: #6D6D6D. Windows color (decimal): -247296 or 15100. OLE color: 15100.
HSL color Cylindrical-coordinate representation of color #FC3A00: hue angle of 13.81º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC3A00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 58 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.01 |
| HSL | 13.81º | 1% | 0.49% | - |
| HSV(B) | 13.81º | 1% | 0.99% | - |
| XYZ | 41.66 | 23.72 | 2.38 | - |
| YUV | 109.39 | 66.27 | 229.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 58 | 0 | 0 | 0.77 | 1 | 0.01 | 13.81 | 1 | 0.49 |
| Hex | FC | 3A | 0 | 0 | 4D | 64 | 1 | E | 64 | 31 |
| Octal | 374 | 72 | 0 | 0 | 115 | 144 | 1 | 16 | 144 | 61 |
| Binary | 11111100 | 111010 | 0 | 0 | 1001101 | 1100100 | 1 | 1110 | 1100100 | 110001 |
Color Harmonies of #FC3A00
Complementary color
Monochromatic Colors of #FC3A00
Black with #FC3A00
Text Example
Text Example
White with #FC3A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3A00; }
p { color: rgb(252,58,0); }
H1.HeaderClassName
{
color: #FC3A00;
}
.AnyTagClassName
{
color: #FC3A00;
}
</style>
background-color css
<style>
a { background-color: #FC3A00; }
a { background-color: rgb(252,58,0); }
div.DivClassName
{
background-color: #FC3A00;
}
.BgClassName
{
background-color: #FC3A00;
}
</style>
border-color css
<style>
span { border-color: #FC3A00; }
span { border-color: rgb(252,58,0); }
td.TdClassName
{
border-color: #FC3A00;
}
.TagClassName
{
border-color: #FC3A00;
}
</style>