Shades of Burnt Sienna #F06D46
Tints of Burnt Sienna #F06D46
RGB
CMYK
RGB Variations
Color information
#F06D46 (or 0xF06D46) is known color: Burnt Sienna. HEX triplet: F0, 6D and 46. RGB value is (240,109,70). Sum of RGB (Red+Green+Blue) = 240+109+70=419 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.28% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 70 (27.73% from 255 or 16.71% from 419); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06D46 is #0F92B9. Grayscale: #909090. Windows color (decimal): -1020602 or 4615664. OLE color: 4615664.
HSL color Cylindrical-coordinate representation of color #F06D46: hue angle of 13.76º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F06D46 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 70 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.06 |
| HSL | 13.76º | 0.85% | 0.61% | - |
| HSV(B) | 13.76º | 0.71% | 0.94% | - |
| XYZ | 42.51 | 29.9 | 9.33 | - |
| YUV | 143.72 | 86.4 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 70 | 0 | 0.55 | 0.71 | 0.06 | 13.76 | 0.85 | 0.61 |
| Hex | F0 | 6D | 46 | 0 | 37 | 47 | 6 | E | 55 | 3D |
| Octal | 360 | 155 | 106 | 0 | 67 | 107 | 6 | 16 | 125 | 75 |
| Binary | 11110000 | 1101101 | 1000110 | 0 | 110111 | 1000111 | 110 | 1110 | 1010101 | 111101 |
Color Harmonies of #F06D46
Complementary color
Monochromatic Colors of #F06D46
Black with #F06D46
Text Example
Text Example
White with #F06D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06D46; }
p { color: rgb(240,109,70); }
H1.HeaderClassName
{
color: #F06D46;
}
.AnyTagClassName
{
color: #F06D46;
}
</style>
background-color css
<style>
a { background-color: #F06D46; }
a { background-color: rgb(240,109,70); }
div.DivClassName
{
background-color: #F06D46;
}
.BgClassName
{
background-color: #F06D46;
}
</style>
border-color css
<style>
span { border-color: #F06D46; }
span { border-color: rgb(240,109,70); }
td.TdClassName
{
border-color: #F06D46;
}
.TagClassName
{
border-color: #F06D46;
}
</style>