Shades of Orange Red #FC4100
Tints of Orange Red #FC4100
RGB
CMYK
RGB Variations
Color information
#FC4100 (or 0xFC4100) is known color: Orange Red. HEX triplet: FC, 41 and 00. RGB value is (252,65,0). Sum of RGB (Red+Green+Blue) = 252+65+0=317 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.50% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4100 is #03BEFF. Grayscale: #717171. Windows color (decimal): -245504 or 16892. OLE color: 16892.
HSL color Cylindrical-coordinate representation of color #FC4100: hue angle of 15.48º 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 #FC4100 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.01 |
| HSL | 15.48º | 1% | 0.49% | - |
| HSV(B) | 15.48º | 1% | 0.99% | - |
| XYZ | 42.04 | 24.48 | 2.51 | - |
| YUV | 113.5 | 63.95 | 226.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 0 | 0 | 0.74 | 1 | 0.01 | 15.48 | 1 | 0.49 |
| Hex | FC | 41 | 0 | 0 | 4A | 64 | 1 | F | 64 | 31 |
| Octal | 374 | 101 | 0 | 0 | 112 | 144 | 1 | 17 | 144 | 61 |
| Binary | 11111100 | 1000001 | 0 | 0 | 1001010 | 1100100 | 1 | 1111 | 1100100 | 110001 |
Color Harmonies of #FC4100
Complementary color
Monochromatic Colors of #FC4100
Black with #FC4100
Text Example
Text Example
White with #FC4100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4100; }
p { color: rgb(252,65,0); }
H1.HeaderClassName
{
color: #FC4100;
}
.AnyTagClassName
{
color: #FC4100;
}
</style>
background-color css
<style>
a { background-color: #FC4100; }
a { background-color: rgb(252,65,0); }
div.DivClassName
{
background-color: #FC4100;
}
.BgClassName
{
background-color: #FC4100;
}
</style>
border-color css
<style>
span { border-color: #FC4100; }
span { border-color: rgb(252,65,0); }
td.TdClassName
{
border-color: #FC4100;
}
.TagClassName
{
border-color: #FC4100;
}
</style>