Firstly, I am new to Latex so please go easy

I want to get a title similar to the screenshot attached. I can't seem to get the following to work
1) Very large font size for the number and a smaller one for the actual chapter title
2) Colour of both the chapter title and number
3) Helvetica font
I have tried this but it only gets me partway there
Code: Select all
\usepackage{titlesec}
\titlespacing{\chapter}{0pt}{*25}{*5}
\titleformat{\chapter}[display]
{\filleft\bfseries\Huge}
{\Huge\thechapter}{10pt}{\sc}
[]