Shades of Burnt Sienna #F57246
Tints of Burnt Sienna #F57246
RGB
CMYK
RGB Variations
Color information
#F57246 (or 0xF57246) is known color: Burnt Sienna. HEX triplet: F5, 72 and 46. RGB value is (245,114,70). Sum of RGB (Red+Green+Blue) = 245+114+70=429 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.11% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 70 (27.73% from 255 or 16.32% from 429); Max value from RGB is 245 - color contains mainly: red. Hex color #F57246 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57246 is #0A8DB9. Grayscale: #949494. Windows color (decimal): -691642 or 4616949. OLE color: 4616949.
HSL color Cylindrical-coordinate representation of color #F57246: hue angle of 15.09º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F57246 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 114 | 70 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.04 |
| HSL | 15.09º | 0.9% | 0.62% | - |
| HSV(B) | 15.09º | 0.71% | 0.96% | - |
| XYZ | 44.78 | 31.89 | 9.59 | - |
| YUV | 148.15 | 83.9 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 114 | 70 | 0 | 0.53 | 0.71 | 0.04 | 15.09 | 0.9 | 0.62 |
| Hex | F5 | 72 | 46 | 0 | 35 | 47 | 4 | F | 5A | 3E |
| Octal | 365 | 162 | 106 | 0 | 65 | 107 | 4 | 17 | 132 | 76 |
| Binary | 11110101 | 1110010 | 1000110 | 0 | 110101 | 1000111 | 100 | 1111 | 1011010 | 111110 |
Color Harmonies of #F57246
Complementary color
Monochromatic Colors of #F57246
Black with #F57246
Text Example
Text Example
White with #F57246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57246; }
p { color: rgb(245,114,70); }
H1.HeaderClassName
{
color: #F57246;
}
.AnyTagClassName
{
color: #F57246;
}
</style>
background-color css
<style>
a { background-color: #F57246; }
a { background-color: rgb(245,114,70); }
div.DivClassName
{
background-color: #F57246;
}
.BgClassName
{
background-color: #F57246;
}
</style>
border-color css
<style>
span { border-color: #F57246; }
span { border-color: rgb(245,114,70); }
td.TdClassName
{
border-color: #F57246;
}
.TagClassName
{
border-color: #F57246;
}
</style>