Shades of Burnt Sienna #F16B56
Tints of Burnt Sienna #F16B56
RGB
CMYK
RGB Variations
Color information
#F16B56 (or 0xF16B56) is known color: Burnt Sienna. HEX triplet: F1, 6B and 56. RGB value is (241,107,86). Sum of RGB (Red+Green+Blue) = 241+107+86=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 86 (33.98% from 255 or 19.82% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B56 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16B56 is #0E94A9. Grayscale: #909090. Windows color (decimal): -955562 or 5663729. OLE color: 5663729.
HSL color Cylindrical-coordinate representation of color #F16B56: hue angle of 8.13º degrees, saturation: 0.85, 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 #F16B56 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 107 | 86 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.05 |
| HSL | 8.13º | 0.85% | 0.64% | - |
| HSV(B) | 8.13º | 0.64% | 0.95% | - |
| XYZ | 43.21 | 29.89 | 12.3 | - |
| YUV | 144.67 | 94.89 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 107 | 86 | 0 | 0.56 | 0.64 | 0.05 | 8.13 | 0.85 | 0.64 |
| Hex | F1 | 6B | 56 | 0 | 38 | 40 | 5 | 8 | 55 | 40 |
| Octal | 361 | 153 | 126 | 0 | 70 | 100 | 5 | 10 | 125 | 100 |
| Binary | 11110001 | 1101011 | 1010110 | 0 | 111000 | 1000000 | 101 | 1000 | 1010101 | 1000000 |
Color Harmonies of #F16B56
Complementary color
Monochromatic Colors of #F16B56
Black with #F16B56
Text Example
Text Example
White with #F16B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16B56; }
p { color: rgb(241,107,86); }
H1.HeaderClassName
{
color: #F16B56;
}
.AnyTagClassName
{
color: #F16B56;
}
</style>
background-color css
<style>
a { background-color: #F16B56; }
a { background-color: rgb(241,107,86); }
div.DivClassName
{
background-color: #F16B56;
}
.BgClassName
{
background-color: #F16B56;
}
</style>
border-color css
<style>
span { border-color: #F16B56; }
span { border-color: rgb(241,107,86); }
td.TdClassName
{
border-color: #F16B56;
}
.TagClassName
{
border-color: #F16B56;
}
</style>