Shades of Burnt Sienna #F16F51
Tints of Burnt Sienna #F16F51
RGB
CMYK
RGB Variations
Color information
#F16F51 (or 0xF16F51) is known color: Burnt Sienna. HEX triplet: F1, 6F and 51. RGB value is (241,111,81). Sum of RGB (Red+Green+Blue) = 241+111+81=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 81 (32.03% from 255 or 18.71% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16F51 is #0E90AE. Grayscale: #929292. Windows color (decimal): -954543 or 5337073. OLE color: 5337073.
HSL color Cylindrical-coordinate representation of color #F16F51: hue angle of 11.25º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F16F51 is Cyan = 0, Magento = 0.54, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 81 | - |
| CMYK | 0 | 0.54 | 0.66 | 0.05 |
| HSL | 11.25º | 0.85% | 0.63% | - |
| HSV(B) | 11.25º | 0.66% | 0.95% | - |
| XYZ | 43.45 | 30.66 | 11.41 | - |
| YUV | 146.45 | 91.07 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 81 | 0 | 0.54 | 0.66 | 0.05 | 11.25 | 0.85 | 0.63 |
| Hex | F1 | 6F | 51 | 0 | 36 | 42 | 5 | B | 55 | 3F |
| Octal | 361 | 157 | 121 | 0 | 66 | 102 | 5 | 13 | 125 | 77 |
| Binary | 11110001 | 1101111 | 1010001 | 0 | 110110 | 1000010 | 101 | 1011 | 1010101 | 111111 |
Color Harmonies of #F16F51
Complementary color
Monochromatic Colors of #F16F51
Black with #F16F51
Text Example
Text Example
White with #F16F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16F51; }
p { color: rgb(241,111,81); }
H1.HeaderClassName
{
color: #F16F51;
}
.AnyTagClassName
{
color: #F16F51;
}
</style>
background-color css
<style>
a { background-color: #F16F51; }
a { background-color: rgb(241,111,81); }
div.DivClassName
{
background-color: #F16F51;
}
.BgClassName
{
background-color: #F16F51;
}
</style>
border-color css
<style>
span { border-color: #F16F51; }
span { border-color: rgb(241,111,81); }
td.TdClassName
{
border-color: #F16F51;
}
.TagClassName
{
border-color: #F16F51;
}
</style>