Shades of Burnt Sienna #F16955
Tints of Burnt Sienna #F16955
RGB
CMYK
RGB Variations
Color information
#F16955 (or 0xF16955) is known color: Burnt Sienna. HEX triplet: F1, 69 and 55. RGB value is (241,105,85). Sum of RGB (Red+Green+Blue) = 241+105+85=431 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.92% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 85 (33.59% from 255 or 19.72% from 431); Max value from RGB is 241 - color contains mainly: red. Hex color #F16955 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16955 is #0E96AA. Grayscale: #8F8F8F. Windows color (decimal): -956075 or 5597681. OLE color: 5597681.
HSL color Cylindrical-coordinate representation of color #F16955: hue angle of 7.69º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F16955 is Cyan = 0, Magento = 0.56, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 85 | - |
| CMYK | 0 | 0.56 | 0.65 | 0.05 |
| HSL | 7.69º | 0.85% | 0.64% | - |
| HSV(B) | 7.69º | 0.65% | 0.95% | - |
| XYZ | 42.97 | 29.46 | 12.02 | - |
| YUV | 143.38 | 95.06 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 85 | 0 | 0.56 | 0.65 | 0.05 | 7.69 | 0.85 | 0.64 |
| Hex | F1 | 69 | 55 | 0 | 38 | 41 | 5 | 8 | 55 | 40 |
| Octal | 361 | 151 | 125 | 0 | 70 | 101 | 5 | 10 | 125 | 100 |
| Binary | 11110001 | 1101001 | 1010101 | 0 | 111000 | 1000001 | 101 | 1000 | 1010101 | 1000000 |
Color Harmonies of #F16955
Complementary color
Monochromatic Colors of #F16955
Black with #F16955
Text Example
Text Example
White with #F16955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16955; }
p { color: rgb(241,105,85); }
H1.HeaderClassName
{
color: #F16955;
}
.AnyTagClassName
{
color: #F16955;
}
</style>
background-color css
<style>
a { background-color: #F16955; }
a { background-color: rgb(241,105,85); }
div.DivClassName
{
background-color: #F16955;
}
.BgClassName
{
background-color: #F16955;
}
</style>
border-color css
<style>
span { border-color: #F16955; }
span { border-color: rgb(241,105,85); }
td.TdClassName
{
border-color: #F16955;
}
.TagClassName
{
border-color: #F16955;
}
</style>