Shades of Burnt Sienna #F17550
Tints of Burnt Sienna #F17550
RGB
CMYK
RGB Variations
Color information
#F17550 (or 0xF17550) is known color: Burnt Sienna. HEX triplet: F1, 75 and 50. RGB value is (241,117,80). Sum of RGB (Red+Green+Blue) = 241+117+80=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F17550 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17550 is #0E8AAF. Grayscale: #969696. Windows color (decimal): -953008 or 5273073. OLE color: 5273073.
HSL color Cylindrical-coordinate representation of color #F17550: hue angle of 13.79º 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 #F17550 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 117 | 80 | - |
| CMYK | 0 | 0.51 | 0.67 | 0.05 |
| HSL | 13.79º | 0.85% | 0.63% | - |
| HSV(B) | 13.79º | 0.67% | 0.95% | - |
| XYZ | 44.08 | 32 | 11.44 | - |
| YUV | 149.86 | 88.58 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 117 | 80 | 0 | 0.51 | 0.67 | 0.05 | 13.79 | 0.85 | 0.63 |
| Hex | F1 | 75 | 50 | 0 | 33 | 43 | 5 | E | 55 | 3F |
| Octal | 361 | 165 | 120 | 0 | 63 | 103 | 5 | 16 | 125 | 77 |
| Binary | 11110001 | 1110101 | 1010000 | 0 | 110011 | 1000011 | 101 | 1110 | 1010101 | 111111 |
Color Harmonies of #F17550
Complementary color
Monochromatic Colors of #F17550
Black with #F17550
Text Example
Text Example
White with #F17550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17550; }
p { color: rgb(241,117,80); }
H1.HeaderClassName
{
color: #F17550;
}
.AnyTagClassName
{
color: #F17550;
}
</style>
background-color css
<style>
a { background-color: #F17550; }
a { background-color: rgb(241,117,80); }
div.DivClassName
{
background-color: #F17550;
}
.BgClassName
{
background-color: #F17550;
}
</style>
border-color css
<style>
span { border-color: #F17550; }
span { border-color: rgb(241,117,80); }
td.TdClassName
{
border-color: #F17550;
}
.TagClassName
{
border-color: #F17550;
}
</style>