Shades of Orange Red #FC4416
Tints of Orange Red #FC4416
RGB
CMYK
RGB Variations
Color information
#FC4416 (or 0xFC4416) is known color: Orange Red. HEX triplet: FC, 44 and 16. RGB value is (252,68,22). Sum of RGB (Red+Green+Blue) = 252+68+22=342 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.68% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4416 is #03BBE9. Grayscale: #767676. Windows color (decimal): -244714 or 1459452. OLE color: 1459452.
HSL color Cylindrical-coordinate representation of color #FC4416: hue angle of 12º 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 #FC4416 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 68 | 22 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.01 |
| HSL | 12º | 0.97% | 0.54% | - |
| HSV(B) | 12º | 0.91% | 0.99% | - |
| XYZ | 42.36 | 24.89 | 3.33 | - |
| YUV | 117.77 | 73.96 | 223.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 68 | 22 | 0 | 0.73 | 0.91 | 0.01 | 12 | 0.97 | 0.54 |
| Hex | FC | 44 | 16 | 0 | 49 | 5B | 1 | C | 61 | 36 |
| Octal | 374 | 104 | 26 | 0 | 111 | 133 | 1 | 14 | 141 | 66 |
| Binary | 11111100 | 1000100 | 10110 | 0 | 1001001 | 1011011 | 1 | 1100 | 1100001 | 110110 |
Color Harmonies of #FC4416
Complementary color
Monochromatic Colors of #FC4416
Black with #FC4416
Text Example
Text Example
White with #FC4416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4416; }
p { color: rgb(252,68,22); }
H1.HeaderClassName
{
color: #FC4416;
}
.AnyTagClassName
{
color: #FC4416;
}
</style>
background-color css
<style>
a { background-color: #FC4416; }
a { background-color: rgb(252,68,22); }
div.DivClassName
{
background-color: #FC4416;
}
.BgClassName
{
background-color: #FC4416;
}
</style>
border-color css
<style>
span { border-color: #FC4416; }
span { border-color: rgb(252,68,22); }
td.TdClassName
{
border-color: #FC4416;
}
.TagClassName
{
border-color: #FC4416;
}
</style>