Shades of Orange Red #FC4115
Tints of Orange Red #FC4115
RGB
CMYK
RGB Variations
Color information
#FC4115 (or 0xFC4115) is known color: Orange Red. HEX triplet: FC, 41 and 15. RGB value is (252,65,21). Sum of RGB (Red+Green+Blue) = 252+65+21=338 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.56% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 21 (8.59% from 255 or 6.21% from 338); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4115 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4115 is #03BEEA. Grayscale: #747474. Windows color (decimal): -245483 or 1393148. OLE color: 1393148.
HSL color Cylindrical-coordinate representation of color #FC4115: hue angle of 11.43º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC4115 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 65 | 21 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.01 |
| HSL | 11.43º | 0.97% | 0.54% | - |
| HSV(B) | 11.43º | 0.92% | 0.99% | - |
| XYZ | 42.17 | 24.53 | 3.22 | - |
| YUV | 115.9 | 74.45 | 225.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 65 | 21 | 0 | 0.74 | 0.92 | 0.01 | 11.43 | 0.97 | 0.54 |
| Hex | FC | 41 | 15 | 0 | 4A | 5C | 1 | B | 61 | 36 |
| Octal | 374 | 101 | 25 | 0 | 112 | 134 | 1 | 13 | 141 | 66 |
| Binary | 11111100 | 1000001 | 10101 | 0 | 1001010 | 1011100 | 1 | 1011 | 1100001 | 110110 |
Color Harmonies of #FC4115
Complementary color
Monochromatic Colors of #FC4115
Black with #FC4115
Text Example
Text Example
White with #FC4115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4115; }
p { color: rgb(252,65,21); }
H1.HeaderClassName
{
color: #FC4115;
}
.AnyTagClassName
{
color: #FC4115;
}
</style>
background-color css
<style>
a { background-color: #FC4115; }
a { background-color: rgb(252,65,21); }
div.DivClassName
{
background-color: #FC4115;
}
.BgClassName
{
background-color: #FC4115;
}
</style>
border-color css
<style>
span { border-color: #FC4115; }
span { border-color: rgb(252,65,21); }
td.TdClassName
{
border-color: #FC4115;
}
.TagClassName
{
border-color: #FC4115;
}
</style>