Shades of Burnt Sienna #F06D56
Tints of Burnt Sienna #F06D56
RGB
CMYK
RGB Variations
Color information
#F06D56 (or 0xF06D56) is known color: Burnt Sienna. HEX triplet: F0, 6D and 56. RGB value is (240,109,86). Sum of RGB (Red+Green+Blue) = 240+109+86=435 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.17% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06D56 is #0F92A9. Grayscale: #919191. Windows color (decimal): -1020586 or 5664240. OLE color: 5664240.
HSL color Cylindrical-coordinate representation of color #F06D56: hue angle of 8.96º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F06D56 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 86 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.06 |
| HSL | 8.96º | 0.84% | 0.64% | - |
| HSV(B) | 8.96º | 0.64% | 0.94% | - |
| XYZ | 43.08 | 30.13 | 12.35 | - |
| YUV | 145.55 | 94.4 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 86 | 0 | 0.55 | 0.64 | 0.06 | 8.96 | 0.84 | 0.64 |
| Hex | F0 | 6D | 56 | 0 | 37 | 40 | 6 | 9 | 54 | 40 |
| Octal | 360 | 155 | 126 | 0 | 67 | 100 | 6 | 11 | 124 | 100 |
| Binary | 11110000 | 1101101 | 1010110 | 0 | 110111 | 1000000 | 110 | 1001 | 1010100 | 1000000 |
Color Harmonies of #F06D56
Complementary color
Monochromatic Colors of #F06D56
Black with #F06D56
Text Example
Text Example
White with #F06D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06D56; }
p { color: rgb(240,109,86); }
H1.HeaderClassName
{
color: #F06D56;
}
.AnyTagClassName
{
color: #F06D56;
}
</style>
background-color css
<style>
a { background-color: #F06D56; }
a { background-color: rgb(240,109,86); }
div.DivClassName
{
background-color: #F06D56;
}
.BgClassName
{
background-color: #F06D56;
}
</style>
border-color css
<style>
span { border-color: #F06D56; }
span { border-color: rgb(240,109,86); }
td.TdClassName
{
border-color: #F06D56;
}
.TagClassName
{
border-color: #F06D56;
}
</style>