Shades of Burnt Orange #F76D3C
Tints of Burnt Orange #F76D3C
RGB
CMYK
RGB Variations
Color information
#F76D3C (or 0xF76D3C) is known color: Burnt Orange. HEX triplet: F7, 6D and 3C. RGB value is (247,109,60). Sum of RGB (Red+Green+Blue) = 247+109+60=416 (55% of max value = 765). Red value is 247 (96.88% from 255 or 59.38% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 60 (23.83% from 255 or 14.42% from 416); Max value from RGB is 247 - color contains mainly: red. Hex color #F76D3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F76D3C is #0892C3. Grayscale: #919191. Windows color (decimal): -561860 or 3960311. OLE color: 3960311.
HSL color Cylindrical-coordinate representation of color #F76D3C: hue angle of 15.72º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F76D3C is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 109 | 60 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.03 |
| HSL | 15.72º | 0.92% | 0.6% | - |
| HSV(B) | 15.72º | 0.76% | 0.97% | - |
| XYZ | 44.64 | 31.04 | 7.91 | - |
| YUV | 144.68 | 80.22 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 109 | 60 | 0 | 0.56 | 0.76 | 0.03 | 15.72 | 0.92 | 0.6 |
| Hex | F7 | 6D | 3C | 0 | 38 | 4C | 3 | 10 | 5C | 3C |
| Octal | 367 | 155 | 74 | 0 | 70 | 114 | 3 | 20 | 134 | 74 |
| Binary | 11110111 | 1101101 | 111100 | 0 | 111000 | 1001100 | 11 | 10000 | 1011100 | 111100 |
Color Harmonies of #F76D3C
Complementary color
Monochromatic Colors of #F76D3C
Black with #F76D3C
Text Example
Text Example
White with #F76D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76D3C; }
p { color: rgb(247,109,60); }
H1.HeaderClassName
{
color: #F76D3C;
}
.AnyTagClassName
{
color: #F76D3C;
}
</style>
background-color css
<style>
a { background-color: #F76D3C; }
a { background-color: rgb(247,109,60); }
div.DivClassName
{
background-color: #F76D3C;
}
.BgClassName
{
background-color: #F76D3C;
}
</style>
border-color css
<style>
span { border-color: #F76D3C; }
span { border-color: rgb(247,109,60); }
td.TdClassName
{
border-color: #F76D3C;
}
.TagClassName
{
border-color: #F76D3C;
}
</style>