Shades of Burnt Sienna #F07051
Tints of Burnt Sienna #F07051
RGB
CMYK
RGB Variations
Color information
#F07051 (or 0xF07051) is known color: Burnt Sienna. HEX triplet: F0, 70 and 51. RGB value is (240,112,81). Sum of RGB (Red+Green+Blue) = 240+112+81=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 81 (32.03% from 255 or 18.71% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F07051 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07051 is #0F8FAE. Grayscale: #929292. Windows color (decimal): -1019823 or 5337328. OLE color: 5337328.
HSL color Cylindrical-coordinate representation of color #F07051: hue angle of 11.7º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F07051 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 81 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.06 |
| HSL | 11.7º | 0.84% | 0.63% | - |
| HSV(B) | 11.7º | 0.66% | 0.94% | - |
| XYZ | 43.21 | 30.71 | 11.43 | - |
| YUV | 146.74 | 90.91 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 81 | 0 | 0.53 | 0.66 | 0.06 | 11.7 | 0.84 | 0.63 |
| Hex | F0 | 70 | 51 | 0 | 35 | 42 | 6 | C | 54 | 3F |
| Octal | 360 | 160 | 121 | 0 | 65 | 102 | 6 | 14 | 124 | 77 |
| Binary | 11110000 | 1110000 | 1010001 | 0 | 110101 | 1000010 | 110 | 1100 | 1010100 | 111111 |
Color Harmonies of #F07051
Complementary color
Monochromatic Colors of #F07051
Black with #F07051
Text Example
Text Example
White with #F07051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07051; }
p { color: rgb(240,112,81); }
H1.HeaderClassName
{
color: #F07051;
}
.AnyTagClassName
{
color: #F07051;
}
</style>
background-color css
<style>
a { background-color: #F07051; }
a { background-color: rgb(240,112,81); }
div.DivClassName
{
background-color: #F07051;
}
.BgClassName
{
background-color: #F07051;
}
</style>
border-color css
<style>
span { border-color: #F07051; }
span { border-color: rgb(240,112,81); }
td.TdClassName
{
border-color: #F07051;
}
.TagClassName
{
border-color: #F07051;
}
</style>