Shades of Burnt Sienna #F57245
Tints of Burnt Sienna #F57245
RGB
CMYK
RGB Variations
Color information
#F57245 (or 0xF57245) is known color: Burnt Sienna. HEX triplet: F5, 72 and 45. RGB value is (245,114,69). Sum of RGB (Red+Green+Blue) = 245+114+69=428 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.24% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 69 (27.34% from 255 or 16.12% from 428); Max value from RGB is 245 - color contains mainly: red. Hex color #F57245 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57245 is #0A8DBA. Grayscale: #949494. Windows color (decimal): -691643 or 4551413. OLE color: 4551413.
HSL color Cylindrical-coordinate representation of color #F57245: hue angle of 15.34º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F57245 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 114 | 69 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.04 |
| HSL | 15.34º | 0.9% | 0.62% | - |
| HSV(B) | 15.34º | 0.72% | 0.96% | - |
| XYZ | 44.75 | 31.88 | 9.42 | - |
| YUV | 148.04 | 83.4 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 114 | 69 | 0 | 0.53 | 0.72 | 0.04 | 15.34 | 0.9 | 0.62 |
| Hex | F5 | 72 | 45 | 0 | 35 | 48 | 4 | F | 5A | 3E |
| Octal | 365 | 162 | 105 | 0 | 65 | 110 | 4 | 17 | 132 | 76 |
| Binary | 11110101 | 1110010 | 1000101 | 0 | 110101 | 1001000 | 100 | 1111 | 1011010 | 111110 |
Color Harmonies of #F57245
Complementary color
Monochromatic Colors of #F57245
Black with #F57245
Text Example
Text Example
White with #F57245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57245; }
p { color: rgb(245,114,69); }
H1.HeaderClassName
{
color: #F57245;
}
.AnyTagClassName
{
color: #F57245;
}
</style>
background-color css
<style>
a { background-color: #F57245; }
a { background-color: rgb(245,114,69); }
div.DivClassName
{
background-color: #F57245;
}
.BgClassName
{
background-color: #F57245;
}
</style>
border-color css
<style>
span { border-color: #F57245; }
span { border-color: rgb(245,114,69); }
td.TdClassName
{
border-color: #F57245;
}
.TagClassName
{
border-color: #F57245;
}
</style>