Shades of Orange Red #FC4617
Tints of Orange Red #FC4617
RGB
CMYK
RGB Variations
Color information
#FC4617 (or 0xFC4617) is known color: Orange Red. HEX triplet: FC, 46 and 17. RGB value is (252,70,23). Sum of RGB (Red+Green+Blue) = 252+70+23=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 23 (9.38% from 255 or 6.67% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4617 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC4617 is #03B9E8. Grayscale: #777777. Windows color (decimal): -244201 or 1525500. OLE color: 1525500.
HSL color Cylindrical-coordinate representation of color #FC4617: hue angle of 12.31º 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 #FC4617 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 70 | 23 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.01 |
| HSL | 12.31º | 0.97% | 0.54% | - |
| HSV(B) | 12.31º | 0.91% | 0.99% | - |
| XYZ | 42.49 | 25.14 | 3.42 | - |
| YUV | 119.06 | 73.8 | 222.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 70 | 23 | 0 | 0.72 | 0.91 | 0.01 | 12.31 | 0.97 | 0.54 |
| Hex | FC | 46 | 17 | 0 | 48 | 5B | 1 | C | 61 | 36 |
| Octal | 374 | 106 | 27 | 0 | 110 | 133 | 1 | 14 | 141 | 66 |
| Binary | 11111100 | 1000110 | 10111 | 0 | 1001000 | 1011011 | 1 | 1100 | 1100001 | 110110 |
Color Harmonies of #FC4617
Complementary color
Monochromatic Colors of #FC4617
Black with #FC4617
Text Example
Text Example
White with #FC4617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4617; }
p { color: rgb(252,70,23); }
H1.HeaderClassName
{
color: #FC4617;
}
.AnyTagClassName
{
color: #FC4617;
}
</style>
background-color css
<style>
a { background-color: #FC4617; }
a { background-color: rgb(252,70,23); }
div.DivClassName
{
background-color: #FC4617;
}
.BgClassName
{
background-color: #FC4617;
}
</style>
border-color css
<style>
span { border-color: #FC4617; }
span { border-color: rgb(252,70,23); }
td.TdClassName
{
border-color: #FC4617;
}
.TagClassName
{
border-color: #FC4617;
}
</style>