Shades of Burnt Sienna #F57254
Tints of Burnt Sienna #F57254
RGB
CMYK
RGB Variations
Color information
#F57254 (or 0xF57254) is known color: Burnt Sienna. HEX triplet: F5, 72 and 54. RGB value is (245,114,84). Sum of RGB (Red+Green+Blue) = 245+114+84=443 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.30% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 84 (33.20% from 255 or 18.96% from 443); Max value from RGB is 245 - color contains mainly: red. Hex color #F57254 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57254 is #0A8DAB. Grayscale: #969696. Windows color (decimal): -691628 or 5534453. OLE color: 5534453.
HSL color Cylindrical-coordinate representation of color #F57254: hue angle of 11.18º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F57254 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 114 | 84 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.04 |
| HSL | 11.18º | 0.89% | 0.65% | - |
| HSV(B) | 11.18º | 0.66% | 0.96% | - |
| XYZ | 45.27 | 32.09 | 12.19 | - |
| YUV | 149.75 | 90.9 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 114 | 84 | 0 | 0.53 | 0.66 | 0.04 | 11.18 | 0.89 | 0.65 |
| Hex | F5 | 72 | 54 | 0 | 35 | 42 | 4 | B | 59 | 41 |
| Octal | 365 | 162 | 124 | 0 | 65 | 102 | 4 | 13 | 131 | 101 |
| Binary | 11110101 | 1110010 | 1010100 | 0 | 110101 | 1000010 | 100 | 1011 | 1011001 | 1000001 |
Color Harmonies of #F57254
Complementary color
Monochromatic Colors of #F57254
Black with #F57254
Text Example
Text Example
White with #F57254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57254; }
p { color: rgb(245,114,84); }
H1.HeaderClassName
{
color: #F57254;
}
.AnyTagClassName
{
color: #F57254;
}
</style>
background-color css
<style>
a { background-color: #F57254; }
a { background-color: rgb(245,114,84); }
div.DivClassName
{
background-color: #F57254;
}
.BgClassName
{
background-color: #F57254;
}
</style>
border-color css
<style>
span { border-color: #F57254; }
span { border-color: rgb(245,114,84); }
td.TdClassName
{
border-color: #F57254;
}
.TagClassName
{
border-color: #F57254;
}
</style>