Shades of Burnt Sienna #F76E50
Tints of Burnt Sienna #F76E50
RGB
CMYK
RGB Variations
Color information
#F76E50 (or 0xF76E50) is known color: Burnt Sienna. HEX triplet: F7, 6E and 50. RGB value is (247,110,80). Sum of RGB (Red+Green+Blue) = 247+110+80=437 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.52% from 437); Green value is 110 (43.36% from 255 or 25.17% from 437); Blue value is 80 (31.64% from 255 or 18.31% from 437); Max value from RGB is 247 - color contains mainly: red. Hex color #F76E50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76E50 is #0891AF. Grayscale: #939393. Windows color (decimal): -561584 or 5271287. OLE color: 5271287.
HSL color Cylindrical-coordinate representation of color #F76E50: hue angle of 10.78º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F76E50 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 110 | 80 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.03 |
| HSL | 10.78º | 0.91% | 0.64% | - |
| HSV(B) | 10.78º | 0.68% | 0.97% | - |
| XYZ | 45.38 | 31.51 | 11.28 | - |
| YUV | 147.54 | 89.89 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 110 | 80 | 0 | 0.55 | 0.68 | 0.03 | 10.78 | 0.91 | 0.64 |
| Hex | F7 | 6E | 50 | 0 | 37 | 44 | 3 | B | 5B | 40 |
| Octal | 367 | 156 | 120 | 0 | 67 | 104 | 3 | 13 | 133 | 100 |
| Binary | 11110111 | 1101110 | 1010000 | 0 | 110111 | 1000100 | 11 | 1011 | 1011011 | 1000000 |
Color Harmonies of #F76E50
Complementary color
Monochromatic Colors of #F76E50
Black with #F76E50
Text Example
Text Example
White with #F76E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76E50; }
p { color: rgb(247,110,80); }
H1.HeaderClassName
{
color: #F76E50;
}
.AnyTagClassName
{
color: #F76E50;
}
</style>
background-color css
<style>
a { background-color: #F76E50; }
a { background-color: rgb(247,110,80); }
div.DivClassName
{
background-color: #F76E50;
}
.BgClassName
{
background-color: #F76E50;
}
</style>
border-color css
<style>
span { border-color: #F76E50; }
span { border-color: rgb(247,110,80); }
td.TdClassName
{
border-color: #F76E50;
}
.TagClassName
{
border-color: #F76E50;
}
</style>