Shades of Burnt Sienna #F56F49
Tints of Burnt Sienna #F56F49
RGB
CMYK
RGB Variations
Color information
#F56F49 (or 0xF56F49) is known color: Burnt Sienna. HEX triplet: F5, 6F and 49. RGB value is (245,111,73). Sum of RGB (Red+Green+Blue) = 245+111+73=429 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.11% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 245 - color contains mainly: red. Hex color #F56F49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56F49 is #0A90B6. Grayscale: #939393. Windows color (decimal): -692407 or 4812789. OLE color: 4812789.
HSL color Cylindrical-coordinate representation of color #F56F49: hue angle of 13.26º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F56F49 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 111 | 73 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.04 |
| HSL | 13.26º | 0.9% | 0.62% | - |
| HSV(B) | 13.26º | 0.7% | 0.96% | - |
| XYZ | 44.54 | 31.26 | 9.99 | - |
| YUV | 146.73 | 86.39 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 111 | 73 | 0 | 0.55 | 0.70 | 0.04 | 13.26 | 0.9 | 0.62 |
| Hex | F5 | 6F | 49 | 0 | 37 | 46 | 4 | D | 5A | 3E |
| Octal | 365 | 157 | 111 | 0 | 67 | 106 | 4 | 15 | 132 | 76 |
| Binary | 11110101 | 1101111 | 1001001 | 0 | 110111 | 1000110 | 100 | 1101 | 1011010 | 111110 |
Color Harmonies of #F56F49
Complementary color
Monochromatic Colors of #F56F49
Black with #F56F49
Text Example
Text Example
White with #F56F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56F49; }
p { color: rgb(245,111,73); }
H1.HeaderClassName
{
color: #F56F49;
}
.AnyTagClassName
{
color: #F56F49;
}
</style>
background-color css
<style>
a { background-color: #F56F49; }
a { background-color: rgb(245,111,73); }
div.DivClassName
{
background-color: #F56F49;
}
.BgClassName
{
background-color: #F56F49;
}
</style>
border-color css
<style>
span { border-color: #F56F49; }
span { border-color: rgb(245,111,73); }
td.TdClassName
{
border-color: #F56F49;
}
.TagClassName
{
border-color: #F56F49;
}
</style>