Shades of Burnt Sienna #F57049
Tints of Burnt Sienna #F57049
RGB
CMYK
RGB Variations
Color information
#F57049 (or 0xF57049) is known color: Burnt Sienna. HEX triplet: F5, 70 and 49. RGB value is (245,112,73). Sum of RGB (Red+Green+Blue) = 245+112+73=430 (56% of max value = 765). Red value is 245 (96.09% from 255 or 56.98% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 245 - color contains mainly: red. Hex color #F57049 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57049 is #0A8FB6. Grayscale: #939393. Windows color (decimal): -692151 or 4813045. OLE color: 4813045.
HSL color Cylindrical-coordinate representation of color #F57049: hue angle of 13.6º 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 #F57049 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 112 | 73 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.04 |
| HSL | 13.6º | 0.9% | 0.62% | - |
| HSV(B) | 13.6º | 0.7% | 0.96% | - |
| XYZ | 44.65 | 31.48 | 10.03 | - |
| YUV | 147.32 | 86.06 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 112 | 73 | 0 | 0.54 | 0.70 | 0.04 | 13.6 | 0.9 | 0.62 |
| Hex | F5 | 70 | 49 | 0 | 36 | 46 | 4 | E | 5A | 3E |
| Octal | 365 | 160 | 111 | 0 | 66 | 106 | 4 | 16 | 132 | 76 |
| Binary | 11110101 | 1110000 | 1001001 | 0 | 110110 | 1000110 | 100 | 1110 | 1011010 | 111110 |
Color Harmonies of #F57049
Complementary color
Monochromatic Colors of #F57049
Black with #F57049
Text Example
Text Example
White with #F57049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57049; }
p { color: rgb(245,112,73); }
H1.HeaderClassName
{
color: #F57049;
}
.AnyTagClassName
{
color: #F57049;
}
</style>
background-color css
<style>
a { background-color: #F57049; }
a { background-color: rgb(245,112,73); }
div.DivClassName
{
background-color: #F57049;
}
.BgClassName
{
background-color: #F57049;
}
</style>
border-color css
<style>
span { border-color: #F57049; }
span { border-color: rgb(245,112,73); }
td.TdClassName
{
border-color: #F57049;
}
.TagClassName
{
border-color: #F57049;
}
</style>