Shades of Burnt Sienna #F56E4A
Tints of Burnt Sienna #F56E4A
RGB
CMYK
RGB Variations
Color information
#F56E4A (or 0xF56E4A) is known color: Burnt Sienna. HEX triplet: F5, 6E and 4A. RGB value is (245,110,74). Sum of RGB (Red+Green+Blue) = 245+110+74=429 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.11% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 245 - color contains mainly: red. Hex color #F56E4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F56E4A is #0A91B5. Grayscale: #929292. Windows color (decimal): -692662 or 4878069. OLE color: 4878069.
HSL color Cylindrical-coordinate representation of color #F56E4A: hue angle of 12.63º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F56E4A is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 110 | 74 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.04 |
| HSL | 12.63º | 0.9% | 0.63% | - |
| HSV(B) | 12.63º | 0.7% | 0.96% | - |
| XYZ | 44.47 | 31.06 | 10.13 | - |
| YUV | 146.26 | 87.23 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 110 | 74 | 0 | 0.55 | 0.70 | 0.04 | 12.63 | 0.9 | 0.63 |
| Hex | F5 | 6E | 4A | 0 | 37 | 46 | 4 | D | 5A | 3F |
| Octal | 365 | 156 | 112 | 0 | 67 | 106 | 4 | 15 | 132 | 77 |
| Binary | 11110101 | 1101110 | 1001010 | 0 | 110111 | 1000110 | 100 | 1101 | 1011010 | 111111 |
Color Harmonies of #F56E4A
Complementary color
Monochromatic Colors of #F56E4A
Black with #F56E4A
Text Example
Text Example
White with #F56E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56E4A; }
p { color: rgb(245,110,74); }
H1.HeaderClassName
{
color: #F56E4A;
}
.AnyTagClassName
{
color: #F56E4A;
}
</style>
background-color css
<style>
a { background-color: #F56E4A; }
a { background-color: rgb(245,110,74); }
div.DivClassName
{
background-color: #F56E4A;
}
.BgClassName
{
background-color: #F56E4A;
}
</style>
border-color css
<style>
span { border-color: #F56E4A; }
span { border-color: rgb(245,110,74); }
td.TdClassName
{
border-color: #F56E4A;
}
.TagClassName
{
border-color: #F56E4A;
}
</style>