Shades of Burnt Sienna #F07047
Tints of Burnt Sienna #F07047
RGB
CMYK
RGB Variations
Color information
#F07047 (or 0xF07047) is known color: Burnt Sienna. HEX triplet: F0, 70 and 47. RGB value is (240,112,71). Sum of RGB (Red+Green+Blue) = 240+112+71=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 71 (28.12% from 255 or 16.78% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F07047 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07047 is #0F8FB8. Grayscale: #919191. Windows color (decimal): -1019833 or 4681968. OLE color: 4681968.
HSL color Cylindrical-coordinate representation of color #F07047: hue angle of 14.56º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F07047 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 112 | 71 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.06 |
| HSL | 14.56º | 0.85% | 0.61% | - |
| HSV(B) | 14.56º | 0.7% | 0.94% | - |
| XYZ | 42.87 | 30.57 | 9.6 | - |
| YUV | 145.6 | 85.91 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 112 | 71 | 0 | 0.53 | 0.70 | 0.06 | 14.56 | 0.85 | 0.61 |
| Hex | F0 | 70 | 47 | 0 | 35 | 46 | 6 | F | 55 | 3D |
| Octal | 360 | 160 | 107 | 0 | 65 | 106 | 6 | 17 | 125 | 75 |
| Binary | 11110000 | 1110000 | 1000111 | 0 | 110101 | 1000110 | 110 | 1111 | 1010101 | 111101 |
Color Harmonies of #F07047
Complementary color
Monochromatic Colors of #F07047
Black with #F07047
Text Example
Text Example
White with #F07047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07047; }
p { color: rgb(240,112,71); }
H1.HeaderClassName
{
color: #F07047;
}
.AnyTagClassName
{
color: #F07047;
}
</style>
background-color css
<style>
a { background-color: #F07047; }
a { background-color: rgb(240,112,71); }
div.DivClassName
{
background-color: #F07047;
}
.BgClassName
{
background-color: #F07047;
}
</style>
border-color css
<style>
span { border-color: #F07047; }
span { border-color: rgb(240,112,71); }
td.TdClassName
{
border-color: #F07047;
}
.TagClassName
{
border-color: #F07047;
}
</style>