Shades of Orange Red #FC4101
Tints of Orange Red #FC4101
RGB
CMYK
RGB Variations
Color information
#FC4101 (or 0xFC4101) is known color: Orange Red. HEX triplet: FC, 41 and 01. RGB value is (252,65,1). Sum of RGB (Red+Green+Blue) = 252+65+1=318 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.25% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4101 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4101 is #03BEFE. Grayscale: #727272. Windows color (decimal): -245503 or 82428. OLE color: 82428.
HSL color Cylindrical-coordinate representation of color #FC4101: hue angle of 15.3º 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 #FC4101 is Cyan = 0, Magento = 0.74, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 1 | - |
| CMYK | 0 | 0.74 | 1.00 | 0.01 |
| HSL | 15.3º | 0.99% | 0.5% | - |
| HSV(B) | 15.3º | 1% | 0.99% | - |
| XYZ | 42.04 | 24.48 | 2.54 | - |
| YUV | 113.62 | 64.45 | 226.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 1 | 0 | 0.74 | 1.00 | 0.01 | 15.3 | 0.99 | 0.5 |
| Hex | FC | 41 | 1 | 0 | 4A | 64 | 1 | F | 63 | 32 |
| Octal | 374 | 101 | 1 | 0 | 112 | 144 | 1 | 17 | 143 | 62 |
| Binary | 11111100 | 1000001 | 1 | 0 | 1001010 | 1100100 | 1 | 1111 | 1100011 | 110010 |
Color Harmonies of #FC4101
Complementary color
Monochromatic Colors of #FC4101
Black with #FC4101
Text Example
Text Example
White with #FC4101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4101; }
p { color: rgb(252,65,1); }
H1.HeaderClassName
{
color: #FC4101;
}
.AnyTagClassName
{
color: #FC4101;
}
</style>
background-color css
<style>
a { background-color: #FC4101; }
a { background-color: rgb(252,65,1); }
div.DivClassName
{
background-color: #FC4101;
}
.BgClassName
{
background-color: #FC4101;
}
</style>
border-color css
<style>
span { border-color: #FC4101; }
span { border-color: rgb(252,65,1); }
td.TdClassName
{
border-color: #FC4101;
}
.TagClassName
{
border-color: #FC4101;
}
</style>