Shades of Orange Red #FC3B00
Tints of Orange Red #FC3B00
RGB
CMYK
RGB Variations
Color information
#FC3B00 (or 0xFC3B00) is known color: Orange Red. HEX triplet: FC, 3B and 00. RGB value is (252,59,0). Sum of RGB (Red+Green+Blue) = 252+59+0=311 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.03% from 311); Green value is 59 (23.44% from 255 or 18.97% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3B00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3B00 is #03C4FF. Grayscale: #6E6E6E. Windows color (decimal): -247040 or 15356. OLE color: 15356.
HSL color Cylindrical-coordinate representation of color #FC3B00: hue angle of 14.05º 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 #FC3B00 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 59 | 0 | - |
| CMYK | 0 | 0.77 | 1 | 0.01 |
| HSL | 14.05º | 1% | 0.49% | - |
| HSV(B) | 14.05º | 1% | 0.99% | - |
| XYZ | 41.71 | 23.82 | 2.4 | - |
| YUV | 109.98 | 65.94 | 229.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 59 | 0 | 0 | 0.77 | 1 | 0.01 | 14.05 | 1 | 0.49 |
| Hex | FC | 3B | 0 | 0 | 4D | 64 | 1 | E | 64 | 31 |
| Octal | 374 | 73 | 0 | 0 | 115 | 144 | 1 | 16 | 144 | 61 |
| Binary | 11111100 | 111011 | 0 | 0 | 1001101 | 1100100 | 1 | 1110 | 1100100 | 110001 |
Color Harmonies of #FC3B00
Complementary color
Monochromatic Colors of #FC3B00
Black with #FC3B00
Text Example
Text Example
White with #FC3B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3B00; }
p { color: rgb(252,59,0); }
H1.HeaderClassName
{
color: #FC3B00;
}
.AnyTagClassName
{
color: #FC3B00;
}
</style>
background-color css
<style>
a { background-color: #FC3B00; }
a { background-color: rgb(252,59,0); }
div.DivClassName
{
background-color: #FC3B00;
}
.BgClassName
{
background-color: #FC3B00;
}
</style>
border-color css
<style>
span { border-color: #FC3B00; }
span { border-color: rgb(252,59,0); }
td.TdClassName
{
border-color: #FC3B00;
}
.TagClassName
{
border-color: #FC3B00;
}
</style>