Shades of Orange Red #FC4A16
Tints of Orange Red #FC4A16
RGB
CMYK
RGB Variations
Color information
#FC4A16 (or 0xFC4A16) is known color: Orange Red. HEX triplet: FC, 4A and 16. RGB value is (252,74,22). Sum of RGB (Red+Green+Blue) = 252+74+22=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4A16 is #03B5E9. Grayscale: #797979. Windows color (decimal): -243178 or 1460988. OLE color: 1460988.
HSL color Cylindrical-coordinate representation of color #FC4A16: hue angle of 13.57º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC4A16 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 74 | 22 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.01 |
| HSL | 13.57º | 0.97% | 0.54% | - |
| HSV(B) | 13.57º | 0.91% | 0.99% | - |
| XYZ | 42.74 | 25.65 | 3.46 | - |
| YUV | 121.29 | 71.97 | 221.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 74 | 22 | 0 | 0.71 | 0.91 | 0.01 | 13.57 | 0.97 | 0.54 |
| Hex | FC | 4A | 16 | 0 | 47 | 5B | 1 | E | 61 | 36 |
| Octal | 374 | 112 | 26 | 0 | 107 | 133 | 1 | 16 | 141 | 66 |
| Binary | 11111100 | 1001010 | 10110 | 0 | 1000111 | 1011011 | 1 | 1110 | 1100001 | 110110 |
Color Harmonies of #FC4A16
Complementary color
Monochromatic Colors of #FC4A16
Black with #FC4A16
Text Example
Text Example
White with #FC4A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4A16; }
p { color: rgb(252,74,22); }
H1.HeaderClassName
{
color: #FC4A16;
}
.AnyTagClassName
{
color: #FC4A16;
}
</style>
background-color css
<style>
a { background-color: #FC4A16; }
a { background-color: rgb(252,74,22); }
div.DivClassName
{
background-color: #FC4A16;
}
.BgClassName
{
background-color: #FC4A16;
}
</style>
border-color css
<style>
span { border-color: #FC4A16; }
span { border-color: rgb(252,74,22); }
td.TdClassName
{
border-color: #FC4A16;
}
.TagClassName
{
border-color: #FC4A16;
}
</style>