Shades of Burnt Sienna #F27156
Tints of Burnt Sienna #F27156
RGB
CMYK
RGB Variations
Color information
#F27156 (or 0xF27156) is known color: Burnt Sienna. HEX triplet: F2, 71 and 56. RGB value is (242,113,86). Sum of RGB (Red+Green+Blue) = 242+113+86=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 86 (33.98% from 255 or 19.50% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F27156 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27156 is #0D8EA9. Grayscale: #949494. Windows color (decimal): -888490 or 5665266. OLE color: 5665266.
HSL color Cylindrical-coordinate representation of color #F27156: hue angle of 10.38º 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 #F27156 is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 86 | - |
| CMYK | 0 | 0.53 | 0.64 | 0.05 |
| HSL | 10.38º | 0.86% | 0.64% | - |
| HSV(B) | 10.38º | 0.64% | 0.95% | - |
| XYZ | 44.2 | 31.36 | 12.53 | - |
| YUV | 148.49 | 92.74 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 86 | 0 | 0.53 | 0.64 | 0.05 | 10.38 | 0.86 | 0.64 |
| Hex | F2 | 71 | 56 | 0 | 35 | 40 | 5 | A | 56 | 40 |
| Octal | 362 | 161 | 126 | 0 | 65 | 100 | 5 | 12 | 126 | 100 |
| Binary | 11110010 | 1110001 | 1010110 | 0 | 110101 | 1000000 | 101 | 1010 | 1010110 | 1000000 |
Color Harmonies of #F27156
Complementary color
Monochromatic Colors of #F27156
Black with #F27156
Text Example
Text Example
White with #F27156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27156; }
p { color: rgb(242,113,86); }
H1.HeaderClassName
{
color: #F27156;
}
.AnyTagClassName
{
color: #F27156;
}
</style>
background-color css
<style>
a { background-color: #F27156; }
a { background-color: rgb(242,113,86); }
div.DivClassName
{
background-color: #F27156;
}
.BgClassName
{
background-color: #F27156;
}
</style>
border-color css
<style>
span { border-color: #F27156; }
span { border-color: rgb(242,113,86); }
td.TdClassName
{
border-color: #F27156;
}
.TagClassName
{
border-color: #F27156;
}
</style>