Shades of Orange Red #FC3501
Tints of Orange Red #FC3501
RGB
CMYK
RGB Variations
Color information
#FC3501 (or 0xFC3501) is known color: Orange Red. HEX triplet: FC, 35 and 01. RGB value is (252,53,1). Sum of RGB (Red+Green+Blue) = 252+53+1=306 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.35% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3501 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3501 is #03CAFE. Grayscale: #6A6A6A. Windows color (decimal): -248575 or 79356. OLE color: 79356.
HSL color Cylindrical-coordinate representation of color #FC3501: hue angle of 12.43º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC3501 is Cyan = 0, Magento = 0.79, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 53 | 1 | - |
| CMYK | 0 | 0.79 | 1.00 | 0.01 |
| HSL | 12.43º | 0.99% | 0.5% | - |
| HSV(B) | 12.43º | 1% | 0.99% | - |
| XYZ | 41.42 | 23.24 | 2.33 | - |
| YUV | 106.57 | 68.43 | 231.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 53 | 1 | 0 | 0.79 | 1.00 | 0.01 | 12.43 | 0.99 | 0.5 |
| Hex | FC | 35 | 1 | 0 | 4F | 64 | 1 | C | 63 | 32 |
| Octal | 374 | 65 | 1 | 0 | 117 | 144 | 1 | 14 | 143 | 62 |
| Binary | 11111100 | 110101 | 1 | 0 | 1001111 | 1100100 | 1 | 1100 | 1100011 | 110010 |
Color Harmonies of #FC3501
Complementary color
Monochromatic Colors of #FC3501
Black with #FC3501
Text Example
Text Example
White with #FC3501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3501; }
p { color: rgb(252,53,1); }
H1.HeaderClassName
{
color: #FC3501;
}
.AnyTagClassName
{
color: #FC3501;
}
</style>
background-color css
<style>
a { background-color: #FC3501; }
a { background-color: rgb(252,53,1); }
div.DivClassName
{
background-color: #FC3501;
}
.BgClassName
{
background-color: #FC3501;
}
</style>
border-color css
<style>
span { border-color: #FC3501; }
span { border-color: rgb(252,53,1); }
td.TdClassName
{
border-color: #FC3501;
}
.TagClassName
{
border-color: #FC3501;
}
</style>