Shades of Burnt Sienna #F77052
Tints of Burnt Sienna #F77052
RGB
CMYK
RGB Variations
Color information
#F77052 (or 0xF77052) is known color: Burnt Sienna. HEX triplet: F7, 70 and 52. RGB value is (247,112,82). Sum of RGB (Red+Green+Blue) = 247+112+82=441 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.01% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 247 - color contains mainly: red. Hex color #F77052 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77052 is #088FAD. Grayscale: #959595. Windows color (decimal): -561070 or 5402871. OLE color: 5402871.
HSL color Cylindrical-coordinate representation of color #F77052: hue angle of 10.91º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F77052 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 82 | - |
| CMYK | 0 | 0.55 | 0.67 | 0.03 |
| HSL | 10.91º | 0.91% | 0.65% | - |
| HSV(B) | 10.91º | 0.67% | 0.97% | - |
| XYZ | 45.67 | 31.97 | 11.75 | - |
| YUV | 148.95 | 90.23 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 82 | 0 | 0.55 | 0.67 | 0.03 | 10.91 | 0.91 | 0.65 |
| Hex | F7 | 70 | 52 | 0 | 37 | 43 | 3 | B | 5B | 41 |
| Octal | 367 | 160 | 122 | 0 | 67 | 103 | 3 | 13 | 133 | 101 |
| Binary | 11110111 | 1110000 | 1010010 | 0 | 110111 | 1000011 | 11 | 1011 | 1011011 | 1000001 |
Color Harmonies of #F77052
Complementary color
Monochromatic Colors of #F77052
Black with #F77052
Text Example
Text Example
White with #F77052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77052; }
p { color: rgb(247,112,82); }
H1.HeaderClassName
{
color: #F77052;
}
.AnyTagClassName
{
color: #F77052;
}
</style>
background-color css
<style>
a { background-color: #F77052; }
a { background-color: rgb(247,112,82); }
div.DivClassName
{
background-color: #F77052;
}
.BgClassName
{
background-color: #F77052;
}
</style>
border-color css
<style>
span { border-color: #F77052; }
span { border-color: rgb(247,112,82); }
td.TdClassName
{
border-color: #F77052;
}
.TagClassName
{
border-color: #F77052;
}
</style>