Shades of Burnt Orange #F76D36
Tints of Burnt Orange #F76D36
RGB
CMYK
RGB Variations
Color information
#F76D36 (or 0xF76D36) is known color: Burnt Orange. HEX triplet: F7, 6D and 36. RGB value is (247,109,54). Sum of RGB (Red+Green+Blue) = 247+109+54=410 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.24% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 54 (21.48% from 255 or 13.17% from 410); Max value from RGB is 247 - color contains mainly: red. Hex color #F76D36 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76D36 is #0892C9. Grayscale: #909090. Windows color (decimal): -561866 or 3567095. OLE color: 3567095.
HSL color Cylindrical-coordinate representation of color #F76D36: hue angle of 17.1º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F76D36 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 109 | 54 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.03 |
| HSL | 17.1º | 0.92% | 0.59% | - |
| HSV(B) | 17.1º | 0.78% | 0.97% | - |
| XYZ | 44.49 | 30.98 | 7.12 | - |
| YUV | 143.99 | 77.22 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 109 | 54 | 0 | 0.56 | 0.78 | 0.03 | 17.1 | 0.92 | 0.59 |
| Hex | F7 | 6D | 36 | 0 | 38 | 4E | 3 | 11 | 5C | 3B |
| Octal | 367 | 155 | 66 | 0 | 70 | 116 | 3 | 21 | 134 | 73 |
| Binary | 11110111 | 1101101 | 110110 | 0 | 111000 | 1001110 | 11 | 10001 | 1011100 | 111011 |
Color Harmonies of #F76D36
Complementary color
Monochromatic Colors of #F76D36
Black with #F76D36
Text Example
Text Example
White with #F76D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76D36; }
p { color: rgb(247,109,54); }
H1.HeaderClassName
{
color: #F76D36;
}
.AnyTagClassName
{
color: #F76D36;
}
</style>
background-color css
<style>
a { background-color: #F76D36; }
a { background-color: rgb(247,109,54); }
div.DivClassName
{
background-color: #F76D36;
}
.BgClassName
{
background-color: #F76D36;
}
</style>
border-color css
<style>
span { border-color: #F76D36; }
span { border-color: rgb(247,109,54); }
td.TdClassName
{
border-color: #F76D36;
}
.TagClassName
{
border-color: #F76D36;
}
</style>