Shades of Burnt Sienna #F16C49
Tints of Burnt Sienna #F16C49
RGB
CMYK
RGB Variations
Color information
#F16C49 (or 0xF16C49) is known color: Burnt Sienna. HEX triplet: F1, 6C and 49. RGB value is (241,108,73). Sum of RGB (Red+Green+Blue) = 241+108+73=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 73 (28.91% from 255 or 17.30% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16C49 is #0E93B6. Grayscale: #909090. Windows color (decimal): -955319 or 4812017. OLE color: 4812017.
HSL color Cylindrical-coordinate representation of color #F16C49: hue angle of 12.5º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F16C49 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 73 | - |
| CMYK | 0 | 0.55 | 0.70 | 0.05 |
| HSL | 12.5º | 0.86% | 0.62% | - |
| HSV(B) | 12.5º | 0.7% | 0.95% | - |
| XYZ | 42.84 | 29.91 | 9.82 | - |
| YUV | 143.78 | 88.06 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 73 | 0 | 0.55 | 0.70 | 0.05 | 12.5 | 0.86 | 0.62 |
| Hex | F1 | 6C | 49 | 0 | 37 | 46 | 5 | C | 56 | 3E |
| Octal | 361 | 154 | 111 | 0 | 67 | 106 | 5 | 14 | 126 | 76 |
| Binary | 11110001 | 1101100 | 1001001 | 0 | 110111 | 1000110 | 101 | 1100 | 1010110 | 111110 |
Color Harmonies of #F16C49
Complementary color
Monochromatic Colors of #F16C49
Black with #F16C49
Text Example
Text Example
White with #F16C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16C49; }
p { color: rgb(241,108,73); }
H1.HeaderClassName
{
color: #F16C49;
}
.AnyTagClassName
{
color: #F16C49;
}
</style>
background-color css
<style>
a { background-color: #F16C49; }
a { background-color: rgb(241,108,73); }
div.DivClassName
{
background-color: #F16C49;
}
.BgClassName
{
background-color: #F16C49;
}
</style>
border-color css
<style>
span { border-color: #F16C49; }
span { border-color: rgb(241,108,73); }
td.TdClassName
{
border-color: #F16C49;
}
.TagClassName
{
border-color: #F16C49;
}
</style>