Questo titolo ha colore esadecimale



Codice
<style>
h1 {
color: #FF5733; /* arancione bruciato */
}
</style>
</head>
<body>

<h1>Questo titolo ha colore esadecimale</h1>