Shades of Orange Red #FC4701
Tints of Orange Red #FC4701
RGB
CMYK
RGB Variations
Color information
#FC4701 (or 0xFC4701) is known color: Orange Red. HEX triplet: FC, 47 and 01. RGB value is (252,71,1). Sum of RGB (Red+Green+Blue) = 252+71+1=324 (42% of max value = 765). Red value is 252 (98.83% from 255 or 77.78% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4701 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4701 is #03B8FE. Grayscale: #757575. Windows color (decimal): -243967 or 83964. OLE color: 83964.
HSL color Cylindrical-coordinate representation of color #FC4701: hue angle of 16.73º 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 #FC4701 is Cyan = 0, Magento = 0.72, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 71 | 1 | - |
| CMYK | 0 | 0.72 | 1.00 | 0.01 |
| HSL | 16.73º | 0.99% | 0.5% | - |
| HSV(B) | 16.73º | 1% | 0.99% | - |
| XYZ | 42.4 | 25.2 | 2.66 | - |
| YUV | 117.14 | 62.47 | 224.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 71 | 1 | 0 | 0.72 | 1.00 | 0.01 | 16.73 | 0.99 | 0.5 |
| Hex | FC | 47 | 1 | 0 | 48 | 64 | 1 | 11 | 63 | 32 |
| Octal | 374 | 107 | 1 | 0 | 110 | 144 | 1 | 21 | 143 | 62 |
| Binary | 11111100 | 1000111 | 1 | 0 | 1001000 | 1100100 | 1 | 10001 | 1100011 | 110010 |
Color Harmonies of #FC4701
Complementary color
Monochromatic Colors of #FC4701
Black with #FC4701
Text Example
Text Example
White with #FC4701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4701; }
p { color: rgb(252,71,1); }
H1.HeaderClassName
{
color: #FC4701;
}
.AnyTagClassName
{
color: #FC4701;
}
</style>
background-color css
<style>
a { background-color: #FC4701; }
a { background-color: rgb(252,71,1); }
div.DivClassName
{
background-color: #FC4701;
}
.BgClassName
{
background-color: #FC4701;
}
</style>
border-color css
<style>
span { border-color: #FC4701; }
span { border-color: rgb(252,71,1); }
td.TdClassName
{
border-color: #FC4701;
}
.TagClassName
{
border-color: #FC4701;
}
</style>