Shades of Burnt Sienna #F77351
Tints of Burnt Sienna #F77351
RGB
CMYK
RGB Variations
Color information
#F77351 (or 0xF77351) is known color: Burnt Sienna. HEX triplet: F7, 73 and 51. RGB value is (247,115,81). Sum of RGB (Red+Green+Blue) = 247+115+81=443 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.76% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 81 (32.03% from 255 or 18.28% from 443); Max value from RGB is 247 - color contains mainly: red. Hex color #F77351 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77351 is #088CAE. Grayscale: #969696. Windows color (decimal): -560303 or 5338103. OLE color: 5338103.
HSL color Cylindrical-coordinate representation of color #F77351: hue angle of 12.29º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F77351 is Cyan = 0, Magento = 0.53, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 81 | - |
| CMYK | 0 | 0.53 | 0.67 | 0.03 |
| HSL | 12.29º | 0.91% | 0.64% | - |
| HSV(B) | 12.29º | 0.67% | 0.97% | - |
| XYZ | 45.97 | 32.63 | 11.66 | - |
| YUV | 150.59 | 88.73 | 196.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 81 | 0 | 0.53 | 0.67 | 0.03 | 12.29 | 0.91 | 0.64 |
| Hex | F7 | 73 | 51 | 0 | 35 | 43 | 3 | C | 5B | 40 |
| Octal | 367 | 163 | 121 | 0 | 65 | 103 | 3 | 14 | 133 | 100 |
| Binary | 11110111 | 1110011 | 1010001 | 0 | 110101 | 1000011 | 11 | 1100 | 1011011 | 1000000 |
Color Harmonies of #F77351
Complementary color
Monochromatic Colors of #F77351
Black with #F77351
Text Example
Text Example
White with #F77351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77351; }
p { color: rgb(247,115,81); }
H1.HeaderClassName
{
color: #F77351;
}
.AnyTagClassName
{
color: #F77351;
}
</style>
background-color css
<style>
a { background-color: #F77351; }
a { background-color: rgb(247,115,81); }
div.DivClassName
{
background-color: #F77351;
}
.BgClassName
{
background-color: #F77351;
}
</style>
border-color css
<style>
span { border-color: #F77351; }
span { border-color: rgb(247,115,81); }
td.TdClassName
{
border-color: #F77351;
}
.TagClassName
{
border-color: #F77351;
}
</style>