Shades of Orange Red #FC4015
Tints of Orange Red #FC4015
RGB
CMYK
RGB Variations
Color information
#FC4015 (or 0xFC4015) is known color: Orange Red. HEX triplet: FC, 40 and 15. RGB value is (252,64,21). Sum of RGB (Red+Green+Blue) = 252+64+21=337 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.78% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4015 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4015 is #03BFEA. Grayscale: #737373. Windows color (decimal): -245739 or 1392892. OLE color: 1392892.
HSL color Cylindrical-coordinate representation of color #FC4015: hue angle of 11.17º 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 #FC4015 is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 64 | 21 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.01 |
| HSL | 11.17º | 0.97% | 0.54% | - |
| HSV(B) | 11.17º | 0.92% | 0.99% | - |
| XYZ | 42.11 | 24.42 | 3.2 | - |
| YUV | 115.31 | 74.78 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 64 | 21 | 0 | 0.75 | 0.92 | 0.01 | 11.17 | 0.97 | 0.54 |
| Hex | FC | 40 | 15 | 0 | 4B | 5C | 1 | B | 61 | 36 |
| Octal | 374 | 100 | 25 | 0 | 113 | 134 | 1 | 13 | 141 | 66 |
| Binary | 11111100 | 1000000 | 10101 | 0 | 1001011 | 1011100 | 1 | 1011 | 1100001 | 110110 |
Color Harmonies of #FC4015
Complementary color
Monochromatic Colors of #FC4015
Black with #FC4015
Text Example
Text Example
White with #FC4015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4015; }
p { color: rgb(252,64,21); }
H1.HeaderClassName
{
color: #FC4015;
}
.AnyTagClassName
{
color: #FC4015;
}
</style>
background-color css
<style>
a { background-color: #FC4015; }
a { background-color: rgb(252,64,21); }
div.DivClassName
{
background-color: #FC4015;
}
.BgClassName
{
background-color: #FC4015;
}
</style>
border-color css
<style>
span { border-color: #FC4015; }
span { border-color: rgb(252,64,21); }
td.TdClassName
{
border-color: #FC4015;
}
.TagClassName
{
border-color: #FC4015;
}
</style>