Shades of Burnt Sienna #F77050
Tints of Burnt Sienna #F77050
RGB
CMYK
RGB Variations
Color information
#F77050 (or 0xF77050) is known color: Burnt Sienna. HEX triplet: F7, 70 and 50. RGB value is (247,112,80). Sum of RGB (Red+Green+Blue) = 247+112+80=439 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.26% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 80 (31.64% from 255 or 18.22% from 439); Max value from RGB is 247 - color contains mainly: red. Hex color #F77050 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77050 is #088FAF. Grayscale: #949494. Windows color (decimal): -561072 or 5271799. OLE color: 5271799.
HSL color Cylindrical-coordinate representation of color #F77050: hue angle of 11.5º 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 #F77050 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 80 | - |
| CMYK | 0 | 0.55 | 0.68 | 0.03 |
| HSL | 11.5º | 0.91% | 0.64% | - |
| HSV(B) | 11.5º | 0.68% | 0.97% | - |
| XYZ | 45.6 | 31.94 | 11.35 | - |
| YUV | 148.72 | 89.23 | 198.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 80 | 0 | 0.55 | 0.68 | 0.03 | 11.5 | 0.91 | 0.64 |
| Hex | F7 | 70 | 50 | 0 | 37 | 44 | 3 | B | 5B | 40 |
| Octal | 367 | 160 | 120 | 0 | 67 | 104 | 3 | 13 | 133 | 100 |
| Binary | 11110111 | 1110000 | 1010000 | 0 | 110111 | 1000100 | 11 | 1011 | 1011011 | 1000000 |
Color Harmonies of #F77050
Complementary color
Monochromatic Colors of #F77050
Black with #F77050
Text Example
Text Example
White with #F77050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77050; }
p { color: rgb(247,112,80); }
H1.HeaderClassName
{
color: #F77050;
}
.AnyTagClassName
{
color: #F77050;
}
</style>
background-color css
<style>
a { background-color: #F77050; }
a { background-color: rgb(247,112,80); }
div.DivClassName
{
background-color: #F77050;
}
.BgClassName
{
background-color: #F77050;
}
</style>
border-color css
<style>
span { border-color: #F77050; }
span { border-color: rgb(247,112,80); }
td.TdClassName
{
border-color: #F77050;
}
.TagClassName
{
border-color: #F77050;
}
</style>