1
<!DOCTYPE html>
2
<title>Example</title>
3
<style>
4
body {
5
    color: rgb(255,127,80);
6
    background: rgb(255,69,0);
7
    font-size: 1.5em;
8
    }
9
</style>
10
<h1>Color Example</h1>
11
<p>This is the text color for the 'body' element.</p>