Shades of Burnt Sienna #F07356
Tints of Burnt Sienna #F07356
RGB
CMYK
RGB Variations
Color information
#F07356 (or 0xF07356) is known color: Burnt Sienna. HEX triplet: F0, 73 and 56. RGB value is (240,115,86). Sum of RGB (Red+Green+Blue) = 240+115+86=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 115 (45.31% from 255 or 26.08% from 441); Blue value is 86 (33.98% from 255 or 19.50% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F07356 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07356 is #0F8CA9. Grayscale: #959595. Windows color (decimal): -1019050 or 5665776. OLE color: 5665776.
HSL color Cylindrical-coordinate representation of color #F07356: hue angle of 11.3º 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 #F07356 is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 115 | 86 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.06 |
| HSL | 11.3º | 0.84% | 0.64% | - |
| HSV(B) | 11.3º | 0.64% | 0.94% | - |
| XYZ | 43.75 | 31.46 | 12.57 | - |
| YUV | 149.07 | 92.41 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 115 | 86 | 0 | 0.52 | 0.64 | 0.06 | 11.3 | 0.84 | 0.64 |
| Hex | F0 | 73 | 56 | 0 | 34 | 40 | 6 | B | 54 | 40 |
| Octal | 360 | 163 | 126 | 0 | 64 | 100 | 6 | 13 | 124 | 100 |
| Binary | 11110000 | 1110011 | 1010110 | 0 | 110100 | 1000000 | 110 | 1011 | 1010100 | 1000000 |
Color Harmonies of #F07356
Complementary color
Monochromatic Colors of #F07356
Black with #F07356
Text Example
Text Example
White with #F07356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07356; }
p { color: rgb(240,115,86); }
H1.HeaderClassName
{
color: #F07356;
}
.AnyTagClassName
{
color: #F07356;
}
</style>
background-color css
<style>
a { background-color: #F07356; }
a { background-color: rgb(240,115,86); }
div.DivClassName
{
background-color: #F07356;
}
.BgClassName
{
background-color: #F07356;
}
</style>
border-color css
<style>
span { border-color: #F07356; }
span { border-color: rgb(240,115,86); }
td.TdClassName
{
border-color: #F07356;
}
.TagClassName
{
border-color: #F07356;
}
</style>