Shades of Burnt Sienna #F17050
Tints of Burnt Sienna #F17050
RGB
CMYK
RGB Variations
Color information
#F17050 (or 0xF17050) is known color: Burnt Sienna. HEX triplet: F1, 70 and 50. RGB value is (241,112,80). Sum of RGB (Red+Green+Blue) = 241+112+80=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F17050 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17050 is #0E8FAF. Grayscale: #939393. Windows color (decimal): -954288 or 5271793. OLE color: 5271793.
HSL color Cylindrical-coordinate representation of color #F17050: hue angle of 11.93º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F17050 is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 80 | - |
| CMYK | 0 | 0.54 | 0.67 | 0.05 |
| HSL | 11.93º | 0.85% | 0.63% | - |
| HSV(B) | 11.93º | 0.67% | 0.95% | - |
| XYZ | 43.52 | 30.87 | 11.25 | - |
| YUV | 146.92 | 90.24 | 195.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 80 | 0 | 0.54 | 0.67 | 0.05 | 11.93 | 0.85 | 0.63 |
| Hex | F1 | 70 | 50 | 0 | 36 | 43 | 5 | C | 55 | 3F |
| Octal | 361 | 160 | 120 | 0 | 66 | 103 | 5 | 14 | 125 | 77 |
| Binary | 11110001 | 1110000 | 1010000 | 0 | 110110 | 1000011 | 101 | 1100 | 1010101 | 111111 |
Color Harmonies of #F17050
Complementary color
Monochromatic Colors of #F17050
Black with #F17050
Text Example
Text Example
White with #F17050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17050; }
p { color: rgb(241,112,80); }
H1.HeaderClassName
{
color: #F17050;
}
.AnyTagClassName
{
color: #F17050;
}
</style>
background-color css
<style>
a { background-color: #F17050; }
a { background-color: rgb(241,112,80); }
div.DivClassName
{
background-color: #F17050;
}
.BgClassName
{
background-color: #F17050;
}
</style>
border-color css
<style>
span { border-color: #F17050; }
span { border-color: rgb(241,112,80); }
td.TdClassName
{
border-color: #F17050;
}
.TagClassName
{
border-color: #F17050;
}
</style>