Shades of Orange Red #FC4501
Tints of Orange Red #FC4501
RGB
CMYK
RGB Variations
Color information
#FC4501 (or 0xFC4501) is known color: Orange Red. HEX triplet: FC, 45 and 01. RGB value is (252,69,1). Sum of RGB (Red+Green+Blue) = 252+69+1=322 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.26% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4501 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4501 is #03BAFE. Grayscale: #747474. Windows color (decimal): -244479 or 83452. OLE color: 83452.
HSL color Cylindrical-coordinate representation of color #FC4501: hue angle of 16.25º 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 #FC4501 is Cyan = 0, Magento = 0.73, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 69 | 1 | - |
| CMYK | 0 | 0.73 | 1.00 | 0.01 |
| HSL | 16.25º | 0.99% | 0.5% | - |
| HSV(B) | 16.25º | 1% | 0.99% | - |
| XYZ | 42.28 | 24.95 | 2.62 | - |
| YUV | 115.97 | 63.13 | 225.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 69 | 1 | 0 | 0.73 | 1.00 | 0.01 | 16.25 | 0.99 | 0.5 |
| Hex | FC | 45 | 1 | 0 | 49 | 64 | 1 | 10 | 63 | 32 |
| Octal | 374 | 105 | 1 | 0 | 111 | 144 | 1 | 20 | 143 | 62 |
| Binary | 11111100 | 1000101 | 1 | 0 | 1001001 | 1100100 | 1 | 10000 | 1100011 | 110010 |
Color Harmonies of #FC4501
Complementary color
Monochromatic Colors of #FC4501
Black with #FC4501
Text Example
Text Example
White with #FC4501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4501; }
p { color: rgb(252,69,1); }
H1.HeaderClassName
{
color: #FC4501;
}
.AnyTagClassName
{
color: #FC4501;
}
</style>
background-color css
<style>
a { background-color: #FC4501; }
a { background-color: rgb(252,69,1); }
div.DivClassName
{
background-color: #FC4501;
}
.BgClassName
{
background-color: #FC4501;
}
</style>
border-color css
<style>
span { border-color: #FC4501; }
span { border-color: rgb(252,69,1); }
td.TdClassName
{
border-color: #FC4501;
}
.TagClassName
{
border-color: #FC4501;
}
</style>