Shades of Burnt Sienna #F57348
Tints of Burnt Sienna #F57348
RGB
CMYK
RGB Variations
Color information
#F57348 (or 0xF57348) is known color: Burnt Sienna. HEX triplet: F5, 73 and 48. RGB value is (245,115,72). Sum of RGB (Red+Green+Blue) = 245+115+72=432 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.71% from 432); Green value is 115 (45.31% from 255 or 26.62% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 245 - color contains mainly: red. Hex color #F57348 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57348 is #0A8CB7. Grayscale: #959595. Windows color (decimal): -691384 or 4748277. OLE color: 4748277.
HSL color Cylindrical-coordinate representation of color #F57348: hue angle of 14.91º 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 #F57348 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 115 | 72 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.04 |
| HSL | 14.91º | 0.9% | 0.62% | - |
| HSV(B) | 14.91º | 0.71% | 0.96% | - |
| XYZ | 44.96 | 32.14 | 9.97 | - |
| YUV | 148.97 | 84.57 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 115 | 72 | 0 | 0.53 | 0.71 | 0.04 | 14.91 | 0.9 | 0.62 |
| Hex | F5 | 73 | 48 | 0 | 35 | 47 | 4 | F | 5A | 3E |
| Octal | 365 | 163 | 110 | 0 | 65 | 107 | 4 | 17 | 132 | 76 |
| Binary | 11110101 | 1110011 | 1001000 | 0 | 110101 | 1000111 | 100 | 1111 | 1011010 | 111110 |
Color Harmonies of #F57348
Complementary color
Monochromatic Colors of #F57348
Black with #F57348
Text Example
Text Example
White with #F57348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57348; }
p { color: rgb(245,115,72); }
H1.HeaderClassName
{
color: #F57348;
}
.AnyTagClassName
{
color: #F57348;
}
</style>
background-color css
<style>
a { background-color: #F57348; }
a { background-color: rgb(245,115,72); }
div.DivClassName
{
background-color: #F57348;
}
.BgClassName
{
background-color: #F57348;
}
</style>
border-color css
<style>
span { border-color: #F57348; }
span { border-color: rgb(245,115,72); }
td.TdClassName
{
border-color: #F57348;
}
.TagClassName
{
border-color: #F57348;
}
</style>