Shades of Burnt Sienna #F27056
Tints of Burnt Sienna #F27056
RGB
CMYK
RGB Variations
Color information
#F27056 (or 0xF27056) is known color: Burnt Sienna. HEX triplet: F2, 70 and 56. RGB value is (242,112,86). Sum of RGB (Red+Green+Blue) = 242+112+86=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 86 (33.98% from 255 or 19.55% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F27056 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27056 is #0D8FA9. Grayscale: #949494. Windows color (decimal): -888746 or 5665010. OLE color: 5665010.
HSL color Cylindrical-coordinate representation of color #F27056: hue angle of 10º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F27056 is Cyan = 0, Magento = 0.54, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 112 | 86 | - |
| CMYK | 0 | 0.54 | 0.64 | 0.05 |
| HSL | 10º | 0.86% | 0.64% | - |
| HSV(B) | 10º | 0.64% | 0.95% | - |
| XYZ | 44.09 | 31.14 | 12.49 | - |
| YUV | 147.91 | 93.07 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 112 | 86 | 0 | 0.54 | 0.64 | 0.05 | 10 | 0.86 | 0.64 |
| Hex | F2 | 70 | 56 | 0 | 36 | 40 | 5 | A | 56 | 40 |
| Octal | 362 | 160 | 126 | 0 | 66 | 100 | 5 | 12 | 126 | 100 |
| Binary | 11110010 | 1110000 | 1010110 | 0 | 110110 | 1000000 | 101 | 1010 | 1010110 | 1000000 |
Color Harmonies of #F27056
Complementary color
Monochromatic Colors of #F27056
Black with #F27056
Text Example
Text Example
White with #F27056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27056; }
p { color: rgb(242,112,86); }
H1.HeaderClassName
{
color: #F27056;
}
.AnyTagClassName
{
color: #F27056;
}
</style>
background-color css
<style>
a { background-color: #F27056; }
a { background-color: rgb(242,112,86); }
div.DivClassName
{
background-color: #F27056;
}
.BgClassName
{
background-color: #F27056;
}
</style>
border-color css
<style>
span { border-color: #F27056; }
span { border-color: rgb(242,112,86); }
td.TdClassName
{
border-color: #F27056;
}
.TagClassName
{
border-color: #F27056;
}
</style>