Shades of Burnt Sienna #F57253
Tints of Burnt Sienna #F57253
RGB
CMYK
RGB Variations
Color information
#F57253 (or 0xF57253) is known color: Burnt Sienna. HEX triplet: F5, 72 and 53. RGB value is (245,114,83). Sum of RGB (Red+Green+Blue) = 245+114+83=442 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.43% from 442); Green value is 114 (44.92% from 255 or 25.79% from 442); Blue value is 83 (32.81% from 255 or 18.78% from 442); Max value from RGB is 245 - color contains mainly: red. Hex color #F57253 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57253 is #0A8DAC. Grayscale: #959595. Windows color (decimal): -691629 or 5468917. OLE color: 5468917.
HSL color Cylindrical-coordinate representation of color #F57253: hue angle of 11.48º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F57253 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 114 | 83 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.04 |
| HSL | 11.48º | 0.89% | 0.64% | - |
| HSV(B) | 11.48º | 0.66% | 0.96% | - |
| XYZ | 45.23 | 32.07 | 11.99 | - |
| YUV | 149.64 | 90.4 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 114 | 83 | 0 | 0.53 | 0.66 | 0.04 | 11.48 | 0.89 | 0.64 |
| Hex | F5 | 72 | 53 | 0 | 35 | 42 | 4 | B | 59 | 40 |
| Octal | 365 | 162 | 123 | 0 | 65 | 102 | 4 | 13 | 131 | 100 |
| Binary | 11110101 | 1110010 | 1010011 | 0 | 110101 | 1000010 | 100 | 1011 | 1011001 | 1000000 |
Color Harmonies of #F57253
Complementary color
Monochromatic Colors of #F57253
Black with #F57253
Text Example
Text Example
White with #F57253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57253; }
p { color: rgb(245,114,83); }
H1.HeaderClassName
{
color: #F57253;
}
.AnyTagClassName
{
color: #F57253;
}
</style>
background-color css
<style>
a { background-color: #F57253; }
a { background-color: rgb(245,114,83); }
div.DivClassName
{
background-color: #F57253;
}
.BgClassName
{
background-color: #F57253;
}
</style>
border-color css
<style>
span { border-color: #F57253; }
span { border-color: rgb(245,114,83); }
td.TdClassName
{
border-color: #F57253;
}
.TagClassName
{
border-color: #F57253;
}
</style>