Shades of Burnt Sienna #F07C56
Tints of Burnt Sienna #F07C56
RGB
CMYK
RGB Variations
Color information
#F07C56 (or 0xF07C56) is known color: Burnt Sienna. HEX triplet: F0, 7C and 56. RGB value is (240,124,86). Sum of RGB (Red+Green+Blue) = 240+124+86=450 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.33% from 450); Green value is 124 (48.83% from 255 or 27.56% from 450); Blue value is 86 (33.98% from 255 or 19.11% from 450); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07C56 is #0F83A9. Grayscale: #9A9A9A. Windows color (decimal): -1016746 or 5668080. OLE color: 5668080.
HSL color Cylindrical-coordinate representation of color #F07C56: hue angle of 14.81º 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 #F07C56 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 124 | 86 | - |
| CMYK | 0 | 0.48 | 0.64 | 0.06 |
| HSL | 14.81º | 0.84% | 0.64% | - |
| HSV(B) | 14.81º | 0.64% | 0.94% | - |
| XYZ | 44.82 | 33.61 | 12.93 | - |
| YUV | 154.35 | 89.43 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 124 | 86 | 0 | 0.48 | 0.64 | 0.06 | 14.81 | 0.84 | 0.64 |
| Hex | F0 | 7C | 56 | 0 | 30 | 40 | 6 | F | 54 | 40 |
| Octal | 360 | 174 | 126 | 0 | 60 | 100 | 6 | 17 | 124 | 100 |
| Binary | 11110000 | 1111100 | 1010110 | 0 | 110000 | 1000000 | 110 | 1111 | 1010100 | 1000000 |
Color Harmonies of #F07C56
Complementary color
Monochromatic Colors of #F07C56
Black with #F07C56
Text Example
Text Example
White with #F07C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07C56; }
p { color: rgb(240,124,86); }
H1.HeaderClassName
{
color: #F07C56;
}
.AnyTagClassName
{
color: #F07C56;
}
</style>
background-color css
<style>
a { background-color: #F07C56; }
a { background-color: rgb(240,124,86); }
div.DivClassName
{
background-color: #F07C56;
}
.BgClassName
{
background-color: #F07C56;
}
</style>
border-color css
<style>
span { border-color: #F07C56; }
span { border-color: rgb(240,124,86); }
td.TdClassName
{
border-color: #F07C56;
}
.TagClassName
{
border-color: #F07C56;
}
</style>